Created
July 12, 2023 10:15
-
-
Save nickcheng/c6789aaf8e2eb40af9611cbba5ea96a3 to your computer and use it in GitHub Desktop.
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 animated.gif -movflags faststart -pix_fmt yuv420p -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2" video.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment