Skip to content

Instantly share code, notes, and snippets.

@chadly
Last active July 14, 2020 23:43
Show Gist options
  • Save chadly/f5076720638c497dc004ba6bc0fd1a34 to your computer and use it in GitHub Desktop.
Save chadly/f5076720638c497dc004ba6bc0fd1a34 to your computer and use it in GitHub Desktop.
Convert MKV file to 720p for iPad
ffmpeg -i in.mkv -vf "scale=-2:720" -vcodec libx264 -crf 30 -af "pan=stereo|FL < 1.0FL + 0.707FC + 0.707BL|FR < 1.0FR + 0.707FC + 0.707BR" out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment