You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a little tool to rotate video files as the orientatation sometimes is wrong. I mount my gopro upside down on my bike.
It rotates the video by setting metadata in the file. main...kfhdk:gopro-dashboard-overlay:rotate
The text was updated successfully, but these errors were encountered:
Thank you for submitting this! - However... could it be simpler just as a ffmpeg command line? Is the python code required? If it were an ffmpeg command line I'd be happy to include it in the docs.
I've used both ffmpeg and exiftool to accomplish adding the rotation metadata to a file when I forgot to unlock the orientation lock on the gopro, and recorded with it upside down. Note this just adds the rotation metadate which many players will support. Neither of these actually re-encodes the file with a rotation applied to the video stream. If you need to do that, the commands below are not what you need.
Hi,
I made a little tool to rotate video files as the orientatation sometimes is wrong. I mount my gopro upside down on my bike.
It rotates the video by setting metadata in the file.
main...kfhdk:gopro-dashboard-overlay:rotate
The text was updated successfully, but these errors were encountered: