ffmeg -acodec copy

This section is now closed.
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.
Locked
sergiomb
Posts: 3
Joined: Thu Oct 28, 2010 4:42 pm
Operating System: Please select

ffmeg -acodec copy

Post by sergiomb » Thu Oct 28, 2010 4:49 pm

How I use copy audio copy codec ?
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

Post by Gale Andrews » Fri Oct 29, 2010 4:22 am

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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

sergiomb
Posts: 3
Joined: Thu Oct 28, 2010 4:42 pm
Operating System: Please select

Re: ffmeg -acodec copy

Post by sergiomb » Fri Oct 29, 2010 5:01 pm

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
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 .

which is the best technique of export files , when is possible .

If you don't have, you should consider have it.
Thanks,

Trebor
Posts: 9847
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: ffmeg -acodec copy

Post by Trebor » Fri Oct 29, 2010 6:59 pm

sergiomb wrote:... split one hour and 33 minutes of mp3 ... which is the best technique of export files
Maybe you are looking for a lossless MP3 splitter ? ... http://mp3splt.sourceforge.net/mp3splt_page/home.php (other lossless MP3 splitters are available).

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.

bgravato
Posts: 2080
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Please select

Re: ffmeg -acodec copy

Post by bgravato » Fri Oct 29, 2010 8:42 pm

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.

sergiomb
Posts: 3
Joined: Thu Oct 28, 2010 4:42 pm
Operating System: Please select

Re: ffmeg -acodec copy

Post by sergiomb » Sat Oct 30, 2010 4:20 am

Trebor wrote:
sergiomb wrote:... split one hour and 33 minutes of mp3 ... which is the best technique of export files
Maybe you are looking for a lossless MP3 splitter ? ... http://mp3splt.sourceforge.net/mp3splt_page/home.php (other lossless MP3 splitters are available).

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.
Exactly what I want. We can do it with ffmeg -acodec copy in command line ...
thought we can use it in audacity or audacity can use it in general :)
but thinking again is it possible ?
Thanks,

bgravato
Posts: 2080
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Please select

Re: ffmeg -acodec copy

Post by bgravato » Sat Oct 30, 2010 10:39 am

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.

Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: ffmeg -acodec copy

Post by Gale Andrews » Sun Oct 31, 2010 3:23 am

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".
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
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

bgravato
Posts: 2080
Joined: Wed Jan 13, 2010 8:56 pm
Operating System: Please select

Re: ffmeg -acodec copy

Post by bgravato » Sun Oct 31, 2010 8:37 am

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.
I wasn't aware that volume changes could be done to an mp3 without reencoding... I thought only split/merge actions were possible...

Gale, please add my vote for that feature request too.

Locked