[FFmpeg-devel] Before I *fix this*, please confirm that it is in fact a *bug*

Chris Stones chris.stones
Thu Feb 25 22:33:47 CET 2010


Attached patch passes all regression tests.

-pix_fmt + -newvideo + image2 nolonger kills ffmpeg.

with command "ffmpeg -i ~/srca/test%02d.png -vcodec mpeg4 -pix_fmt yuv420p
-y out.nut -i ~/srca/test%02d.png -vcodec mpeg4 -pix_fmt yuv420p -newvideo"

old result was

Input #0, image2, from '/home/cds/srca/test%02d.png':
  Duration: 00:00:01.04, start: 0.000000, bitrate: N/A
    Stream #0.0: Video: png, rgb32, 400x300, 25 tbr, 25 tbn, 25 tbc
Input #1, image2, from '/home/cds/srca/test%02d.png':
  Duration: 00:00:01.04, start: 0.000000, bitrate: N/A
    Stream #1.0: Video: png, yuv420p, 400x300, 25 tbr, 25 tbn, 25 tbc
Output #0, nut, to 'out.nut':
    Stream #0.0: Video: mpeg4, yuv420p, 400x300, q=2-31, 200 kb/s, 90k tbn,
25 tbc
    Stream #0.1: Video: mpeg4, yuv420p, 400x300, q=2-31, 200 kb/s, 90k tbn,
25 tbc
Stream mapping:
  Stream #0.0 -> #0.0
  Stream #1.0 -> #0.1
Press [q] to stop encoding
Segmentation fault

( NOTE Input #1 : Stream #1.0: Video: png, yuv420p )

with patch, encode completes as expected.

Is there anything else I need to do to get this bug finished ?

Thanks.
Chris.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pix_fmt.patch
Type: application/octet-stream
Size: 534 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20100225/06171d80/attachment.obj>



More information about the ffmpeg-devel mailing list