Script

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Script

Post by Zwill » Sun Aug 31, 2008 7:36 pm

I got some problem with interlacing even though l tried to fix it.

Script:

mpeg2source("M:\My DVD Footage\Voice Of A Distant Star\VOADS.d2v")
converttoyv12(interlaced=true)
Telecide(order=1,guide=1)
Decimate(cycle=5, mode=2)
LanczosResize(720,480)
deen("a3d",3,5,5)
LimitedSharpenFaster()
Toon()


Frame by frame virtual dub:

frame5509
Image

frame5510
Image

Vegas:

Image

Image

Misc:

This was also found at the begining.

Image

It just keeps appearing every so clip. There's a few scenes with it but l tend on using them and need them in one piece.

Any help?

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 Aug 31, 2008 7:43 pm

in your project settings you have the field order set to lower field first, it should be set to none/progressive/whatever vegas calls it if it isn't that
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 » Sun Aug 31, 2008 7:46 pm

oh, and your PAR should also be 0.9 (NTSC) if you're working with 720x480 footage
after decimating, your fps would be about 23.976, not 29.97
Image
Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Sun Aug 31, 2008 7:59 pm

Kariudo wrote:oh, and your PAR should also be 0.9 (NTSC) if you're working with 720x480 footage
after decimating, your fps would be about 23.976, not 29.97
Quick question:

If l use de-interlacing method above does it always go to 23,97?

That fixed those problems but l'm still having one more.

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 » Sun Aug 31, 2008 8:21 pm

the framerate can change depending on what filters you use (some double the framerate, you can set an arbirary rate with others) but using Telecide+decimate like that will result in 23.976 fps footage

that other pic looks like Telecide missed a combed frame, if you specify dthresh in telecide() and adjust the value (lowering it) you may be able to get rid of that
Image
Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Sun Aug 31, 2008 8:31 pm

Kariudo wrote:the framerate can change depending on what filters you use (some double the framerate, you can set an arbirary rate with others) but using Telecide+decimate like that will result in 23.976 fps footage

that other pic looks like Telecide missed a combed frame, if you specify dthresh in telecide() and adjust the value (lowering it) you may be able to get rid of that
Thanks >.<.

damn l feel stupid making this topic.

I'll go and see what l can do.

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 Aug 31, 2008 8:42 pm

eh, you had a question so you asked.
Better yet, you got an answer :up:
my point being, this is why the forums are here, ya know?
Image
Image

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Mon Sep 01, 2008 4:46 am

Kariudo wrote:that other pic looks like Telecide missed a combed frame, if you specify dthresh in telecide() and adjust the value (lowering it) you may be able to get rid of that
I tried but l don't think it was right. I looked into the guide and then didn't understand it. I don't know if this is what your talking about but l found it.
* Add show=true to telecide
* Look for a frame that is still interlaced
* a) If the info says that the frame is Progressive then you need to lower your vthresh to be lower than the "matching" number.
* b) If the info says the frame is interlaced then you need to lower your dthresh
Image

Thats where l got until l got very confused.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Mon Sep 01, 2008 8:03 am

It's saying the frame is progressive, so you want to lower <b>vthresh</b>; in this case, the value it's matching on is 24, so you'd want to lower it to 23 (which would hopefully make it match to the current frame instead of the next one like it's currently doing).
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Zwill
Joined: Wed Jun 27, 2007 11:50 am
Status: Doing stuff ;\
Org Profile

Post by Zwill » Mon Sep 01, 2008 10:40 pm

Scintilla wrote:It's saying the frame is progressive, so you want to lower <b>vthresh</b>; in this case, the value it's matching on is 24, so you'd want to lower it to 23 (which would hopefully make it match to the current frame instead of the next one like it's currently doing).
I do that and then the frames go back and fourth from Interlaced and progressive O.o. The problem is still there and I tried tweaking dthresh -.-.

Locked

Return to “AviSynth Help”