For some time now I've been trying to build a little application (which I will explain later on), and I'm trying to figure out the inner workings of decoding video. So now I'm curious how VLC handles seeking in network streams. From what I understand is that it needs some header information before i...
I have a video file of which I want to take several screenshots on my headless debian box. (It's actually a VM). Currently I'm using this command: vlc --vout dummy --rate 1 --video-filter scene --start-time 900 --stop-time 901 --scene-format png --scene-ratio 24 --scene-prefix snap --scene-path ~/ v...