Created
October 18, 2016 21:16
-
-
Save cmlewis/2b7c3a82ff1de26c53a8b05467df1403 to your computer and use it in GitHub Desktop.
Convert FLV to MP4 using ffmpeg
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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