download a specific portion of a video stream using vlc -


i want download video live stream 00:00:2 00:00:32. time respective time program started(skip first 2 seconds , sample 30 seconds video. first 2 seconds skipped prevent initial green frames) possible libvlc or vlc command line ?.

we can't use ffmpeg because keeps failing saying udp error because network slow.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -