Carl Eugen Hoyos <[email protected]> added the comment:
First, let me say that I consider this kind of bug-report unfriendly and rude!
(We do say "complete and uncut", but the complete debugging output cannot help,
the gdb output looks not better - bt does not report anything else?)
Since it works for me for a random mpeg file
(ffmpeg -i tests/data/b-lavf.avi test.mpeg), you will have to provide the source
file. And please provide a minimal command line (= leave anything away - and add
-an/-vn - that is not necessary to trigger the crash).
ffmpeg -i test.mpeg -threads 4 -vcodec libx264 -s 352x240 -flags +loop -cmp
+chroma -deblockalpha 0 -deblockbeta 0 -crf 26 -refs 1 -coder 0 -me_method esa
-me_range 16 -subq 5 -partitions +parti4x4+parti8x8+partp8x8 -g 250 -keyint_min
25 -level 30 -qmin 10 -qmax 51 -trellis 2 -sc_threshold 40 -i_qfactor 0.71
test.mp4
FFmpeg version SVN-r19461, Copyright (c) 2000-2009 Fabrice Bellard, et al.
configuration: --cc=/opt/intel/Compiler/11.1/038/bin/intel64/icc --cpu=core2
--enable-gpl --extra-cflags=-parallel --extra-ldflags=-parallel
--enable-postproc --enable-avfilter --enable-pthreads --enable-nonfree
--enable-version3 --enable-libopencore-amrnb --enable-libopencore-amrwb
--enable-libdirac --enable-libfaac --enable-libfaad --enable-libgsm
--enable-libmp3lame --extra-cflags='-I/usr/include/openjpeg -I/usr/include/gsm'
--enable-libopenjpeg --enable-libschroedinger --enable-libspeex
--enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid
libavutil 50. 3. 0 / 50. 3. 0
libavcodec 52.32. 0 / 52.32. 0
libavformat 52.36. 0 / 52.36. 0
libavdevice 52. 2. 0 / 52. 2. 0
libavfilter 0. 5. 0 / 0. 5. 0
libswscale 0. 7. 1 / 0. 7. 1
libpostproc 51. 2. 0 / 51. 2. 0
built on Jul 18 2009 13:15:21, gcc: Intel(R) C++ gcc 4.3 mode
Input #0, mpeg, from 'test.mpeg':
Duration: 00:00:01.01, start: 0.500000, bitrate: 2235 kb/s
Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 352x288 [PAR 1:1 DAR 11:9],
104857 kb/s, 25 tbr, 90k tbn, 25 tbc
Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, 1 channels, s16, 64 kb/s
[libx264 @ 0x14bedb0]using SAR=5/6
[libx264 @ 0x14bedb0]using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle
SSE4.1 Cache64
[libx264 @ 0x14bedb0]profile Baseline, level 3.0
Output #0, mp4, to 'test.mp4':
Stream #0.0: Video: libx264, yuv420p, 352x240 [PAR 5:6 DAR 11:9], q=10-51,
200 kb/s, 25 tbn, 25 tbc
Stream #0.1: Audio: aac, 44100 Hz, 1 channels, s16, 64 kb/s
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 25 fps= 0 q=-1.0 Lsize= 107kB time=1.00 bitrate= 876.4kbits/s
video:96kB audio:9kB global headers:0kB muxing overhead 1.603613%
[libx264 @ 0x14bedb0]slice I:1 Avg QP:27.45 size: 29157
[libx264 @ 0x14bedb0]slice P:24 Avg QP:38.67 size: 2856
[libx264 @ 0x14bedb0]mb I I16..4: 5.8% 0.0% 94.2%
[libx264 @ 0x14bedb0]mb P I16..4: 5.2% 0.0% 1.4% P16..4: 44.0% 30.6% 5.6%
0.0% 0.0% skip:13.2%
[libx264 @ 0x14bedb0]coded y,uvDC,uvAC intra:70.0% 89.7% 82.2% inter:15.6% 68.2%
37.5%
[libx264 @ 0x14bedb0]SSIM Mean Y:0.9106452
[libx264 @ 0x14bedb0]kb/s:781.5
----------
status: new -> open
substatus: new -> needs_more_info
_____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue1277>
_____________________________________________________