Skip to content

Instantly share code, notes, and snippets.

@ricardomaia
Created December 28, 2019 19:15
Show Gist options
  • Save ricardomaia/db9c395d729f7d81d1a165cfbc44c15d to your computer and use it in GitHub Desktop.
Save ricardomaia/db9c395d729f7d81d1a165cfbc44c15d to your computer and use it in GitHub Desktop.
FOR %i IN (*.webm) DO ffmpeg.exe -fflags +genpts -i "%i" -r 24 "%i.mp4"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment