Skip to content

Instantly share code, notes, and snippets.

@on-three
Created September 26, 2014 08:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save on-three/4d9d218311aa20ff2f8f to your computer and use it in GitHub Desktop.
Save on-three/4d9d218311aa20ff2f8f to your computer and use it in GitHub Desktop.
snapshot http stream with vlc via command line
cvlc http://URL --rat1 --video-filter=scene --vout=dummy --aout=dummy --scene-ratio=24 --scene-prefix=$PREFIX --scene-path=$SNAPSHOT_PATH --scene-width=$WIDTH --scene-replace vlc://quit
@on-three
Copy link
Author

cvlc $CHANNEL_URL --rate=1 --video-filter=scene --vout=dummy --aout=dummy --scene-format=$FORMAT --scene-ratio=24 --scene-prefix=$PREFIX --scene-path=$SNAPSHOT_PATH --scene-width=$WIDTH --scene-replace vlc://quit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment