Skip to content

Instantly share code, notes, and snippets.

@ward
Last active October 21, 2015 21:08
Show Gist options
  • Save ward/8742475 to your computer and use it in GitHub Desktop.
Save ward/8742475 to your computer and use it in GitHub Desktop.
Dump rtsp into mp4 file
ffmpeg -i rtsp://yourlinkhere -acodec copy -vcodec copy FILENAME.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment