[FFmpeg-devel] -profile option broken(?)

Erik Slagter erik at slagter.name
Mon Jul 18 12:35:00 CEST 2011


Hi,

Since the last pull I did (about three weeks ago) the option "-profile high"
(and possibly others?) seem to been have broken. I've done some bisecting but
I can't really find the offending patch. Before I put any more effort in this,
can please anyone try this option? Maybe I've screwed up something, although
I've tested with a clean tree.

$ ffmpeg -y -probesize 500000000 -threads 16 -i 00033.avi -vsync 0 -async 0 -profile high 
-preset veryslow -vcodec libx264 -x264opts 
level=40:aud=1:keyint=100:ref=4:nr=1000:bframes=8:threads=16:vbv-bufsize=31250:vbv-maxrate=25000:nal-hrd=vbr:crf=24 
-strict experimental -acodec aac -ac 2 -ar 48000 -ab 192k -f mpegts 00033_tmp.ts

[ .. ]

Input #0, avi, from '00033.avi':
   Metadata:
     encoder         : Lavf53.4.0
   Duration: 00:00:34.08, start: 0.000000, bitrate: 66871 kb/s
     Stream #0.0: Video: mjpeg, yuvj420p, 1920x1080 [PAR 1:1 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
     Stream #0.1: Audio: pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
[buffer @ 0xa213a0] w:1920 h:1080 pixfmt:yuvj420p tb:1/1000000 sar:1/1 sws_param:
[libx264 @ 0xa20ee0] using SAR=1/1
[libx264 @ 0xa20ee0] using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.2
[libx264 @ 0xa20ee0] profile High, level 4.0
[NULL @ 0xa39700] [Eval @ 0x7fff4b992270] Undefined constant or missing '(' in 'high'
[NULL @ 0xa39700] Unable to parse option value "high"
[NULL @ 0xa39700] Error setting option profile to value high.
Output #0, mpegts, to '00033_tmp.ts':
     Stream #0.0: Video: libx264, yuvj420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 200 
kb/s, 90k tbn, 25 tbc
     Stream #0.1: Audio: aac, 48000 Hz, 2 channels, s16, 64 kb/s
Stream mapping:
   Stream #0.0 -> #0.0
   Stream #0.1 -> #0.1
Error while opening encoder for output stream #0.1 - maybe incorrect parameters such as 
bit_rate, rate, width or height

Thanks.

-------------- 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/6e58448d/attachment.p7s>


More information about the ffmpeg-devel mailing list