mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Remove -ab 64k from ffmpeg options, this is now default.
patch by Benoit Fouet, benoit.fouet purplelabs com Originally committed as revision 8346 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
43cd2d3225
commit
f6ac2667e5
@ -114,7 +114,7 @@ fi
|
||||
# create the data directory if it does not exist
|
||||
mkdir -p $datadir
|
||||
|
||||
FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple -ab 64k"
|
||||
FFMPEG_OPTS="-y -flags +bitexact -dct fastint -idct simple"
|
||||
|
||||
do_ffmpeg()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user