Re: [Audacity-devel] FFmpeg export GSM, AMR and MP4 on Windows
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Richard A. <ri...@au...> - 2008-07-01 20:04:46
|
On Tue, 2008-07-01 at 11:01 -0500, Leland wrote: > Also, it doesn't appear that the "Options" are being applied correctly. > I'd selected bitrate=8, samplerate=96000, and profile=LTP. iTunes > reports it as 128kbps, 96000, and Low Complexity. Seconded, regardless of the profile, I always get "v4 LC" files according to file(1). Sample rate appears to be correct. Do we actually want to set the sample rate in the export options? Audacity's re-sampling algorithms are probably as good as or better than ffmpeg's, so for the sake of consistency I'd suggest that the sample rate for export should always track the project rate. If I want to export a WAV file at a different I do this by changing the project rate, so it would be logical to do the same thing for FFmpeg exports. Richard |