Skip to content

Instantly share code, notes, and snippets.

@cseringgo
Created October 18, 2016 21:16
Show Gist options
  • Save cseringgo/2b7c3a82ff1de26c53a8b05467df1403 to your computer and use it in GitHub Desktop.
Save cseringgo/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