Search found 5989 matches: FFMPEG

Searched query: FFMPEG

by Edgar
Tue Jul 09, 2013 5:59 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

... and that also works just fine. I will have to look into the Audacity code little more closely maybe we are sending a badly formatted string to FFmpeg.
by Gale Andrews
Tue Jul 09, 2013 5:46 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

Edgar wrote:
Gale Andrews wrote: what happens?
Seems to work fine (note however that the sample rate is 41,800 not 48,000)
Sorry I am not seeing where the "41,800" occurs. Your input "a.wav" and output "mp2.wav" both seem to be 44100 Hz.


Gale
by Edgar
Tue Jul 09, 2013 5:25 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

what happens? Seems to work fine (note however that the sample rate is 41,800 not 48,000): D:AudacityFFmpeg for Audacity>ffmpeg -i a.wav -acodec mp2 -ab 256000 mp2.wav FFmpeg version 0.6.2, Copyright (c) 2000-2010 the FFmpeg developers built on Apr 4 2011 10:07:47 with gcc 4.5.2 configuration: ...
by Gale Andrews
Tue Jul 09, 2013 3:04 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

I don't know why our results are different Ed , the only difference seems to be that I have FFmpeg installed in the standard location. Do I take it normal export to AAC in Audacity is OK? If you have a file called "a.wav" in D:AudacityFFmpeg for Audacity then ...
by Gale Andrews
Mon Jul 08, 2013 6:25 pm
Forum: Audacity 2.x Feedback and Reviews
Topic: Bitrate settings for M4A (AAC) Export
Replies: 6
Views: 17191

Re: Bitrate settings for M4A (AAC) Export

... to the maximum iTunes bit rate. I can add a vote for lucid79 that the Audacity AAC encoder should be expressed in target bit rates, but since FFmpeg exposes a quality control and not bit rate targets, it would need a lot of thought and possibly be misleading. It would not be directly comparable ...
by steve
Mon Jul 08, 2013 11:19 am
Forum: Audacity 2.x Feedback and Reviews
Topic: Bitrate settings for M4A (AAC) Export
Replies: 6
Views: 17191

Re: Bitrate settings for M4A (AAC) Export

AAC encoding for Audacity exporting is provided by the optional FFMpeg library. The exact bit-rate and other encoder options are determined by FFMpeg (which may vary between FFMpeg versions). For more control over AAC encoding options you could try converting with QuickTime or iTunes.
by Edgar
Sun Jul 07, 2013 6:01 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

FFmpeg 0.6.2. Is that the version you are using? edgar "I seem to be using 0.6.2": D:AudacityFFmpeg for Audacity>ffmpe FFmpeg version 0.6.2, Copyright (c) 2 built on Apr 4 2011 10:07:47 with configuration: --disable-ffplay ...
by Edgar
Sun Jul 07, 2013 5:53 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

However I can export a valid file using your steps (30 seconds mono or stereo tone) and FFmpeg 0.6.2. Is that the version you are using? I just tried again with a 30 sec Chirp and failed with a zero length file (I entered zero as the tooltip suggested). 10:36:37: Audacity ...
by Gale Andrews
Sun Jul 07, 2013 11:07 am
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Re: Export with Custom FFmpeg Export produces zero length fi

... so make a patch if you want. However I can export a valid file using your steps (30 seconds mono or stereo tone) and FFmpeg 0.6.2. Is that the version you are using? What happens if you use (external program) and: ffmpeg -i - -acodec mp2 -ab 256000 "%f" That ...
by Edgar
Sat Jul 06, 2013 5:54 pm
Forum: Windows
Topic: Export with Custom FFmpeg Export produces zero length files
Replies: 7
Views: 1391

Export with Custom FFmpeg Export produces zero length files

... from the File menu ___2a) make sure that you are Saving in: a directory in which you have write permission 3) Under Save as type: select Custom FFmpeg Export 4) Choose Options… , the Specify Other Options dialog opens 5) In the left-hand column of Formats choose wav 6) In the right-hand column ...