毎日 通常購入しなくては使用できないソフトウエアを無料で提供します!
Video Rotator 4.3< のgiveaway は 2019年10月23日
映像の回転子にはWindowsアプリケーションのために回転するビデオクリップ90度時計回り,反時計、水平ミラーは上振れ要因があります。 のプログラム以上15人気のビデオ入力形式に含まれAVI,MPG、FLV、MP4、WMV,MOV、3GP。 映像を回転できるユーザーを保存する動画を回転させる5つの人気のビデオフォーマット:MP4、AVI,MPG、FLV、MOV. のプログラムは設定ファイルを指定することにより、ユーザーが回転&フリップ動画をしております。
Windows XP/ 2000/ 2003/ Vista/ 7/ 8/ 10
13.9 MB
$29.95
Video Combiner便利なビデオの統合ソフトウェアツールです。 この ハンディビデオ用できる統合映像に複数の形式に ひとつの映像ファイルのバルクな映像品質および表示面 比となります。
転送する場合は写真からのお電話をPCを使用でき ScanTransferである無料ツールや画像の転送にから電話を コンピュータ環境にwifi無線としています。
[#####"はwindowsWAV to MP3エンコーダツールを速く、容易に 符号化WAV音声をMP3形式にしております。 でsuppportsすべての料金waveファイルです。
[#####"はWindowsデスクトップ用が削減でき大きなオーディオやビデオ 小mp3オーディオです。 【#####]分割することができ、カットはMP3 フォーマットでもWMA,WAV,マルチスケールシミュレーション、WMV、AVI,MPG,3GP、MP4、FLAC、OGG、WMV,MOV で、40以上のオーディオ&ビデオフォーマット
コメント 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