Skip to content

Instantly share code, notes, and snippets.

@ngocdaothanh
Created December 8, 2013 02:46
Use ffmpeg to save NVC1000 & IPE300M video streams to files
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