[x264-devel] Input picture width (720) is greater than stride (0)

ffmpeg at gemneye.org ffmpeg at gemneye.org
Wed Feb 8 19:48:24 CET 2012


When using the latest version of the libx264 library with the latest versions of ffmpeg the following error is received.

Input picture width (720) is greater than stride (0)

The full command line that was run:
ffmpeg -i concat:"VTS_01_1.VOB|VTS_01_2.VOB|VTS_01_3.VOB|VTS_01_4.VOB|VTS_01_5.VOB" -y -f mp4 -an -vcodec libx264 -pass 1 -vpre fast_firstpass -b:v 1200k -bt 1000k -vf crop=720:352:0:62 -aspect 158:65 -threads 0 /dev/null

Software Version reported from standard out:
ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers

[libx264 @ 0xda96460] 264 - core 120 - H.264/MPEG-4 AVC codec - Copyleft 2003-2012 - http://www.videolan.org/x264.html

settings listed in libx264-fast_firstpass.ffpreset

coder=1
flags=+loop
cmp=+chroma
partitions=-parti8x8-parti4x4-partp8x8-partb8x8
me_method=dia
subq=2
me_range=16
g=250
keyint_min=25
sc_threshold=40
i_qfactor=0.71
b_strategy=1
qcomp=0.6
qmin=0
qmax=69
qdiff=4
bf=3
refs=1
directpred=1
trellis=0
flags2=+bpyramid-mixed_refs+wpred-dct8x8+fastpskip
wpredp=2
rc_lookahead=30

This exact same command line was executed successfully with the same source files with GIT cloned heads from less then two weeks ago.

This same error was generated when using other version of libx264 library:
264 - core 120 r2145 748fe16
264 - core 120 r2164 da19765

Does anyone know what causes this error?

Thank You.


More information about the x264-devel mailing list