I decided to create fake avis and it works good. However I have enough disk space to transform the entire dvd (100 Gb should be enough).
The Script I used for the fake avis :
Code: Select all
#ASYNTHER MPEG2Source (mpeg2dec.dll)
MPEG2Source("C:\TOKIKAKE\VIDEO_TS\Girlytime.d2v", cpu=4)
#CheckFieldOrder() = 0
LeakKernelDeint(order=0, threshold=10)
AssumeFPS("ntsc_video") #<---- is this actually Helpful ?
Crop(8,4,-8,-4)
LanczosResize(848,480)
ConvertToRGB32()

Now I just need a fine Script with good quality.
I know I'm a lazy bastid