Extracting screenshots from DVB TS stream
Posted: 15 Nov 2020 12:09
I'm trying to extarct screenshots of a specific TV program from a captured DVB-T mpeg stream.
I'm using Raspberry Pi running Raspberry Pi OS and VLC media player 3.0.11.
I tried with this command line:
but I got a lot of errors and no images.
This is the captured TS stream:
http://www.embedupload.com/?d=0SKZYIGSVU
This is the console output:
https://pastebin.com/ZMRTeyT3
Please suggest the right settings to extract screenshots of a specific program in the stream.
Thanks.
I'm using Raspberry Pi running Raspberry Pi OS and VLC media player 3.0.11.
I tried with this command line:
Code: Select all
cvlc capture.ts --program=1 --intf=dummy --vout=dummy --aout=dummy --no-audio --video-filter=scene --scene-format=png --scene-ratio=20 --scene-path=/home/pi --scene-prefix=pid_test -vv vlc://quit
This is the captured TS stream:
http://www.embedupload.com/?d=0SKZYIGSVU
This is the console output:
https://pastebin.com/ZMRTeyT3
Please suggest the right settings to extract screenshots of a specific program in the stream.
Thanks.