View Single Post
Old 10th January 2015, 20:19   #218  |  Link
mohamedh
Registered User
 
Join Date: Jan 2014
Posts: 6
Hi,

At first I would like to thank you for this great tool

I'm not sure if I did really understand how it works
so here's my scripte before mp-pipeline

PHP Code:
MPEG2Source("C:\Users\bassiouny\Desktop\bleach disk1\VIDEO_TS\VIDEO_TS.d2v").ThreadRequest()
trim(14580,55640)#=41060
trim(2699,0)
import(AviSynthPluginsDir "AnimeIVTC 2 mod.avs")
AnimeIVTC(mode=1omode=1credconv="mocomp"nnedi3pel=truee1=36123i1=38361)  
vid=last
op
=Import("C:\Users\bassiouny\Desktop\op.avs")

op+vid


GradFun3
(thr=0.28#or any debandning filter
import("C:\Users\bassiouny\Desktop\fansubs\AvsPmod\plugins\DeHaloH.avsi")
DeHaloHmod(radius=4)
vmToon()
mcDAA3()

Crop(20, -2, -0#not imporatant
spline36resize(720,480
And in order to increase the encoding speed I'm using Mp-pipeline like this:

PHP Code:
MP_Pipeline("""

### platform: win64
SetMemoryMax(2548)
setMTmode(2)
MPEG2Source("
C:\Users\bassiouny\Desktop\bleach disk1\VIDEO_TS\VIDEO_TS.d2v").ThreadRequest()
trim(14580,55640)#=41060
trim(2699,0)
### ###
### platform: win32
SetMemoryMax(948)
import(AviSynthPluginsDir + "
AnimeIVTC 2 mod.avs")
setMTmode(2)
AnimeIVTC(mode=1, omode=1, credconv="
mocomp", nnedi3pel=true, e1=36123, i1=38361)  
vid=last
op=Import("
C:\Users\bassiouny\Desktop\op.avs")

op+vid

SoraThread()

GradFun3(thr=0.28) #or any debandning filter
import("
C:\Users\bassiouny\Desktop\fansubs\AvsPmod\plugins\DeHaloH.avsi")
DeHaloHmod(radius=4)
vmToon()
mcDAA3()
### ###

### platform: win64
setMTmode(2)
Crop(2, 0, -2, -0) #not imporatant
spline36resize(720,480)
### lock threads to cores

### ###
"""

and here's the op.avs that I called in my script
PHP Code:
MPEG2Source("C:\Users\bassiouny\Desktop\bleach disk1\VIDEO_TS\VIDEO_TS.d2v").ThreadRequest()
trim(14580,55640)

trim(0,2698)
import(AviSynthPluginsDir "AnimeIVTC 2 mod.avs")
AnimeIVTC(4omode=1
does my script contain mistakes? can someone suggest some improvements or tips ?

And thanks in advance

P.S: I'm using a 32 GB of ram, quad core processor, 64bit avisynth and the 64 bit X264 encoder

Last edited by mohamedh; 11th January 2015 at 01:58. Reason: forgot the"k" in thanks
mohamedh is offline   Reply With Quote