Every day we offer FREE licensed software you’d have to buy otherwise.

Video Rotator 4.3 Giveaway
$29.95
EXPIRED

Giveaway of the day — Video Rotator 4.3

Rotate videos to the proper position simply!
$29.95 EXPIRED
User rating: 28 29 comments

Video Rotator 4.3 was available as a giveaway on October 23, 2019!

Today Giveaway of the Day
$42.96
free today
Control remote desktop or laptop from any device and anywhere!

Video Rotator is a Windows application for rotating video clips 90 degree clockwise, anticlockwise, horizontal mirror or upside-down. The program supports more than 15 popular video input formats includes AVI, MPG, FLV, MP4, WMV, MOV and 3GP etc. Video Rotator allows users to save the rotated videos to 5 popular video formats: MP4, AVI, MPG, FLV and MOV. The program supports batch mode so that users are able to rotate & flip videos in bulk.

  • 90/180/270 Degree Rotation
  • Horizontal & Vertical Mirror
  • iPhone Video Supported
  • 15+ Formats Supported
  • Rotate Videos in Bulk
  • System Requirements:

    Windows XP/ 2000/ 2003/ Vista/ 7/ 8/ 10

    Publisher:

    VideoRotator.com

    Homepage:

    https://www.videorotator.com

    File Size:

    13.9 MB

    Price:

    $29.95

    GIVEAWAY download basket

    Developed by MPCSTAR
    Edit multiple video files to create custom presentations.
    View the feedback from multiple IP cameras.
    Store, manage and open media content from the cloud.

    Comments on Video Rotator 4.3

    Thank you for voting!
    Please add a comment explaining the reason behind your vote.
    #11

    Wouldn't extract and when I finally finagled it to, it was neutralized by my antivirus.

    Not worth the effort.

    Reply   |   Comment by Keith  –  4 years ago  –  Did you find this comment useful? yes | no (-2)

    Keith, Did it say why?

    Reply   |   Comment by JohnL  –  4 years ago  –  Did you find this comment useful? yes | no (+2)
    #10

    Anybody know if it's possible to do more than one operation per encoding? When something's upside down you don't want to just flip it vertically so that everything's backwards (you end up with a mirror image).

    Given the buttons available, it looks like you'd need to either flip vertically AND flip horizontally, or you'd have to rotate it 180° (2x the "clockwise" button for example). I'm hoping you don't have to render the video twice and degrade the image even more than a single operation. Has anybody tried this?

    Reply   |   Comment by Dan  –  4 years ago  –  Did you find this comment useful? yes | no (0)

    Whoops, never mind. I didn't know this was a disguised front end to FFMPEG. I'll just download that since it's free. :)

    Reply   |   Comment by Dan  –  4 years ago  –  Did you find this comment useful? yes | no (+2)
    #9

    Probably ok but HandBrake can do this along with its other vid tools.

    Reply   |   Comment by beergas  –  4 years ago  –  Did you find this comment useful? yes | no (+7)
    #8

    Video rotation is a bit annoying, as for example iPhone videos have an orientation flag, but many media players ignore it. For example on Windows, VLC and MPC-HC ignore the flag but Windows Media Player doesn't. So what you get depends on how you view it.
    It also means using the 1 sec approach of changing the flag won't work on many players.
    Unfortunately popular video Codecs like H.264 can't be losslessly rotated so you have to re-encode.

    As an aside if anyone wants to play with the rotation flag (rather than re-encoding) and is okay with the Windows Command Prompt here's how:

    Download FFMPEG from here:
    https://ffmpeg.zeranoe.com/builds/
    E.g. for 64-bit Win10 choosing 4.2.1 (or higher) 64-bit and static (chosen options are darker) then "Download Build".

    From the Zip file you just need ffmpeg.exe from the bin directory. If you put it in the same directory as the file you may need to type ".\ffmpeg" not "ffmpeg" to run it, as not all Windows installations have the current directory in the search path for programs.

    To Rotate losslessly, which requires a player that supports the rotation flag (see above for examples, probably worth checking the flag isn't correct already by playing in WMP):

    ffmpeg -i input.mov -metadata:s:v:0 rotate="90" -codec copy output.mov

    Or rotate="270" to go the other way (-90 used to be unreliable). Note this is absolute, so if it was 90 already setting 90 will not change it, "ffmpeg input.mov" will show it in the output.
    Change input.mov/output.mov to suit, add ""s if they contain spaces.

    You can also rotate with re-encode in FFMPEG, but it's more complicated than just getting a GUI program to do it.

    Reply   |   Comment by JohnL  –  4 years ago  –  Did you find this comment useful? yes | no (+9)

    For completeness, if anyone has the time to spare, this is how to rotate, re-encode and scale in FFMPEG...

    ffmpeg -i Input.mov -vcodec libx264 -acodec copy -s 640x360 -vf "transpose=2" output.mov

    For the transpose parameter you can pass:

    0 = 90CounterCLockwise and Vertical Flip (default)
    1 = 90Clockwise
    2 = 90CounterClockwise
    3 = 90Clockwise and Vertical Flip

    Use -vf "transpose=2,transpose=2" for 180 degrees.

    If you don't want to scale leave " -s 640x360" out.

    Replace one of the scaling parameters with -1 to have it use the correct value for the original aspect ratio (but may break if it results in a number the output codec doesn't like).

    Reply   |   Comment by JohnL  –  4 years ago  –  Did you find this comment useful? yes | no (+6)
    #7

    Downloaded the Zip, read the Readme.txt file, which says to go to "Register Now" in the lower left. There is no such thing in the program in the lower left or anywhere else I can find. I'd like to comply but I don't see how to.

    So I don't know if the program is functional or not.

    Reply   |   Comment by Jeff S  –  4 years ago  –  Did you find this comment useful? yes | no (0)

    Jeff S,
    When you run VideoRotator, there should be a link in the bottom left corner that says something like "Register ViideoRotator" (it's not the exact wording given in the ReadMe, but close enough). When you click that link, two things happen... a page opens to their site asking you to buy the program for $29.95, which you can ignore and just close... and a box opens on the program asking you to enter your registration key (from the Giveaway of the Day ReadMe). Once you enter the key it closes the VideoRotator program and asks you to restart the program.
    There's no indication the program is actually registered in the "About" menu, but that link in the lower left corner changes from "Register" to just linking to their page.
    Confusing, yes... but it does appear to work.

    Reply   |   Comment by BobR  –  4 years ago  –  Did you find this comment useful? yes | no (+14)

    BobR, Thanks your explanation worked well for me. Cheers

    Reply   |   Comment by ari  –  4 years ago  –  Did you find this comment useful? yes | no (+4)
    #6

    If you already have VideoProc installed, it is capable of rotating your videos.
    And you may not need this one. You can install if you wish though it may ad to the clog in your PC with multiple software that do the same thing.

    Reply   |   Comment by ricohflex  –  4 years ago  –  Did you find this comment useful? yes | no (+11)
    #5

    Does it work lossless or with new encoding?

    Reply   |   Comment by Julia  –  4 years ago  –  Did you find this comment useful? yes | no (+11)

    Julia, It appears that the program re-encodes the videos. There's no option to simply copy the content. As suggested in another reply here, you could try raising the bitrate on the operation to achieve a better output if the default setting isn't acceptable.

    Reply   |   Comment by BobR  –  4 years ago  –  Did you find this comment useful? yes | no (+1)

    Julia,

    "Does it work lossless or with new encoding?"

    You can try to change a video file's meta data, and depending on the player, that can work, but otherwise the video itself has to be re-encoded -- there's no software that can do that losslessly.

    "... you could try raising the bitrate on the operation to achieve a better output..."

    Use the free MediaInfo to get the bit rate for the original file, then match that. You're going to lose some quality re-encoding -- no help for that -- but you won't lose any because of increasing the amount of video compression. Anyway, takes out the guesswork, as increasing the bit rate beyond the original only increases file size, not quality.

    videohelp[.]com/software/MediaInfo

    Reply   |   Comment by mike  –  4 years ago  –  Did you find this comment useful? yes | no (+4)

    Julia, you can losslessly rotate MJPEG (Motion JPEG) but for Codecs after that (so pretty much everything current) you're out of luck. Some video containers (like .MOV) contain a (not entirely standard) parameter for video rotation. Changing this is an instant fix, but not that many video players bother with it, plus it might be correct already and your player is ignoring it...

    Reply   |   Comment by JohnL  –  4 years ago  –  Did you find this comment useful? yes | no (+2)
    #4

    very useful program for turning video's recorded on a mobile phone which can turn out sideways or even upside down

    Reply   |   Comment by Steve  –  4 years ago  –  Did you find this comment useful? yes | no (+4)

    Steve,

    "very useful program for turning video's recorded on a mobile phone which can turn out sideways or even upside down"

    Or you can just rotate it in the player settings, e.g. using VLC.

    Reply   |   Comment by mike  –  4 years ago  –  Did you find this comment useful? yes | no (+7)

    Or you could just stand on your head whie watching your videos.

    Reply   |   Comment by benasp  –  4 years ago  –  Did you find this comment useful? yes | no (0)
    #3

    Simple and efficient!

    Reply   |   Comment by Cristi  –  4 years ago  –  Did you find this comment useful? yes | no (0)
    #2

    Nice program, but not support losless rotate for MP4 :(

    Reply   |   Comment by Mykee  –  4 years ago  –  Did you find this comment useful? yes | no (+10)

    Mykee, You can set the bitrate higher a bit to get a better output. :)

    Reply   |   Comment by Jerry  –  4 years ago  –  Did you find this comment useful? yes | no (+2)
    #1

    Same version was offered earlier this year on June 26: https://www.giveawayoftheday.com/video-rotator-4-3/
    If you missed it earlier this year, it's a handy little tool. :)

    Reply   |   Comment by KK  –  4 years ago  –  Did you find this comment useful? yes | no (+4)

    KK,

    The version they offered on 2019-06-26 cannot be the exact same as the one offered today because the Setup.exe files have different md5 hash values:
    2019-06-26: 01FDFC1C F153D692 782A991F BAFBC1B5
    2019-10-23: 29B3238C 3BCFE16B A935FE74 ABA7816F
    The file download size reported in the sidebar changed from 13.8 to 13.9 MB.

    Reply   |   Comment by Gary  –  4 years ago  –  Did you find this comment useful? yes | no (-1)

    Gary,

    The version MAY be the exact same then as now; however, I'm pretty sure one reason would be that the SETUP.EXE as supplied by GOTD is likely different due to GOTD's own coding which will vary as follows:

    After the installation is complete a window nearly always appears which, upon closing, launches your web browser to a post-install page about spreading the news and sharing that title with others.

    Since the address of that web page will be different each day, even for repeat offers, then the hash value of SETUP.EXE will also change.

    Reply   |   Comment by HMarx  –  4 years ago  –  Did you find this comment useful? yes | no (+1)

    HMarx,

    Another reason I forgot to mention:

    That post-install setup pop-up window often includes an activation code or other registration info which will be different from the earlier (otherwise exact duplicate) offer date, thus changing the hash value of SETUP.EXE .

    Reply   |   Comment by HMarx  –  4 years ago  –  Did you find this comment useful? yes | no (0)
    Add a comment

    iPhone app giveaways »

    FyTube - YouTube Without Ads Giveaway
    Connects to YouTube in real time and allows you to play any video!
    $19.95 ➞ free today
    Beautiful Compass Pro Giveaway
    Best compass for your iPhone & iPad.
    $0.99 ➞ free today
    Every Day Spirit Lock Screens  Giveaway
    Every Day Spirit is a collection of beautiful, original, hand-crafted wallpapers created to make your phone look amazing.
    $0.99 ➞ free today
    Blur Video. Giveaway
    Add a stunning cinematic effect to your videos with Blur Video.
    $4.99 ➞ free today
    World Of Chess 3D (Pro) Giveaway
    Real Battle Chess 3D Online is meaningful three-dimensional chess.
    $1.99 ➞ free today

    Android app giveaways »

    Matching Game Giveaway
    A very easy game to match the same picture.
    $0.99 ➞ free today
    Sliding Puzzle Mond Giveaway
    Slide the blocks to solve the puzzle.
    $0.99 ➞ free today
    Spelling Right PRO Giveaway
    Spelling Right is a new challenging educational spelling game that will test your English spelling skills.
    $2.29 ➞ free today
    Mountain Climbing World Giveaway
    Climb to the highest mountain in the world.
    $0.99 ➞ free today
    Red Carpet - Icon Pack Giveaway
    Red Carpet is one themed icon pack with red and Yellow colors.
    $1.49 ➞ free today