AviSynth Noob In Distress
- Flame-X
- Joined: Mon Nov 21, 2005 8:10 pm
- Status: In Silence
- Location: Illinois
- Contact:
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
@Illwilledmarine:
I like TFM(d2v="path to your d2v.d2v", order=-1, mode=5, pp=7, slow=2)
followed by TDecimate(mode=1)
for IVTC-ing footage
you can also take out the converttoyv12() line as dvd footage should already be in yv12 colorspace
@Flame-X:
it's an avisynth filter included in the amvapp
beforeafterline("""filter chain here""")
you have to put all your filters on one line, which is done like this
filter1(args).filter2(args).filter3(args)
just keep putting a period after the filter until your last filter (but not after the last filter)
it works, but for making comparisons between avisynth scripts when you don't have to post them here I prefer AvsP
I like TFM(d2v="path to your d2v.d2v", order=-1, mode=5, pp=7, slow=2)
followed by TDecimate(mode=1)
for IVTC-ing footage
you can also take out the converttoyv12() line as dvd footage should already be in yv12 colorspace
@Flame-X:
it's an avisynth filter included in the amvapp
beforeafterline("""filter chain here""")
you have to put all your filters on one line, which is done like this
filter1(args).filter2(args).filter3(args)
just keep putting a period after the filter until your last filter (but not after the last filter)
it works, but for making comparisons between avisynth scripts when you don't have to post them here I prefer AvsP
- Illwilledmarine
- Joined: Sun Mar 25, 2007 12:06 pm
- Location: Phoenix, AZ
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact: