Created
December 8, 2013 02:46
-
-
Save ngocdaothanh/7852772 to your computer and use it in GitHub Desktop.
Use ffmpeg to save NVC1000 & IPE300M video streams to files
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://211.241.204.87/ch0_unicast_firststream -vcodec msmpeg4v2 -an output.avi | |
ffmpeg -i rtsp://211.241.204.87/ch0_unicast_secondstream -vcodec msmpeg4v2 -an output.avi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment