[FFmpeg-devel] -profile option broken(?)
Erik Slagter
erik at slagter.name
Mon Jul 18 18:45:04 CEST 2011
There is something very fishy:
This triggers the error:
/home/erik/src/ffmpeg/ffmpeg -y -probesize 500000000 -threads 16 -i 00033.avi -vsync 0
-async 0 -profile high -vcodec libx264 -strict experimental -acodec aac -ac 2 -ar 48000
-ab 192k -f mpegts 00033_tmp.ts
when I move -profile high to the start like this:
/home/erik/src/ffmpeg/ffmpeg -profile high -y -probesize 500000000 -threads 16 -i
00033.avi -vsync 0 -async 0 -vcodec libx264 -strict experimental -acodec aac -ac 2 -ar
48000 -ab 192k -f mpegts 00033_tmp.ts
there is no error.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5110 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20110718/f77e6d78/attachment.p7s>
More information about the ffmpeg-devel
mailing list