|
|||||||||||
|
ffmpeg v3:20070719-0.0 from debian-multimedia can't set audio bitrate
From: - Tong - <mlist4suntong(at)yahoo.com>
Date: Fri Sep 14 2007 - 11:30:47 EDT
Package: ffmpeg
Hi, The current version of ffmpeg from debian-multimedia testing repo (v3:20070719-0.0) doesn't allow me to set audio bitrate: $ ffmpeg -i test.avi -vn -acodec ac3 -ac 2 -ar 48000 -ab 192 -y test.ac3
Seems stream 0 codec frame rate differs from container frame rate: 23.98 (65535/2733) -> 23.98 (2997/125)
Input #0, avi, from 'test.avi':
Stream #0.0: Audio: ac3, 48000 Hz, stereo, 0 kb/s
^^^^^^
Stream mapping: Stream #0.1 -> #0.0 Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height I've been using the ffmpeg's -ab option for several years without problem, and the option is still there: $ ffmpeg | grep -2 -- -ab -b If I omit the -ab option, then it works: $ ffmpeg -i test.avi -vn -acodec ac3 -ac 2 -ar 48000 -y test.ac3
Stream #0.0: Audio: ac3, 48000 Hz, stereo, 64 kb/s
^^^^^^^
Stream mapping: Stream #0.1 -> #0.0 Press [q] to stop encoding size= 785kB time=100.5 bitrate= 64.0kbits/s video:0kB audio:785kB global headers:0kB muxing overhead 0.000000% Received signal 2: terminating. However, it will fail even if I set the -ab option to its default value: $ ffmpeg -i test.avi -vn -acodec ac3 -ac 2 -ar 48000 -ab 64 -y test.ac3 $ apt-cache policy ffmpeg
Thanks
Versions of packages ffmpeg depends on: ii libavcodeccvs51 3:20070719-0.0 library to encode decode multimedi ii libavformatcvs51 3:20070719-0.0 ffmpeg file format library ii libavutilcvs49 3:20070719-0.0 avutil shared libraries ii libc6 2.6-2 GNU C Library: Shared libraries ii libfreetype6 2.3.5-1+b1 FreeType 2 font engine, shared lib ii libimlib2 1.3.0.0debian1-4 powerful image loading and renderi ii libsdl1.2debian 1.2.11-8 Simple DirectMedia Layer ii libswscalecvs0 3:20070719-0.0 ffmpeg software scaler ffmpeg recommends no packages.
-- To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.orgReceived on Fri Sep 14 11:48:15 2007 This archive was generated by hypermail 2.1.8 : Sun Oct 07 2007 - 04:37:56 EDT |
||||||||||
|
|||||||||||