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 jebeaudet/60e158756eca7e0edb87a58562d73f7f to your computer and use it in GitHub Desktop.
Save jebeaudet/60e158756eca7e0edb87a58562d73f7f to your computer and use it in GitHub Desktop.
ffmpeg RTSP to file
ffmpeg -i rtsp://192.168.XXX.XXX:554/unicast -b 900k -vcodec copy -r 60 -y MyVdeoFFmpeg.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment