neutrogenik
26th March 2006, 17:24
I've been told on another topic that avisynth is really better than virtualdubmod filter for deinterlacing a vid so i'm looking for some explanations on how to do it, i read the wikipedia article and looked over the FAQs but i still don't see how to do it.
Do i have to write some code in a textfile and open it with virtualdubmod or so ?
DirectShowSource("C:\...\myvid.m2v")
TDeint()
Is that right ?
What i'm currently doing :
1°) Opening an Mpeg2 PS file (from usb TV stick) with virtualdubmod
2°) Using filters in this right order :
a) brightness +1%
b) deinterlace, blend mode
c) cropping
d) resizing
3°) Deleting some parts of the vid with "suppr" key
4°) Saving the file with xvid codec 1pass and "eqm_v3uhr_rev2" matrix
I'd like to do the same but using Avisynth for deinterlacing the video.
:thanks: in advance :)
Do i have to write some code in a textfile and open it with virtualdubmod or so ?
DirectShowSource("C:\...\myvid.m2v")
TDeint()
Is that right ?
What i'm currently doing :
1°) Opening an Mpeg2 PS file (from usb TV stick) with virtualdubmod
2°) Using filters in this right order :
a) brightness +1%
b) deinterlace, blend mode
c) cropping
d) resizing
3°) Deleting some parts of the vid with "suppr" key
4°) Saving the file with xvid codec 1pass and "eqm_v3uhr_rev2" matrix
I'd like to do the same but using Avisynth for deinterlacing the video.
:thanks: in advance :)