I downloaded a video from Dailymotion and it is flipped? How do I make it the right way round? See jpg below
+ Reply to Thread
Results 1 to 12 of 12
-
-
Try exiftool
-orientation#=2
From exiftool documentation
1 = Horizontal (normal)
2 = Mirror horizontal
3 = Rotate 180
4 = Mirror vertical
5 = Mirror horizontal and rotate 270 CW
6 = Rotate 90 CW
7 = Mirror horizontal and rotate 90 CW
8 = Rotate 270 CW -
The following worked for me using vlc to play the video rotated 180 degrees (requires re-encoding):
Code:ffmpeg -i input.mp4 -vf "transpose=2,transpose=2" output.mp4
Code:ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=180 output.mp4
Code:ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=90 output.mp4
Code:ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate=-90 output.mp4
Code:ffmpeg -i input.mp4 -vf "transpose=1" output.mp4
Code:ffmpeg -i input.mp4 -vf "transpose=2" output.mp4
Code:ffmpeg -i input.mp4 -qscale 2 -vf "hflip" output.mp4
Last edited by jimdagys; 9th May 2020 at 21:20.
-
This may seem silly, but if not a very long video, just face your monitor to a mirror and watch the video through it.
-
--
"a lot of people are better dead" - prisoner KSC2-303 -
You don't have to do any of the things suggested. Just tell your player to flip it. For VLC, here are the instructions:
How to Rotate and Flip a Video in VLC Media Player
I just tried it and it works perfectly. It took less than ten seconds to find and set the "flip horizontal" function, and I didn't have to deal with command lines, and didn't have to re-encode anything. -
Just about any video editor can do it if you want to make a permanent copy
SONY 75" Full array 200Hz LED TV, Yamaha A1070 amp, Zidoo UHD3000, BeyonWiz PVR V2 (Enigma2 clone), Chromecast, Windows 11 Professional, QNAP NAS TS851 -
As others have said, just flip it in your player, if you want to keep it (although I don't know why, it's low res) you can do a screen record from your player (potplayer can do this).
The reason it's probably reversed is the uploader was trying to circumvent YouTube piracy detection. -
The reason it's probably reversed is the uploader was trying to circumvent YouTube piracy detection.
I think the rotating might be useful if someone took a video with their smartphone, and held the phone the wrong way, and wanted to send the video to another person.
Similar Threads
-
can i fix video quality
By cns00 in forum Video ConversionReplies: 2Last Post: 15th Apr 2020, 11:53 -
How to fix video with low bitrate
By Wobulali in forum Newbie / General discussionsReplies: 1Last Post: 15th Dec 2019, 05:59 -
Video blurred Edge fix
By jseo13579 in forum EditingReplies: 41Last Post: 12th Oct 2019, 08:51 -
How to Delay or fix audio in video
By Aashik Alam in forum AudioReplies: 7Last Post: 6th Mar 2016, 14:08 -
can i fix this video ?
By abdorefky in forum EditingReplies: 6Last Post: 1st Jan 2016, 00:24