Created
July 19, 2022 07:55
-
-
Save MohammadRaziei/1e523210c91ccf700da977e7f1aa0511 to your computer and use it in GitHub Desktop.
Convert *.webm 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
| @echo off | |
| ffmpeg -fflags +genpts -i "%~f1" %~2 %~3 %~4 %~5 %~6 %~7 %~8 %~9 -r 24 "%~d1%~p1%~n1.mp4" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment