Andrew Wason <[email protected]> added the comment:
I have some sample MPEG2 videos from a Canon camcorder that commit r15183
breaks. Prior to r15183 DAR was computed as 16:9 which is correct, sinc r15183
it's 4:3. I'm not sure this can easily be fixed without breaking all the other
samples that r15183 fixed.
Sample uploaded to:
upload.ffmpeg.org/MPlayer/incoming/issue562/widescreen-issue562.mpg
svn r15183
$ ./ffmpeg -i /Volumes/Storage/test/widescreen-issue562.mpg
FFmpeg version git-6284148, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration:
libavutil 49.10. 0 / 49.10. 0
libavcodec 51.71. 0 / 51.71. 0
libavformat 52.22. 0 / 52.22. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Feb 3 2009 13:50:06, gcc: 4.0.1 (Apple Inc. build 5490)
Input #0, mpeg, from '/Volumes/Storage/test/widescreen-issue562.mpg':
Duration: 00:00:10.97, start: 0.220756, bitrate: 7462 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 32:27 DAR
16:9], 9600 kb/s, 29.97 tb(r)
Stream #0.1[0x80]: Audio: 0x0000, 48000 Hz, stereo, s16, 256 kb/s
Must supply at least one output file
svn r15184
$ ./ffmpeg -i /Volumes/Storage/test/widescreen-issue562.mpg
FFmpeg version git-a489c34, Copyright (c) 2000-2008 Fabrice Bellard, et al.
configuration:
libavutil 49.10. 0 / 49.10. 0
libavcodec 51.71. 0 / 51.71. 0
libavformat 52.22. 0 / 52.22. 0
libavdevice 52. 1. 0 / 52. 1. 0
built on Feb 3 2009 13:55:04, gcc: 4.0.1 (Apple Inc. build 5490)
Input #0, mpeg, from '/Volumes/Storage/test/widescreen-issue562.mpg':
Duration: 00:00:10.97, start: 0.220756, bitrate: 7462 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR 8:9 DAR 4:3],
9600 kb/s, 29.97 tb(r)
Stream #0.1[0x80]: Audio: 0x0000, 48000 Hz, stereo, s16, 256 kb/s
Must supply at least one output file
____________________________________________________
FFmpeg issue tracker <[email protected]>
<https://roundup.ffmpeg.org/roundup/ffmpeg/issue562>
____________________________________________________