sungod93
15th October 2008, 10:56
Okay well ive got a video file that i wish to put onto a dvd although im not 100% sure if i should encode it as interlaced or progressive?
The video source is actually an interlaced source although i added a avisynth filter "TDeint(Mode=2)" so now its not interlaced. Although i notice that theres blended frames if both interlaced and progressive.
Heres my current script:
mpeg2source("VTS_01_1.d2v", cpu=6)
ColorYUV(levels="TV->PC")
TDeint(mode=2)
Deen("w3d",3,3,5)
VMToon(strength=24)
Lanczos4resize(720,576)
BiFrost()
So should i encode interlaced or progressive? btw the source is anime, PAL, Region 4, cropped to 700, 570 ---> 720, 576.
:thanks:
The video source is actually an interlaced source although i added a avisynth filter "TDeint(Mode=2)" so now its not interlaced. Although i notice that theres blended frames if both interlaced and progressive.
Heres my current script:
mpeg2source("VTS_01_1.d2v", cpu=6)
ColorYUV(levels="TV->PC")
TDeint(mode=2)
Deen("w3d",3,3,5)
VMToon(strength=24)
Lanczos4resize(720,576)
BiFrost()
So should i encode interlaced or progressive? btw the source is anime, PAL, Region 4, cropped to 700, 570 ---> 720, 576.
:thanks: