Skip to content

Instantly share code, notes, and snippets.

@cmlewis
Created October 18, 2016 21:16
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cmlewis/2b7c3a82ff1de26c53a8b05467df1403 to your computer and use it in GitHub Desktop.
Save cmlewis/2b7c3a82ff1de26c53a8b05467df1403 to your computer and use it in GitHub Desktop.
Convert FLV to MP4 using ffmpeg
ffmpeg -i input.flv -codec copy output.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment