Skip to content

Instantly share code, notes, and snippets.

@MohammadRaziei
Created July 19, 2022 07:55
Show Gist options
  • Select an option

  • Save MohammadRaziei/1e523210c91ccf700da977e7f1aa0511 to your computer and use it in GitHub Desktop.

Select an option

Save MohammadRaziei/1e523210c91ccf700da977e7f1aa0511 to your computer and use it in GitHub Desktop.
Convert *.webm to *.mp4
@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