Skip to content

Instantly share code, notes, and snippets.

@extratone
Created June 29, 2021 16:25
Show Gist options
  • Save extratone/9d00edb567ec982408c5bb5d523beaa5 to your computer and use it in GitHub Desktop.
Save extratone/9d00edb567ec982408c5bb5d523beaa5 to your computer and use it in GitHub Desktop.
My personal collection of ffmpeg one-liners.
  1. Converting .ts files to .mp4 files with ffmpeg. ffmpeg -i xperia.ts -c:v libx264 -c:a aac xperia.mp4

  2. Converting .mov to mp4. ffmpeg -i decision.mov -vcodec h264 -acodec mp2 decision.mp4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment