wondering is "converttoyuy2()" just a instruction or do i have to d/l a filter and place it in the avisynth plugin folder
also should i only use that script if i'm encoding a dvd movie or can i use that if i'm encoding a movie that i encoded my self to dvd mpeg
right now this is what my filter editor looks like (used it for all my encoding), i'm also using procoder2.
RemoveGrain(mode=2)
Deen()
asharp(1,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
can i add the convettoyuy2() like this:
converttoyuy2()
RemoveGrain(mode=2)
Deen()
asharp(1,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
also should i only use that script if i'm encoding a dvd movie or can i use that if i'm encoding a movie that i encoded my self to dvd mpeg
right now this is what my filter editor looks like (used it for all my encoding), i'm also using procoder2.
RemoveGrain(mode=2)
Deen()
asharp(1,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
can i add the convettoyuy2() like this:
converttoyuy2()
RemoveGrain(mode=2)
Deen()
asharp(1,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Comment