Skip to content

Instantly share code, notes, and snippets.

@darraghenright
Created October 24, 2013 21:24
Show Gist options
  • Save darraghenright/7145289 to your computer and use it in GitHub Desktop.
Save darraghenright/7145289 to your computer and use it in GitHub Desktop.
#!/bin/bash
VLC=/Applications/VLC.app/Contents/MacOS/VLC
IN=qtcapture://
OUT=dump.avi
$VLC -vvv $IN --sout $OUT
echo $?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment