[FFmpeg-devel] MPEG TS intersting samples

Baptiste Coudurier baptiste.coudurier
Mon Jun 4 16:20:30 CEST 2007


Hi Michael,

Since you are working on TS demuxer, here is a set of interesting files.

Input #0, mpegts, from 'test-ebu-422.40000.pakets.ts':
   Duration: 00:00:06.4, start: 17163.308933, bitrate: 9274 kb/s
   Stream #0.0[0x0]: Data: mpeg2ts, 9643 kb/s
   Stream #0.1[0x1062]: Video: mpeg2video, yuv422p, 720x576, 9000 kb/s, 
25.00 fps(r)
   Stream #0.2[0x1063]: Audio: mp2, 48000 Hz, stereo, 384 kb/s

Both rawts data and video/audio tracks.

in MPEG2/

Input #0, mpegts, from 'has-subtitles.ts':
   Duration: 00:02:21.7, start: 458.712200, bitrate: 6010 kb/s
   Stream #0.0[0x1388]: Video: mpeg2video, yuv420p, 720x576, 7980 kb/s, 
25.00 fps(r)
   Stream #0.1[0x1389](eng): Audio: mp2, 48000 Hz, stereo, 256 kb/s
   Stream #0.2[0x138a](NAR): Audio: mp2, 48000 Hz, stereo, 256 kb/s
   Stream #0.3[0x138c](eng): Subtitle: dvbsub
   Stream #0.4[0x138b]: Audio: ac3

Not ac3, private stream containing teletext. (0x56 EBU teletext 
descriptor tag present in PMT)

in incoming/

[mpegts @ 0x83f0434]Could not find codec parameters (Audio: ac3)
Input #0, mpegts, from 's302m.m2t':
   Duration: 00:00:00.3, start: 75202.854200, bitrate: 18695 kb/s
   Stream #0.0[0x1e1]: Video: mpeg2video, yuv422p, 720x576, 50000 kb/s, 
25.00 fps(r)
   Stream #0.1[0x1e2]: Audio: ac3

in incoming.

Not ac3, private stream containing smpte 302m audio. (descriptor tag 
present in PMT)

I hope this helps.

-- 
Baptiste COUDURIER                              GnuPG Key Id: 0x5C1ABAAA
SMARTJOG S.A.                                    http://www.smartjog.com
Key fingerprint                 8D77134D20CC9220201FC5DB0AC9325C5C1ABAAA
Phone: +33 1 49966312




More information about the ffmpeg-devel mailing list