Created
October 7, 2020 21:20
-
-
Save jonathanstegall/f72bf245fdf05daf9b1bf6a279fbad6c to your computer and use it in GitHub Desktop.
working ffmpeg command for resizing an mov video and converting 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 10.04.20.mov -crf 23 -preset medium -movflags +faststart -c:a aac -s 960x540 10.04.20.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment