Last active
December 16, 2024 00:58
-
-
Save abfo/56658ffede49adc8865c96098d8b457d to your computer and use it in GitHub Desktop.
Command line to correct Rivian drive cam footage with ffmpeg. See https://ithoughthecamewithyou.com/post/fix-rivian-drive-cam-distortion for details.
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
ffmpeg -i input.mp4 -vf "lenscorrection=0.5:0.5:-0.45:0.11" output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment