Changes between Initial Version and Version 1 of Ticket #987
- Timestamp:
- 02/08/2012 08:09:37 PM (16 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #987
- Property Keywords mov added
- Property Status changed from new to open
- Property Reproduced by developer set
-
Ticket #987 – Description
initial v1 1 1 The attached file, reported on mplayer-user, is MPEG-TS, but probing fails: 2 2 {{{ 3 3 ./ffmpeg_g -i /tmp/mpegts_unprobed.ts 4 4 ffmpeg version N-37576-ge81e0b9 Copyright (c) 2000-2012 the FFmpeg developers … … 13 13 libswresample 0. 6.100 / 0. 6.100 14 14 /tmp/mpegts_unprobed.ts: Invalid data found when processing input 15 15 }}} 16 16 Explicitly setting the format succeeds: 17 17 {{{ 18 18 ./ffmpeg_g -f mpegts -i /tmp/mpegts_unprobed.ts 19 19 ffmpeg version N-37576-ge81e0b9 Copyright (c) 2000-2012 the FFmpeg developers … … 40 40 Stream #0:2[0x31](fra): Subtitle: dvb_teletext ([6][0][0][0] / 0x0006) 41 41 Stream #0:3[0x7b1](eng): Audio: mp2 ([4][0][0][0] / 0x0004), 48000 Hz, stereo, s16, 192 kb/s 42 }}}


