Edit with external program or rotate video 90 degrees (Windows ver.)
Posted: Mon Dec 23, 2024 4:49 pm
Faststone which i used before I used "edit with external program" feature to apply a mp4 video rotation with ffmpeg.
ffmpeg -i (filename) -metadata:s:v rotate=90 -codec copy (filename).mp4
Is there any way to achieve the same in xnview? Sometimes the orientation sensor of smartphone makes mistake and puts a vertical video horizontally (or vice versa) and I have to correct them afterwards.
ffmpeg -i (filename) -metadata:s:v rotate=90 -codec copy (filename).mp4
Is there any way to achieve the same in xnview? Sometimes the orientation sensor of smartphone makes mistake and puts a vertical video horizontally (or vice versa) and I have to correct them afterwards.