Skip to content

Instantly share code, notes, and snippets.

@glukki
Last active December 17, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save glukki/5568661 to your computer and use it in GitHub Desktop.
Save glukki/5568661 to your computer and use it in GitHub Desktop.
Gitshots @ Windows 8
[alias]
ci = !powershell "gitshot" && git commit
$datetime = (Get-Date -UFormat "+%s").Split(',')[0]
& "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --dshow-vdev="Lenovo USB2.0 UVC Camera" --dshow-size=1280x720 -V dummy --intf=dummy --dummy-quiet --video-filter=scene --no-audio --scene-path=D:\gitshots --scene-format=jpg --scene-prefix=$datetime --scene-replace --run-time=1 --scene-ratio=24 "dshow://" vlc://quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment