Created
February 17, 2024 02:34
-
-
Save evadecker/0b5cccec7b0e2df1d8426afa54f71650 to your computer and use it in GitHub Desktop.
Convert .mov to .mp4
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 "input.mov" "output.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment