Todos os dias oferecemos software com licenças GRATUITAS que do contrário você teria que comprar!
Video Rotator 4.3 esteve disponível como oferta em 23 de outubro de 2019
Video Rotator é um aplicativo do Windows para rodar clipes de vídeo 90 graus no sentido horário, anti-horário, espelho horizontal ou de cabeça para baixo. O programa suporta mais de 15 populares de vídeo entrada de formatos, incluindo AVI, MPG, FLV, MP4, WMV, MOV e 3GP etc. Video Rotator permite que os usuários para salvar a rodada vídeos para 5 populares formatos de vídeo: MP4, AVI, MPG, FLV e MOV. O programa suporta processamento em lote, de modo que os usuários são capazes de rodar & flip vídeos em massa.
Windows XP/ 2000/ 2003/ Vista/ 7/ 8/ 10
13.9 MB
$29.95
Video Combiner é um vídeo úteis a fusão de ferramenta de software para o Windows. Este prático utilitário de vídeo permite que os usuários combinem vídeos em vários formatos um único arquivo de vídeo em massa, sem perder a qualidade do vídeo e do aspecto do monitor proporção.
Se você deseja transferir fotografias a partir do seu telefone para o PC, você pode usar ScanTransfer, que é uma ferramenta gratuita e vai transferir imagens a partir do telefone para computador via wi-fi sem fio.
WAV to MP3 é um windows WAV to MP3 encoder ferramenta que rápido e fácil codifica áudio WAV Para o formato MP3 em massa. Ele suppports todas as tarifas arquivos wave.
MP3 Cutter é um ambiente de trabalho do Windows utilitário de cortes grandes de áudio ou vídeo para pequeno mp3 pedaços de áudio. Com MP3 Cutter, você pode dividir e cortar não apenas MP3 o formato, mas, também, WMA, WAV, AMR, WMV, AVI, MPG, 3GP, MP4, FLAC, OGG, WMV, MOV e mais de 40 formatos de áudio e vídeo.
Comentáriosrios do 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