ffmeg -acodec copy
Forum rules
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
Audacity 1.3.x is now obsolete. Please use the current Audacity 2.x.x package for your distribution or compile Audacity from the source code.
ffmeg -acodec copy
How I use copy audio copy codec ?
when split one hour and 33 minutes of mp3 .
when split one hour and 33 minutes of mp3 .
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: ffmeg -acodec copy
This is nothing to do with recording techniques, so please repost your question in the correct Forum for your operating system (for example, 1.3.X, Linux). Please explain exactly what you are trying to do, or we can't help you.
You can split a long recording up into separate files using this Tutorial. If you want to use Audacity to export files using FFmpeg, add FFmpeg to your computer using these FFmpeg instructions.
If you are on Windows then after installing FFmpeg as above you can use Audacity to export using the FFmpeg command line. Choose (external program) then click "Options" before exporting. The basic syntax is
ffmpeg -i - "%f"
For more advanced syntax, read the FFmpeg documentation.
Gale
You can split a long recording up into separate files using this Tutorial. If you want to use Audacity to export files using FFmpeg, add FFmpeg to your computer using these FFmpeg instructions.
If you are on Windows then after installing FFmpeg as above you can use Audacity to export using the FFmpeg command line. Choose (external program) then click "Options" before exporting. The basic syntax is
ffmpeg -i - "%f"
For more advanced syntax, read the FFmpeg documentation.
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: ffmeg -acodec copy
I am using Linux Fedora 13, I read all this, before post the problem. The thing is I don't see , and can't select audio codec copy .Gale Andrews wrote:This is nothing to do with recording techniques, so please repost your question in the correct Forum for your operating system (for example, 1.3.X, Linux). Please explain exactly what you are trying to do, or we can't help you.
You can split a long recording up into separate files using this Tutorial. If you want to use Audacity to export files using FFmpeg, add FFmpeg to your computer using these FFmpeg instructions.
If you are on Windows then after installing FFmpeg as above you can use Audacity to export using the FFmpeg command line. Choose (external program) then click "Options" before exporting. The basic syntax is
ffmpeg -i - "%f"
For more advanced syntax, read the FFmpeg documentation.
Gale
which is the best technique of export files , when is possible .
If you don't have, you should consider have it.
Thanks,
Re: ffmeg -acodec copy
Maybe you are looking for a lossless MP3 splitter ? ... http://mp3splt.sourceforge.net/mp3splt_page/home.php (other lossless MP3 splitters are available).sergiomb wrote:... split one hour and 33 minutes of mp3 ... which is the best technique of export files
Splitting the MP3 without decoding-recoding produces a techinically better result : the split files are the same as the original source: no loss of quality.
Re: ffmeg -acodec copy
For mp3 splitting without reencoding on linux I add my vote for mp3splt.
Sergio, I'm not sure if we understand what you are trying to do...
What is your native language? If it's portuguese you can send me a private message in portuguese, explaining your problem.
Sergio, I'm not sure if we understand what you are trying to do...
What is your native language? If it's portuguese you can send me a private message in portuguese, explaining your problem.
Re: ffmeg -acodec copy
Exactly what I want. We can do it with ffmeg -acodec copy in command line ...Trebor wrote:Maybe you are looking for a lossless MP3 splitter ? ... http://mp3splt.sourceforge.net/mp3splt_page/home.php (other lossless MP3 splitters are available).sergiomb wrote:... split one hour and 33 minutes of mp3 ... which is the best technique of export files
Splitting the MP3 without decoding-recoding produces a techinically better result : the split files are the same as the original source: no loss of quality.
thought we can use it in audacity or audacity can use it in general
but thinking again is it possible ?
Thanks,
Re: ffmeg -acodec copy
No, audacity will always decode it to "raw" uncompressed audio and if you export to mp3 it will always reencode it again. You can't apply audio effects to compressed data such as in an mp3. mp3 data is not "editable". Data must be decoded/uncompressed so that it becomes again an "audio signal" and then once you apply effects to it the audio is changed and needs to be recompressed again.
Imagine a text file, in its uncompressed format is text that you can read and change de words in it. If you compress it in a zip file you can't no longer read it or edit it while it is in zip format.
Imagine a text file, in its uncompressed format is text that you can read and change de words in it. If you compress it in a zip file you can't no longer read it or edit it while it is in zip format.
-
Gale Andrews
- Quality Assurance
- Posts: 41761
- Joined: Fri Jul 27, 2007 12:02 am
- Operating System: Windows 10
Re: ffmeg -acodec copy
Sergio, it's not likely to happen, but I've added your vote for an Audacity Feature Request to be able to "edit" MP3 natively. Cut-and-paste editing and volume edits can be done, as in MP3 DirectCut for Windows, which also does file splitting. Maybe there is some tool on Linux that can do it as well, but I don't know.bgravato wrote:No, audacity will always decode it to "raw" uncompressed audio and if you export to mp3 it will always reencode it again. You can't apply audio effects to compressed data such as in an mp3. mp3 data is not "editable".
Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual
Re: ffmeg -acodec copy
I wasn't aware that volume changes could be done to an mp3 without reencoding... I thought only split/merge actions were possible...Gale Andrews wrote:Sergio, it's not likely to happen, but I've added your vote for an Audacity Feature Request to be able to "edit" MP3 natively. Cut-and-paste editing and volume edits can be done, as in MP3 DirectCut for Windows, which also does file splitting. Maybe there is some tool on Linux that can do it as well, but I don't know.
Gale, please add my vote for that feature request too.