Skip to content

Instantly share code, notes, and snippets.

@anujonthemove
Created May 15, 2020 16:20
Show Gist options
  • Save anujonthemove/77deb32a7afc4b85c32d14724465c24b to your computer and use it in GitHub Desktop.
Save anujonthemove/77deb32a7afc4b85c32d14724465c24b to your computer and use it in GitHub Desktop.
useful ffmpeg commands
# convert-mp4-to-webm-for-rtsp
ffmpeg -i input-file.mp4 -c:v libvpx -crf 10 -b:v 1M -c:a libvorbis output-file.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment