Commit 12cae341 authored by diego's avatar diego

Remove -ab 64k from ffmpeg options, this is now default.

patch by Benoit Fouet, benoit.fouet purplelabs com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8346 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ebc5d21f
......@@ -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()
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment