Skip to content

Instantly share code, notes, and snippets.

@ngocdaothanh
Created December 8, 2013 02:46
Show Gist options
  • Save ngocdaothanh/7852772 to your computer and use it in GitHub Desktop.
Save ngocdaothanh/7852772 to your computer and use it in GitHub Desktop.
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