Last active
November 26, 2024 07:00
-
-
Save Enelar/362468dfe0fbbed563fd5195decb4290 to your computer and use it in GitHub Desktop.
minterpolate ffmpeg
This file contains 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.mp4 -movflags +faststart -filter_complex "[0:v]minterpolate='fps=60:mi_mode=mci:me_mode=bidir:mc_mode=obmc:me=ds:vsbmc=1'" -preset ultrafast output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment