This is challenging :/
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
This is challenging :/
http://www.umbrellavideo.com/beta/sample.avi
or at least it's a challenge for me. i'm not very proficient in avisynth, though.
telecide and decimate get rid of the interlacing, but makes the frames that fly off of the screen look choppy.
sangnom seems to do a bit better with handling the frames the fly off of the screen slow, but not the ones that fly off of the screen fast.
:/
or at least it's a challenge for me. i'm not very proficient in avisynth, though.
telecide and decimate get rid of the interlacing, but makes the frames that fly off of the screen look choppy.
sangnom seems to do a bit better with handling the frames the fly off of the screen slow, but not the ones that fly off of the screen fast.
:/
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
I don't have decomb.dll anymore...but IIRC there's an x-axis threshold value and a y-axis threshold value, try changing these values until you get a good result (you'll have to look through the documentation to find the real parameter names)
changing these parameters changes the sensitivity of telecide's search which can mark more/less frames as combed depending on the value you give it.
changing these parameters changes the sensitivity of telecide's search which can mark more/less frames as combed depending on the value you give it.
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
Re: This is challenging :/
whosajiggawhat?

if i don't see an actual script, i don't understand. i suckMinion wrote:i'm not very proficient in avisynth, though.
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
Re: This is challenging :/
then post your scriptMinion wrote:if i don't see an actual script, i don't understand. i suck
and look through the decomb reference manual
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
avisource("SAMPLE.avi")
ConvertToYV12()
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
avisource("SAMPLE.avi")
ConvertToYV12()
Telecide(order=1,post=4,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
avisource("SAMPLE.avi")
ConvertToYV12()
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=1,quality=3)
theres more, but not worth posting. pretty much the same thing. just changing post on telecide and the mode and decimate
ConvertToYV12()
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
avisource("SAMPLE.avi")
ConvertToYV12()
Telecide(order=1,post=4,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=3,quality=3)
avisource("SAMPLE.avi")
ConvertToYV12()
Telecide(order=1,post=2,blend=false,vthresh=30,back=1)
Decimate(cycle=5,mode=1,quality=3)
theres more, but not worth posting. pretty much the same thing. just changing post on telecide and the mode and decimate
KioAtWork: I'm so bored. I don't have class again for another half hour.
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
Minion: masturbate into someones desk and giggle about it for the remaining 28 minutes
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- Minion
- Joined: Sat May 22, 2004 10:16 pm
- Location: orlando
- Contact:
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
then try TFM and Tdecimate
you can get it from here (look for TVITC)
managed to take care of some rahXephon test footage that was giving me a hard time. try the following
you can get it from here (look for TVITC)
managed to take care of some rahXephon test footage that was giving me a hard time. try the following
Code: Select all
TFM(order=-1,mode=5,PP=7,field=-1,slow=2)
tdecimate(mode=1)- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:


