NoLogo
20th January 2003, 19:22
I'm ripping Spirited Away, which is a PAL 25FPS DVD, and I have a problem with it.
I know that PAL movies shouldn't be interlaced, but when I previewed the vobs with DVD2AVI, it seemed to be (I could see typical interlacing artifacts: short strings arounds the moving parts of image). Then, when encoding the movie, I used Decomb and Telecide, to remove the ghost image (some kind of double images, what made me think it was interlaced).
The results were great (they almost entirely disappeared) but the playback is jerky, as if about 2 or 3 contiguous frames were identical. FieldDeinterlace gave me perfect playback BUT with those awfull ghosts... :(
So, my question is: is there a way to have perfect playback and perfect image ? I tried many Telecide options (guide, threshold, decimate, etc) but always get the same result, and FieldDeinterlace gives me same result as without any deinterlacing method...
Here's my AVS:
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\MPEG2Dec3.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\TomsMoComp.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\Decomb.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\Convolution3dYV12.dll")
mpeg2source("E:\Rippage\Ripp\D2vz\chihiro.d2v")
trim(25000,27500)
#TomsMoComp(1,15,1)
#Telecide(guide=2)
Convolution3D(preset="AnimeHQ")
crop(20,20,680,536)
LanczosResize(680,368)
I can attach two frames (2x13ko) with and without Telecide, to see what I get (and badly described), if anybody needs.
Hope someone can help.
Regards
NoLogo
I know that PAL movies shouldn't be interlaced, but when I previewed the vobs with DVD2AVI, it seemed to be (I could see typical interlacing artifacts: short strings arounds the moving parts of image). Then, when encoding the movie, I used Decomb and Telecide, to remove the ghost image (some kind of double images, what made me think it was interlaced).
The results were great (they almost entirely disappeared) but the playback is jerky, as if about 2 or 3 contiguous frames were identical. FieldDeinterlace gave me perfect playback BUT with those awfull ghosts... :(
So, my question is: is there a way to have perfect playback and perfect image ? I tried many Telecide options (guide, threshold, decimate, etc) but always get the same result, and FieldDeinterlace gives me same result as without any deinterlacing method...
Here's my AVS:
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\MPEG2Dec3.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\TomsMoComp.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\Decomb.dll")
LoadPlugin("E:\Rippage\Progz\YU12\Filtres AVS 2.5\Convolution3dYV12.dll")
mpeg2source("E:\Rippage\Ripp\D2vz\chihiro.d2v")
trim(25000,27500)
#TomsMoComp(1,15,1)
#Telecide(guide=2)
Convolution3D(preset="AnimeHQ")
crop(20,20,680,536)
LanczosResize(680,368)
I can attach two frames (2x13ko) with and without Telecide, to see what I get (and badly described), if anybody needs.
Hope someone can help.
Regards
NoLogo