Deblock_QED under SetMTMode causing YV12 error » Performance Upgrades » Auto Forum
Auto Forum

Auto Forum



ПоискПоиск   Users   Registration   Entrance
Today: 25.06.2025 - 05:25:17
Pages:  1  

Deblock_QED under SetMTMode causing YV12 error

Advertising

.
MessageAuthor

With the following corrections I don`t have any problems to run Deblock_QED: CODE: SetMTMode(5) # 16:9 encoding LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dll\mt.dll") LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dll\deblock.dll") LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dll\DCTFilter.dll") LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\dll\MaskTools_158.dll") #version 1.58 Import("C:\Program Files\Avisynth 2.5\plugins\functions\DeBlock_qed.avs") DirectShowSource("e:\Test\testAVI.avi", fps=23.976, audio=false, convertfps=true) SetMTMode(2) ConvertToYV12() Deblock_QED(25, uv=3) #1-3 only, NOT true/false FadeIn(50) Lanczos4Resize(720,436,0.0,0.6) AddBorders(0,70,0,70) AssumeFPS(25,1,False) Download and install the missing dlls and the function and put them into your plugin folder (take care for the appropriate path) and it should work after changing the parameter input for Deblock_QED. For the parameters of Deblock_QED open the function with your editor and read the introduction. Regarding the position of SetMTMode, try the code above. If you are facing problems during the encoding process, try changing the position of SetMTMode (usually I use it that way) like that: LoadPlugin("....dll") SetMTMode(2) Import("... DEblock_QED.avs") SetMTMode(5) AviSource/DirectShowSource ConverttoYV12 ...Trim etc SetMTMode(2) Deblock_QED() SetMTMode(5) Resize,AddBorders etc

-------------------------------------
Anyone wanna donate to the mod needy?

amy011079

register users




Statistics:
Messages: 295
Registration: 06.10.2003
13.11.20 - 04:08:10
Message # 1
RE: Deblock_QED under SetMTMode causing YV12 error

You have to play around with the inputs to see which ones are working the best for you (esp. look at quant1 and quant2 ... range till ~40). If you wanna go deeper into Deblock_qed, look or try it with "search". Alternatives: Deblock_QED() Deblock_QED(quant1=20,quant2=40) Deblock_QED(quant1=18,quant2=24,aOff1=2,bOff1=2,aOff2=4,bOff2=4) Good luck!

-------------------------------------
Smell that? ......German leather and palm sweat.

one

register users




Statistics:
Messages: 5,954
Registration: 08.07.2003
13.11.20 - 04:18:15
Message # 2
RE: Deblock_QED under SetMTMode causing YV12 error

Thanks for the help sidewinder,much appreciated :) will have a play with the inputs to see what works best with certain video sources

-------------------------------------

MPILOT

register users




Statistics:
Messages: 830
Registration: 01.20.2003
13.11.20 - 04:28:59
Message # 3
RE: Deblock_QED under SetMTMode causing YV12 error
VCDEasy - older versions : Previous topic
Pages:  1  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants