Cada día ofrecemos un programa licenciado GRATIS que de otra manera tendrías que comprar!
Video Rotator 4.3 estaba como Giveaway el día n 23 de octubre de 2019
Video Rotator es una aplicación de Windows para rotar videoclips 90 grados en el sentido de las agujas del reloj, en sentido contrario a las agujas del reloj, en espejo horizontal o invertido. El programa es compatible con más de 15 formatos de entrada de video populares que incluyen AVI, MPG, FLV, MP4, WMV, MOV y 3GP. Video Rotator permite a los usuarios guardar los videos girados en 5 formatos de video populares: MP4, AVI, MPG, FLV y MOV . El programa admite el modo por lotes para que los usuarios puedan rotar y voltear videos a granel.
Windows XP/ 2000/ 2003/ Vista/ 7/ 8/ 10
13.9 MB
$29.95
Video Combiner es un video útil la fusión de la herramienta de software para Windows. Este práctica utilidad de video permite a los usuarios combinar vídeos en múltiples formatos a un único archivo de vídeo a granel sin perder calidad de vídeo y el aspecto de la pantalla relación.
If you want to transfer photos from your phone to the PC, you can use ScanTransfer, which is a free tool and will transfer images from phone to computer via wifi without a wire.
WAV To MP3 is a windows WAV To MP3 encoder tool which fast and easily encodes WAV audio To MP3 format in bulk. It suppports all rates wave files.
MP3 Cutter is a Windows desktop utility cuts your large audio or video to small mp3 audio pieces. With MP3 Cutter, you can split and cut not only MP3 format, but also WMA, WAV, AMR, WMV, AVI, MPG, 3GP, MP4, FLAC, OGG, WMV, MOV and more than 40 audio & video formats.
Comentarios en Video Rotator 4.3
Please add a comment explaining the reason behind your vote.
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.
Save | Cancel
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.
Save | Cancel
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.
Save | Cancel
Does it work lossless or with new encoding?
Save | Cancel
Nice program, but not support losless rotate for MP4 :(
Save | Cancel
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.
Save | Cancel