[FFmpeg-user] ffmpeg 1.0 [NULL @ 0xcb4700] [Eval @ 0x7fff0d95cf00] Undefined constant or missing '(' in 'wpred'

Reindl Harald h.reindl at thelounge.net
Wed Oct 3 17:07:18 CEST 2012



Am 03.10.2012 16:51, schrieb Roger Pack:
>> something seems to go wrong in ffmpeg 1.0
>>
>> see isolated error and at the end all called commands for H264 baseline
>> from my php-wrapper which should left untouched to work with older releases
>>
>> if i remove 'flags2' it would be profile 'high' instead baaseline
>>
>> [NULL @ 0xcb4700] [Eval @ 0x7fff0d95cf00] Undefined constant or missing '(' in 'wpred'
>> [NULL @ 0xcb4700] Unable to parse option value "wpred-dct8x8"
>> [NULL @ 0xcb4700] Error setting option flags2 to value -wpred-dct8x8.ffmpeg version 1.0-thelounge.net Copyright
> 
> It would be nice if your output displayed the actual full console

it did - you truncated it while you quoted my "at the end all called commands for H264 baseline"

my ffmpeg-wrapper does 2pass-ecoding and a thumbnail-image and put
the exact commands at the end after the buffered log

however, i worked around with a update to the php-wrapper using 'profile:v' and
hold back the old version for the one foreign server not maintained by me

the parallel installation of ffmpeg-0.8 and ffmpeg-1.0 as RPM is also solved
by building the "ffpmeg-latest" statically and delete all devel-stuff in
the setup-section of the SPEC file resulting in a single 11 MB large
/usr/local/bin/ffmeg
__________________________


03.10.2012 03:29:55
Array
(
    [calls] => Array
        (
            [video] => /usr/local/bin/ffmpeg -i '/mnt/data/autotest/parts/ffmpeg/demo.mp4' -y -vb '448k' -ab '96k'
-bt '64k' -ar '44100' -ac '2' -r '25' -vf 'scale=480:266,setdar=16:9,pad=480:270:0:2:000000' -async '1' -maxrate
'544k' -f 'ipod' -vcodec 'libx264' -acodec 'libfaac' -flags '+loop+mv4' -cmp '256' -partitions
'+parti4x4+parti8x8+partp4x4+partp8x8+partb8x8' -me_method 'hex' -me_range '16' -subq '7' -trellis '1' -refs '5' -g
'250' -keyint_min '25' -sc_threshold '40' -i_qfactor '0.71' -qcomp '0.6' -qmin '0' -qmax '69' -qdiff '4' -bufsize
'2M' -rc_lookahead '50' -threads '2' -coder '0' -bf '0' -flags2 '-wpred-dct8x8' -wpredp '0' -timestamp 'now'
'/mnt/data/autotest/parts/ffmpeg/targets/test_2p.x264.mp4' >>
'/mnt/data/autotest/parts/ffmpeg/logs/mp4_mp4-x264.log' 2>> '/mnt/data/autotest/parts/ffmpeg/logs/mp4_mp4-x264.log'
            [thumb] => /usr/local/bin/ffmpeg -i '/mnt/data/autotest/parts/ffmpeg/demo.mp4' -y -r '25' -f 'mjpeg'
-vframes '1' -ss '5' -vf 'scale=480:266,setdar=16:9,pad=480:270:0:2:000000'
'/mnt/data/autotest/parts/ffmpeg/targets/images/test_2p.x264.mp4.jpg' >>
'/mnt/data/autotest/parts/ffmpeg/logs/mp4_mp4-x264.log' 2>> '/mnt/data/autotest/parts/ffmpeg/logs/mp4_mp4-x264.log'
        )

    [result] =>
    [status] => Video '/mnt/data/autotest/parts/ffmpeg/demo.mp4' konnte nicht in
'/mnt/data/autotest/parts/ffmpeg/targets/test_2p.x264.mp4' konvertiert werden werden
    [status_thumb] => Thumbnail '/mnt/data/autotest/parts/ffmpeg/targets/images/test_2p.x264.mp4.jpg' wurde
erstellt (Sekunde: 5)
    [status_extended] => Array
        (
        )

    [flvtool2] => 0
    [qt_faststart] => 0
    [duration] =>
    [twopass] => failed
)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 259 bytes
Desc: OpenPGP digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20121003/97de2982/attachment.asc>


More information about the ffmpeg-user mailing list