Opened 7 years ago
Closed 7 years ago
#1195 closed defect (fixed)
EOF after decoding error
Reported by: | ubitux | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avformat |
Version: | git-master | Keywords: | mkv |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
The following sample http://samples.ffmpeg.org/Matroska/decode-error-stop.mkv makes ff* tools stop after approximately 1100 frames (or 45 seconds). The sample is 55 seconds long.
Steps to reproduce:
ffmpeg -i decode-error-stop.mkv -f null - [...] frame= 1097 fps=430 q=0.0 Lsize= 0kB time=00:00:45.75 bitrate= 0.0kbits/s
or:
ffplay decode-error-stop.mkv
OTOH, MPlayer (with lavf demuxer and lavc decoder) is able to deal with it: just a few glitchy frames for 2-3 seconds, then playback is fine.
Change History (2)
comment:1 Changed 7 years ago by cehoyos
- Keywords mkv added
- Reproduced by developer set
- Status changed from new to open
- Summary changed from Stop after decoding error to EOF after decoding error
- Version changed from unspecified to git-master
comment:2 Changed 7 years ago by michael
- Component changed from undetermined to avformat
- Resolution set to fixed
- Status changed from open to closed
Note: See
TracTickets for help on using
tickets.
Also reproducible with -an (and without -vn), MPlayer plays >50 seconds.