Skip to content

Instantly share code, notes, and snippets.

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 owulveryck/561678958c0b566045b3f6b98e5c4531 to your computer and use it in GitHub Desktop.
Save owulveryck/561678958c0b566045b3f6b98e5c4531 to your computer and use it in GitHub Desktop.
Command lines arguments to capture my webcam asf videostream and send it to s3
avconv -i http://myip/videostream.asf -c:v libx264 -b 400k -b:a 16k -strict experimental -f mp4 -movflags frag_keyframe+empty_moov - | gof3r put -b mybucket -k output.mp4
@owulveryck
Copy link
Author

avconv -i http://IP/videostream.asf -re -g 52 -c:v libx264 -preset slow -b:a 16k -b:v 32k -strict experimental -f mp4 -movflags frag_keyframe+isml - | gof3r put -b mybucket -k keyfile.mp4

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