I'm making one copy of my DVDs to play on my iPhone and another to play on my WDTV Live. At the moment the batch file I've written creates the iPhone version, then the WDTV version but since I'm using QTGMC it would be a lot faster if I could just process the video once with AVISynth and send that output to two instances of X264 running at different settings. It would go something like
X264 CRF18
MPEG2Source->QTGMC->
SelectEven->X264 CRF22
Is this method of piping possible?
+ Reply to Thread
Results 1 to 5 of 5
-
-
I'd LIKE to be able to afford a second computer, in fact I'm anticipating the time when I can afford one, but for now I have higher priorities
I'm wondering if it would be faster to encode it at CRF0 first and then re-encode THAT twice. QTGMC does take a hell of a lot of processing power, and I've just discovered the videos I just encoded with the QTGMC "Placebo" setting seem to compress better than the ones done as "Very Slow". I'm trying to get this working without wasting countless hours and processing power running QTGMC("Placebo") twice. Is there a faster lossless codec I could use that I could then feed into x264? -
You best choice is probably to once do the avisynth processing, save to a lossless output file and reencode that file two times,....
Is there a faster lossless codec I could use...
running QTGMC("Placebo")
Is this method of piping possible? -
What kind of CPU and CPU usage are you seeing? If you're not using a multithreaded build of AviSynth and setting the thread count you are running singled threaded. If you have a multicore computer you can probably run two instances of AviSynth/x264 at the same time and finish both encodings in the same time it now takes you to encode one.
Similar Threads
-
show x264 command line output when using megui as x264 gui
By codemaster in forum Video ConversionReplies: 4Last Post: 12th Mar 2013, 10:35 -
From AVISynth to AVC/x264
By klode in forum Video ConversionReplies: 1Last Post: 4th Sep 2011, 07:42 -
Color problem with x264 output + other x264 questions
By serexl in forum Newbie / General discussionsReplies: 3Last Post: 15th Mar 2010, 18:31 -
Follow-up: x264 CPU usage--threads vs. instances
By Calidore in forum DVD RippingReplies: 26Last Post: 12th Feb 2010, 19:24 -
x264 + AviSynth = Headache
By sixleaf in forum Video ConversionReplies: 0Last Post: 30th Apr 2009, 20:52