I am looking for a converter software that can convert my mp4 files to wmv. I would like it to do the conversion with no, or minimal loss in quality. I need the same fps, bitrate, resolution, etc. in the output, everything should remain the same, only the encoding should change. I want to stabilize the videos with Mercalli V2, but it only works with WMV input correctly.
What would be the suitable software for me?
Here is a sample from those that should be converted:
+ Reply to Thread
Results 1 to 5 of 5
-
Last edited by Bencuri; 25th Sep 2012 at 01:36.
-
Easy mate. Try Windows Movie Maker, part from Windows Live Essentials 2012.
Its make a very close quality file.
Look here (1080p@59,94 at 15Mb bitrate): http://www.mediafire.com/?v8qa8zk8nnvc93h
Claudio -
Some simplier solution would be better. Windows Movie maker struggles a lot until it finishes preparing the mp4 video. It is too much time to wait until I can start converting. It would be better to add everything at the beginning, and leave the program work.
-
Hi
(It's not really possible/practical to make a 'lossless' conversion from MP4 to WMV.)
To do the job with FFmpeg the command is like this:-
Code:ffmpeg -i SANY0016.MP4 -c:v wmv2 -b:v 20M -c:a wmav2 -b:a 192k output.wmv
Then you can make a preset for WinFF.
From here ---> http://winff.org/html_new/
Information here ---> http://code.google.com/p/winff/wiki/HowToMakePresets
Preset Name:-
Code:mp42wmv
Code:MP4 to WMV
Code:-c:v wmv2 -b:v 20M -c:a wmav2 -b:a 192k
Code:wmv
Code:WMV
Last edited by bat999; 25th Sep 2012 at 05:13.
Similar Threads
-
Intensity Pro Output 60FPS issue
By Zarukei in forum Newbie / General discussionsReplies: 2Last Post: 31st Jan 2012, 20:19 -
No output by transcoding video file ( full HD ) with multiAVCHD
By wisitch in forum Authoring (Blu-ray)Replies: 1Last Post: 8th Apr 2010, 11:55 -
Fast Video Converter - quality of output?
By tonyp2 in forum Video ConversionReplies: 2Last Post: 13th Dec 2009, 15:08 -
Converting to PS3 .mp4 with MP4 Converter on Mac
By The Sumerian in forum MacReplies: 2Last Post: 29th Dec 2008, 21:24 -
Output File videwo way too fast (WMV to MP4)
By TenaciousH in forum Video ConversionReplies: 2Last Post: 14th Feb 2008, 18:53