bernhardu / dvbcut-deb

GNU General Public License v2.0
10 stars 3 forks source link

Failed to detect video stream in provided file. #5

Open reubot opened 4 years ago

reubot commented 4 years ago

rage guest programmer Ed O'Brien-2.ts.gz The chosen file /tmp/rage guest programmer Ed O'Brien-2.ts does not contain any video

cypline commented 1 year ago

Hello @reubot,

running ffprobe over the file shows, that it only contains a video stream in h264 format. This is not supported by dvbcut. I think a lot of people would really like to see it, but currently it is not and not that easy. Only mpeg2 video streams are supported.

Here the output of ffprobe: Program 581 Metadata: service_name : ABC HD service_provider: ABC Stream #0:0[0x910]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc Stream #0:10x911: Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 256 kb/s Stream #0:20x912: Subtitle: dvb_teletext ([6][0][0][0] / 0x0006), 492x250 Stream #0:3[0x157d]: Unknown: none ([11][0][0][0] / 0x000B) Stream #0:4[0x157c]: Unknown: none ([5][0][0][0] / 0x0005)

Best regards, Cyp