Created
October 10, 2020 10:13
-
-
Save josemarcosrf/ef5e94f76d65067c2363685bbdeb25e1 to your computer and use it in GitHub Desktop.
Useful FFMPEG commands
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
| # Encode audo to acc - keep video stream as it is | |
| ffmpeg -i <inut-video>.mp4 -c:v copy -codec:a aac <output-video>.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment