03-21-2024 10:10 AM - last edited on 03-26-2024 12:32 PM by Danny
Hi, so a friend of mine filmed me on an event, but with the camera on the side. I see nowhere how to turn the video around to not be on the side. I tried putting it on my phone to see if I could change it, no success. Maybe there's a way to do it on PC I wasn't able to do? I transferred it on my Google drive for now, if you have a solution let me know, because I am so mad at him for real.
03-21-2024 10:23 AM - edited 03-21-2024 10:24 AM
You need a video editor to do a rotate.
iMovie and I suppose Quicktime can do it on a Mac
Look at ClipMaster on Windows.
03-21-2024 10:55 AM
Keith_itis,
You can rotate videos in VLC Media Player too.
There are YouTube videos on how to do that.
Steve Thomas
03-21-2024 11:08 AM - edited 03-21-2024 11:12 AM
If you have access to a Linux system, then:
-display_rotation[:stream_specifier] rotation (input,per-stream) Set video rotation metadata.rotation is a decimal number specifying the amount in degree by which the video should be rotated counter-clockwise before being displayed.
This option overrides the rotation/display transform metadata stored in the file, if any. When the video is being transcoded (rather than copied) and -autorotate is enabled, the video will be rotated at the filtering stage. Otherwise, the metadata will be written into the output file if the muxer supports it.
If the -display_hflip and/or -display_vflip options are given, they are applied after the rotation specified by this option.
ffmpeg -i $INPUTVIDEO -metadata:s:v rotate="-90" -codec copy $OUTPUTVIDEO
Might work with other operating systems also: https://ffmpeg.org/
12/18/2024: New firmware updates are available.
EOS C300 Mark III - Version 1..0.9.1
EOS C500 Mark II - Version 1.1.3.1
12/05/2024: New firmware updates are available.
EOS R5 Mark II - Version 1.0.2
09/26/2024: New firmware updates are available.
EOS R6 Mark II - Version 1.5.0
Canon U.S.A Inc. All Rights Reserved. Reproduction in whole or part without permission is prohibited.