Zilnic oferim programe licențiate GRATUITE pe care altfel ar trebui să le cumpărați!
Video Rotator 4.3 a fost chilipirul zilei în 23 octombrie 2019
Video Rotator este o aplicație Windows pentru rotirea clipuri video de 90 de grade în sensul acelor de ceasornic, invers acelor de ceasornic, în oglindă pe orizontală sau cu susul în jos. Programul sprijină mai mult de 15 video populare formate de intrare include AVI, MPG, FLV, MP4, WMV, MOV și 3GP etc. Video Rotator permite utilizatorilor pentru a salva clipuri video rotit la 5 mai populare formate video: MP4, AVI, MPG, FLV și MOV. Programul acceptă modul de lot, astfel încât utilizatorii au posibilitatea de a roti și flip video în vrac.
Windows XP/ 2000/ 2003/ Vista/ 7/ 8/ 10
13.9 MB
$29.95
Video Combiner este un video util care fuzionează instrument software pentru Windows. Asta video la îndemână utilitar permite utilizatorilor de a combina clipuri video în mai multe formate în un singur fișier video în vrac, fără a pierde calitatea video și aspect de afișare raport.
Dacă doriți să transferați fotografii de pe telefonul la PC, puteți utiliza ScanTransfer, care este un instrument gratuit și va transfera imagini de la telefon la calculator prin wifi fără fir.
WAV to MP3 este un windows WAV to MP3 encoder instrument care rapid și ușor codifica WAV audio în format MP3 în vrac. Este inspirată de toate tarifele fișiere val.
MP3 Cutter este un desktop pentru Windows utilitar taie mare audio sau video la mici piese audio mp3. Cu MP3 Cutter, puteți împărți și nu numai taie MP3 format, dar, de asemenea, WMA, WAV, AMR, WMV, AVI, MPG, 3GP, MP4, FLAC, OGG, WMV, MOV și mai mult de 40 de formate audio & video.
Comentarii la 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