Skip to content

Instantly share code, notes, and snippets.

@abfo
Last active December 16, 2024 00:58
Show Gist options
  • Save abfo/56658ffede49adc8865c96098d8b457d to your computer and use it in GitHub Desktop.
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.
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