Created
June 1, 2017 00:29
-
-
Save jebeaudet/60e158756eca7e0edb87a58562d73f7f to your computer and use it in GitHub Desktop.
ffmpeg RTSP to file
This file contains 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
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