neo_sapien
24th May 2002, 15:01
I hope this doesn't come off as bitching, I was just encoding an episode of TNG from a DVD NTSC source and had a small idea. These episodes are all hybrid, btw. Usually like 80% Film, 20% NTSC in DVD2AVI.
There could be a few different AVISynth scripts, to match your source. For instance, if your source is FILM, the script remains untouched. If your source is Hybrid (NTSC/FILM), the following lines of avs script are added in:
Telecide()
Decimate(mode=1,threshold=50)
under their respective categories.
If your source is NTSC, the following line of script is added in:
FieldDeinterlace()
again, respective categories.
A drop-down menu would allow the user to select whether his source is Film, Hybrid, NTSC, etc.
Eh, or maybe a telecide button under "Field Operations" would be easier, as Field Deinterlace is already there.
Anyways, comments, flames? (j/k, please no flames :) )
There could be a few different AVISynth scripts, to match your source. For instance, if your source is FILM, the script remains untouched. If your source is Hybrid (NTSC/FILM), the following lines of avs script are added in:
Telecide()
Decimate(mode=1,threshold=50)
under their respective categories.
If your source is NTSC, the following line of script is added in:
FieldDeinterlace()
again, respective categories.
A drop-down menu would allow the user to select whether his source is Film, Hybrid, NTSC, etc.
Eh, or maybe a telecide button under "Field Operations" would be easier, as Field Deinterlace is already there.
Anyways, comments, flames? (j/k, please no flames :) )