Code: Select all
Dgdecode_mpeg2source("C:\Users\?\dvd rip\Ed, Edd n Eddy\Ed Edd n Eddy Episode 1.d2v", info=3)
TemporalDegrain()
dfttest(ftype=1, tmode=0)
This doesn't seem to work. Can you post the script you used for the cobra video?
@mirkosp
using ConVertToRGB32() seemed to remove the jagged parts on red edges. The only problem is, when I open the script and try to queue the job in MeGUI it says that ConvertToYV12() should be used at the end of the script. Is ConvertToYV12() really necessary to encode the video in meGUI? What would happen if I encoded it with ConvertToRGB32() at the end of the script?