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.