This is challenging :/

Locked
User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

This is challenging :/

Post by Minion » Sun Jan 28, 2007 6:45 pm

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.

:/
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

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sun Jan 28, 2007 6:50 pm

i suggest you view full screen to see the interlacing problems
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

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Jan 28, 2007 7:04 pm

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.
Image
Image

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Re: This is challenging :/

Post by Minion » Sun Jan 28, 2007 7:12 pm

whosajiggawhat?
Minion wrote:i'm not very proficient in avisynth, though.
if i don't see an actual script, i don't understand. i suck :roll:
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

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: This is challenging :/

Post by Kariudo » Sun Jan 28, 2007 7:24 pm

Minion wrote:if i don't see an actual script, i don't understand. i suck :roll:
then post your script :amv:
and look through the decomb reference manual
Image
Image

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Sun Jan 28, 2007 7:28 pm

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
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

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Jan 28, 2007 7:45 pm

try lowering vthresh and try including dthresh (default is 7, range 0-255)
never used dthresh myself, so I don't know if you should increase or decrease it
Image
Image

User avatar
Minion
Joined: Sat May 22, 2004 10:16 pm
Location: orlando
Contact:
Org Profile

Post by Minion » Mon Jan 29, 2007 1:41 pm

i have a mail deadline in 3 days. nothings working :/
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

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Jan 29, 2007 1:48 pm

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

Code: Select all

TFM(order=-1,mode=5,PP=7,field=-1,slow=2)
tdecimate(mode=1)
Image
Image

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Jan 29, 2007 1:49 pm

* I mean replace telecide and decimate with TFM and Tdecimate respectively
Image
Image

Locked

Return to “Video & Audio Help”