thop
8th June 2003, 14:44
(It might be this really belongs in the CCE forum.)
I'm currently in the process of converting a 2CD 2h XViD movie to VOBs via CCE with the goal to play them in my standalone. The audio is AC3 so that's already taken care of.
I'm wondering if any of you got suggestions to de-artifact the picture a bit before passing it to CCE. In CCE i'm using 2pass 4,1MBit average, with Quantizer caracteristics set to 32, and all the other stuff in the quality tab set to 0.
Currently i'm using the following avs script which gives OK results but i'm wondering if some more quality can be squeezed out. I'm of course aware that because of the nature of the XViD source it will never look like a DVD :) Thanks for any suggestions.
LoadPlugin("d:\dvd\Convolution3D.dll")
avisource("d:\dvd\test.avi")
Convolution3d(preset="movieLQ")
LanczosResize(720,416)
AddBorders(0,80,0,80)
I'm currently in the process of converting a 2CD 2h XViD movie to VOBs via CCE with the goal to play them in my standalone. The audio is AC3 so that's already taken care of.
I'm wondering if any of you got suggestions to de-artifact the picture a bit before passing it to CCE. In CCE i'm using 2pass 4,1MBit average, with Quantizer caracteristics set to 32, and all the other stuff in the quality tab set to 0.
Currently i'm using the following avs script which gives OK results but i'm wondering if some more quality can be squeezed out. I'm of course aware that because of the nature of the XViD source it will never look like a DVD :) Thanks for any suggestions.
LoadPlugin("d:\dvd\Convolution3D.dll")
avisource("d:\dvd\test.avi")
Convolution3d(preset="movieLQ")
LanczosResize(720,416)
AddBorders(0,80,0,80)