Skip to content

Instantly share code, notes, and snippets.

@indiejoseph
Created August 23, 2015 15:53
Show Gist options
  • Star 15 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save indiejoseph/a0547b1c996cea428311 to your computer and use it in GitHub Desktop.
Save indiejoseph/a0547b1c996cea428311 to your computer and use it in GitHub Desktop.
ffmpeg record mjpg-streamer
ffmpeg -f mjpeg -r 5 -i "http://openwrt:openwrt@localhost:8080/?action=stream" -r 5 ./video.avi
@NaturesProphet
Copy link

how to compress the output file ?

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