ffmpeg - How to extract EPG data from a rec/ts file? -
i need extract data stream of rec/ts file. i've tried until avconv
avconv -i filename.rec
i output
avconv version 0.8.17-6:0.8.17-1, copyright (c) 2000-2014 libav developers built on mar 15 2015 17:00:31 gcc 4.7.2 ... input #0, mpegts, 'filename.rec': duration: 01:54:55.94, start: 74083.801633, bitrate: 400 kb/s ... program 28479 metadata: ... stream #0.0[0x475](ger): audio: mp2, 48000 hz, stereo, s16, 320 kb/s stream #0.1[0x81a]: data: [5][0][0][0] / 0x0005 stream #0.2[0x881]: data: [11][0][0][0] / 0x000b ...
afik data stream contains epg information. it?
the following command
avconv -i filename.rec -f ffmetadata metadata.txt
outputs metadata.txt
;ffmetadata1
and with
avconv -i filename.rec -map 0:1 -f ffmetadata metadata.txt
i message data stream encoding not supported yet (only streamcopy)
the file filename.rec
has following content extract:
Comments
Post a Comment