Skip to content

Instantly share code, notes, and snippets.

@jmahoney
Created February 15, 2014 10:03
Show Gist options
  • Save jmahoney/9017073 to your computer and use it in GitHub Desktop.
Save jmahoney/9017073 to your computer and use it in GitHub Desktop.
cmd = '"{0}" -Idummy --video-filter scene -V dummy --no-audio --scene-height=256 --scene-width=512 --scene-format=png --scene-ratio=1 --start-time={3} --stop-time={4} --scene-prefix=thumb --scene-path="{1}" "{2}" vlc://quit'.format(vlc_path, screencap_path, video_path, start, end)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment