i got a shitload of mpg files, and I want to have them in wmv, is there a program out there that can do that for me, with a few clicks only? so I dont have to convert each file separatly...?
thanks
+ Reply to Thread
Results 1 to 8 of 8
-
-
I haven't tried it but it appears you can use windows media encoder for batch conversions. Doesn't look like a couple of clicks but if you have a lot of videos to convert once it's set up..........
-
have just installed it and looked around, but I have only been able to convert one file at a time?
-
On the sources tab below sources click add, I you'll also notice a drop down menu which tell it what to do when it's done with that source such as "roll over to next source" I haven't tried but sure appears to be for batch encoding.
You'd have to set up each file, you could then let it run overnight if need be. -
I'd use WME in commandline mode.
Create a batch file with the following in it:
Code:cscript.exe "C:\Program Files\Windows Media Components\Encoder\wmcmd.vbs" -input c:\source -output c:\output -loadprofile "C:\my_settings.prx"
Personally I just use the following:
Code:cscript.exe wmcmd.vbs -input c:\source -output c:\output
This keeps the same frame size as the original and just uses a CQ VBR on it. I could never set the custom profile up as I wanted and kept getting subpar results, but this gives excellent results and reproduces the original as best as it can be IMO.
... or you could try this:
http://www.redzone.co.il/vad/bin/batcher.zip
http://www.microsoft.com/windows/windowsmedia/howto/articles/AutomatingEncoding.aspx#link2
http://www.microsoft.com/windows/windowsmedia/howto/articles/AutomatingEncoding.aspx#link3
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmencode/htm/batchenc...dingsample.asp
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmencode/htm/commandlinesample.asp
There's a page on the web on in the WME help section that lists all possible options available to the commandline (I think cscript.exe "C:\Program Files\Windows Media Components\Encoder\wmcmd.vbs" /? lists them all for you) but I've been unable to find itIf in doubt, Google it. -
Unfortunately, the Windows Media Encoder will not open mpeg files in command line mode
Similar Threads
-
Date Created - Batch Encode
By conandrum in forum Video ConversionReplies: 15Last Post: 14th Nov 2013, 15:57 -
Need To Batch Encode 78 MPEG2 Files
By hech54 in forum Video ConversionReplies: 7Last Post: 31st Dec 2010, 07:10 -
Feature REQ:True batch encode
By tszpara in forum SVCD2DVD & VOB2MPGReplies: 1Last Post: 19th Jan 2010, 04:30 -
Simple batch encode H.264
By silverwolf0 in forum Newbie / General discussionsReplies: 1Last Post: 13th Aug 2009, 12:32 -
How to batch encode with TMPGEnc
By BonnieW88 in forum Video ConversionReplies: 8Last Post: 20th Feb 2008, 20:52