Last active
August 29, 2015 14:06
-
-
Save kyv/3976fb154755d380bb04 to your computer and use it in GitHub Desktop.
command for dvswitch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dvswitch -p2000 -hlocalhost 2>&1 /dev/null & | |
sleep 1 | |
avconv -v 0 -f video4linux2 -i /dev/video1 -target ntsc-dv - | \ | |
dvsource-file /dev/stdin -p 2000 -h localhost 2>&1 /dev/null & | |
sleep 5 | |
dvsink-command -h localhost -p 2000 tee /dev/null | \ | |
ffmpeg2theora - -f dv -F 5 -v 4 -a 0 -c 1 -H 9600 -o - | \ | |
oggfwd a.stream.mayfirst.org 8000 source mount.ogv |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment