Skip to content

Instantly share code, notes, and snippets.

@Juul
Created July 16, 2021 22:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Juul/1a9061efc6b75f9144f8b5ed193972b1 to your computer and use it in GitHub Desktop.
Save Juul/1a9061efc6b75f9144f8b5ed193972b1 to your computer and use it in GitHub Desktop.
Anamorphic de-squeeze with ffmpeg
#!/bin/bash
ffmpeg -i $1 -aspect 64:27 -c copy ${1}.fixed.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment