#254 closed defect (fixed)
mpeg2video encoded in interlaced/field mode decodes incorrectly (demuxer)
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | mpegts mpeg2video vdpau |
Cc: | nfxjfg@googlemail.com | Blocked By: | |
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
the file (from ticket #186) decodes incorrectly with ffmpeg
(plays fine with xine and mplayer -demuxer mpegts)
C:\>ffmpeg -i t.mpg ffmpeg version git-N-30344-g5501afa, Copyright (c) 2000-2011 the FFmpeg develope rs built on May 27 2011 22:37:57 with gcc 4.5.3 configuration: --enable-gpl --enable-version3 --enable-memalign-hack --enable- runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libo pencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm -- enable-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libvpx --enabl e-libx264 --enable-libxavs --enable-libxvid --enable-zlib --pkg-config=pkg-confi g libavutil 51. 2. 2 / 51. 2. 2 libavcodec 53. 6. 0 / 53. 6. 0 libavformat 53. 2. 0 / 53. 2. 0 libavdevice 53. 0. 0 / 53. 0. 0 libavfilter 2. 11. 0 / 2. 11. 0 libswscale 0. 14. 0 / 0. 14. 0 libpostproc 51. 2. 0 / 51. 2. 0 [mp3 @ 02350BA0] Header missing [mpeg2video @ 023507A0] allocate dummy last picture for field based first keyfra me [mpeg2video @ 023507A0] invalid cbp at 21 0 [mpeg2video @ 023507A0] invalid cbp at 17 10 [mpeg2video @ 023507A0] ac-tex damaged at 12 6 [mpeg2video @ 023507A0] mb incr damaged Last message repeated 1 times [mpeg2video @ 023507A0] invalid cbp at 18 12 [mpeg2video @ 023507A0] ac-tex damaged at 13 12 [mpeg2video @ 023507A0] ac-tex damaged at 12 14 [mpeg2video @ 023507A0] invalid cbp at 12 16 [mpegts @ 023502A0] max_analyze_duration 5000000 reached at 5015467 Seems stream 0 codec frame rate differs from container frame rate: 50.00 (50/1) -> 50.00 (50/1) Input #0, mpegts, from 't.mpg': Duration: 00:00:14.01, start: 0.086122, bitrate: 770 kb/s Program 1 Stream #0.0[0x12d]: Video: mpeg2video (Main), yuv420p, 352x288 [PAR 12:11 DA R 4:3], 500 kb/s, 25 fps, 50 tbr, 90k tbn, 50 tbc Stream #0.1[0x12e]: Audio: mp3, 44100 Hz, mono, s16, 128 kb/s At least one output file must be specified
Change History (12)
follow-up: 2 comment:1 by , 14 years ago
Reproduced by developer: | set |
---|---|
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 14 years ago
Replying to cehoyos:
Also fails now with mplayer -demuxer mpegts -vc ffmpeg12 (the default) and vdpau (both used to work), works fine with mplayer -demuxer mpegts -vc mpeg12
what caused that regression in mplayer+ffmpeg12 ?
comment:3 by , 14 years ago
Component: | undetermined → avcodec |
---|
My last comment was wrong, it still works fine with mplayer -vc ffmpeg12vdpau, never worked - afaict - with mplayer -vc ffmpeg12.
comment:4 by , 13 years ago
Keywords: | ts mpeg2video added |
---|
comment:5 by , 12 years ago
Keywords: | mpegts added; ts removed |
---|
comment:6 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:7 by , 12 years ago
Keywords: | vdpau added |
---|
Still fails with "mplayer -demuxer lavf -vc ffmpeg12vdpau t.mpg" (strong black artefacts).
comment:8 by , 11 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
comment:9 by , 11 years ago
Cc: | added |
---|
comment:10 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
This was an issue with the software decoder that was fixed by Michael, the demuxer issue that I described here first is covered by your ticket #2915.
follow-up: 12 comment:11 by , 11 years ago
comment:12 by , 11 years ago
Replying to jyavenard:
I never had issue using the software decoder, quite the opposite.
The exact same issues as described in this ticket are reproducible with the sample you provided.
So why mark #3688 as a duplicate of #254, if #254 is closed... obviously not the same bug
I intended to mark #3688 as a duplicate of ticket #2915 but wanted to link to this ticket which also contains a description of the same problem. Sorry if I was unclear, I am not a native speaker.
Also fails now with mplayer -demuxer mpegts -vc ffmpeg12 (the default) and vdpau (both used to work), works fine with mplayer -demuxer mpegts -vc mpeg12