Created
January 4, 2019 16:46
-
-
Save Kimserey/6bc17a8a0a6132756540578a59f82edc to your computer and use it in GitHub Desktop.
Convert flv to mp4 with ffmpeg
This file contains hidden or 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 '2019-01-03 15-20-12.flv' -c copy output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment