VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. I downloaded a video from Dailymotion and it is flipped? How do I make it the right way round? See jpg below
    Image Attached Thumbnails Click image for larger version

Name:	ASS BACKWARDS.JPG
Views:	131
Size:	32.3 KB
ID:	53205  

    Quote Quote  
  2. You can flip it horizontally

    eg.
    -vf "hflip" in ffmpeg
    or
    FlipHorizontal() in avisynth
    or
    avidemux has a horizontal flip filter

    all require re-encoding
    Quote Quote  
  3. 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
    Quote Quote  
  4. 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
    does not require re-encoding (rotated 180, 90, -90)
    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
    Also, (requires re-encoding) rotate 90 degrees:
    Code:
    ffmpeg -i input.mp4 -vf "transpose=1" output.mp4
    And, (requires re-encoding) rotate minus 90 degrees:
    Code:
    ffmpeg -i input.mp4 -vf "transpose=2" output.mp4
    Create mirror image (requires re-encoding)
    Code:
     ffmpeg -i input.mp4 -qscale 2 -vf "hflip" output.mp4
    Last edited by jimdagys; 9th May 2020 at 21:20.
    Quote Quote  
  5. locotus
    Join Date
    May 2011
    Location
    Cypress, Tx.
    Search Comp PM
    This may seem silly, but if not a very long video, just face your monitor to a mirror and watch the video through it.
    Quote Quote  
  6. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    Originally Posted by locotus View Post
    This may seem silly, but if not a very long video, just face your monitor to a mirror and watch the video through it.
    really? about the dumbest thing ever suggested here and that's saying a lot...
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  7. locotus
    Join Date
    May 2011
    Location
    Cypress, Tx.
    Search Comp PM
    Originally Posted by aedipuss View Post
    Originally Posted by locotus View Post
    This may seem silly, but if not a very long video, just face your monitor to a mirror and watch the video through it.
    really? about the dumbest thing ever suggested here and that's saying a lot...
    https://en.wikipedia.org/wiki/Mirror_writing
    Quote Quote  
  8. 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.
    Quote Quote  
  9. Member netmask56's Avatar
    Join Date
    Sep 2005
    Location
    Sydney, Australia
    Search Comp PM
    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
    Quote Quote  
  10. Member darkknight145's Avatar
    Join Date
    Feb 2007
    Location
    Australia
    Search PM
    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.
    Quote Quote  
  11. The reason it's probably reversed is the uploader was trying to circumvent YouTube piracy detection.
    Interesting comment.
    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.
    Quote Quote  
  12. It's not rotated. It's horizontally flipped.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!