Is DirectShowSource.dll still in your AviSynth plugins folder?
+ Reply to Thread
Results 31 to 39 of 39
-
-
DirectShowSource("E:\1.ts")
QTGMC( Preset="Slow" )
lanczos4resize(1280,720) -
-
Add AssumeTFF()
Code:DirectShowSource("E:\1.ts") AssumeTFF() QTGMC( Preset="Slow" ) lanczos4resize(1280,720)
You probably don't need to use "slow", even "faster" settings will get you 90-95% of the quality but be significantly faster -
Yeah, that was it.
Now there is only what setting should I use? Filesize doesn't really matter, I have plenty of space in HDD.
Yadif Bob 720@50p 7000kbps 2pass
QTGMC 720@50p 9000kbps 2pass
Slow gives me about 3fps and faster about 6fps, how much would the multithread option speed it up?
EDIT: compared screenshots, the difference between slower and faster was miniscule. I think faster should do it.Last edited by jiopi; 30th Mar 2012 at 08:03.
-
I meant "faster" for QTGMC, not x264 encoding setting, but it could apply to that as well, it depends on the situation and rate control.
QTGMC( Preset="faster" )
Have a look at the instructions, there are other presets and dozens of other settings as well
You cannot make quality comparison yadif and qtgmc at different bitrates (not a valid comparison for any quality comparison, not just deinterlacers)
If you don't really care about exact filesize, consider using CRF encoding instead. It's 1 pass and faster. Use around 16-22 (lower values give higher bitrates , thus larger filesizes and quality). It allocates bitrate according to scene complexity - so high complexity content will get more bitrate than low complexity content - all proportional to the quality level you set. If you use CRF 0, it's lossless (huge filesizes) -
Similar Threads
-
Doubling my 720x480 DV size
By televisual in forum Newbie / General discussionsReplies: 2Last Post: 20th Feb 2012, 15:05 -
tsMuxeR FPS doubling problem.
By Drakius in forum Video ConversionReplies: 3Last Post: 15th Aug 2010, 19:59 -
Having Problem with HDConvertToX....
By akapu in forum DVD RippingReplies: 9Last Post: 4th May 2009, 12:38 -
HDConvertToX
By ratboys in forum DVD RippingReplies: 10Last Post: 10th Apr 2009, 10:08 -
How to convert a video of 120 Fps to... well 23.9fps or 25 fps or 30 fps
By Chuba753 in forum Newbie / General discussionsReplies: 7Last Post: 6th Jun 2008, 19:17