Created
July 16, 2021 22:55
-
-
Save Juul/1a9061efc6b75f9144f8b5ed193972b1 to your computer and use it in GitHub Desktop.
Anamorphic de-squeeze with ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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