Can someone recommend a batch method to literally take a dir either .mp4 or .mkv videos (audio is either ogg or aac and video is always x264) and transcode them to xvid avi files? The key would be batch. I think I can do this the long way by demuxing, making avisynth scripts, transcoding the audio all manually, but I'm hoping there's a "one-click solution" out there.
Thanks!
+ Reply to Thread
Results 1 to 5 of 5
-
http://encoding.n3.net <-- for all your DVD and CD backup needs!
-
Hi Baldrick - I found it just as you replied to my post! It does work, but I have about 200 of these things and it is a 2-step process with alltoavi.
1) Go from mvk/mp4 to avi with x264 video/ogg audio
2) Go from avi (x264/ogg) to avi (xvid/mp3)
And unfortunately, it only uses about 53 % of the quad chip
I'll look into xvid4psp and thank you for the reply
You must be combing through these forums pretty regularly. You have been kind enough to answer all my questions over the years!http://encoding.n3.net <-- for all your DVD and CD backup needs! -
A few ideas
You could queue up a bunch with WinFF , unfortunately it will only do 1 at a time, and XviD's multithreading implementation is not that good - therefore you will still be stuck with suboptimal usage of your CPU. I think you can get around this by running multiple instances...
With MeGUI you can set a couple workers to function simultaneously in the queue with only 1 instance, thus optimizing your CPU quad usage , but you need the .avs scripts prepared to throw into the queue
Cheers -
Thanks for the reply, poison. I'll look into WinFF.
http://encoding.n3.net <-- for all your DVD and CD backup needs!
Similar Threads
-
Hybrid [x264/XViD - MKV/MP4] Converter Support Thread
By Bonie81 in forum Video ConversionReplies: 6Last Post: 8th Jan 2013, 03:53 -
horizontal lines in x264 encoded dvd using MeGUI
By codemaster in forum DVD RippingReplies: 5Last Post: 9th Dec 2010, 06:48 -
How to open a x264 encoded mp4 in VirtualDubMod?
By Sedoc94 in forum Newbie / General discussionsReplies: 27Last Post: 1st Jun 2010, 17:36 -
Have expirence with AVI, never encoded in MP4 before
By Cyber Akuma in forum Newbie / General discussionsReplies: 8Last Post: 11th Jul 2009, 06:33 -
Can you convert an AVI encoded with Xvid to one with a Divx codec?
By Timfoxx in forum Video ConversionReplies: 3Last Post: 6th Aug 2007, 22:53