Ticket #2147 (closed defect: fixed)
ffmpeg cannot find mpeg2video in my SageTV recordings
| Reported by: | gallatin | Owned by: | |
|---|---|---|---|
| Priority: | normal | Component: | avformat |
| Version: | git-master | Keywords: | mpeg2video mpegps |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | yes | |
| Analyzed by developer: | no |
Description
Summary of the bug:
I have found that some of my SageTV recordings are not playable in xbmc. I've traced that back to ffmpeg not finding the mpeg2 video portion of the recording.
How to reproduce:
% ./ffmpeg -i sample.mpg
ffmpeg version N-48968-g0942aa4 Copyright (c) 2000-2013 the FFmpeg developers
built on Jan 16 2013 13:24:55 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
configuration: --enable-debug= --disable-optimizations
libavutil 52. 15.100 / 52. 15.100
libavcodec 54. 89.100 / 54. 89.100
libavformat 54. 60.101 / 54. 60.101
libavdevice 54. 3.102 / 54. 3.102
libavfilter 3. 32.100 / 3. 32.100
libswscale 2. 1.103 / 2. 1.103
libswresample 0. 17.102 / 0. 17.102
Truncating packet of size 2162 to 255
Last message repeated 1 times
Input #0, mpeg, from 'sample.mpg':
Duration: 00:00:02.50, start: 20365.536011, bitrate: 6721 kb/s
Stream #0:0[0x80]: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s
Stream #0:1[0x81]: Audio: ac3, 48000 Hz, stereo, fltp, 384 kb/s
Note that there is no mpeg2video stream found. Other programs, such as mencoder and vlc are able to find the video stream.
Attachments
Change History
comment:1 Changed 4 months ago by cehoyos
- Keywords mpeg2video mpegps added; mpeg2 removed
- Status changed from new to open
- Reproduced by developer set
Patch on mailing list: http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157707
comment:2 Changed 4 months ago by michael
Alternative patch posted:
http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/157885
Note: See
TracTickets for help on using
tickets.



