Script question

The old Video Software Help forum, left visible as an archive.
Locked
User avatar
Wolflive
Joined: Sat Jan 17, 2004 8:18 am
Location: Merced, CA
Org Profile

Script question

Post by Wolflive » Fri Dec 09, 2005 4:37 am

When I run this in VirtualDubMod the frame rate goes to 19 fps
AVISource("C:\VOB\file.d2v")
ConvertToYV12(interlaced=true)
telecide(order=1,post=2,blend=true,vthresh=30,back=1)
decimate(cycle=5,mode=2,quality=3)

when I use this, the footage moves faster then the music
AVISource("C:\VOB\dude.d2v")
ConvertToYV12(interlaced=true)
telecide(order=1,post=2,blend=true,vthresh=30,back=1)
decimate(cycle=5,mode=2,quality=3)
AssumeFPS(23.997)

can anyone help?
Wolflive

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

Re: Script question

Post by Scintilla » Fri Dec 09, 2005 4:53 am

Wolflive wrote:When I run this in VirtualDubMod the frame rate goes to 19 fps
AVISource("C:\VOB\file.d2v")
ConvertToYV12(interlaced=true)
telecide(order=1,post=2,blend=true,vthresh=30,back=1)
decimate(cycle=5,mode=2,quality=3)
First of all, get rid of that ConvertToYV12() line. MPEG-2 DVD streams are already YV12.

Second of all, you don't by any chance already have 24fps (or 23.976) progressive video, do you? That's the only scenario in which you should be getting 19fps output from that script. If this is the case, then get rid of the IVTC lines. You shouldn't be IVTCing your footage unless it's 29.97fps and interlaced.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Wolflive
Joined: Sat Jan 17, 2004 8:18 am
Location: Merced, CA
Org Profile

Post by Wolflive » Mon Dec 12, 2005 2:32 am

ok so what do I add after this:
AVISource("C:\VOB\file.avi")

to get rid of interlacing?
Wolflive

User avatar
Keeper of Hellfire
Joined: Sun Jan 09, 2005 6:13 am
Location: Germany
Org Profile

Post by Keeper of Hellfire » Mon Dec 12, 2005 2:39 am

Nothing. If it has 23.976 fps, it shouldn't be interlaced at all.

User avatar
Corran
Joined: Mon Oct 14, 2002 7:40 pm
Contact:
Org Profile

Post by Corran » Mon Dec 12, 2005 2:53 am

Wolflive wrote:ok so what do I add after this:
AVISource("C:\VOB\file.avi")

to get rid of interlacing?
I thought the line was
AVISource("C:\VOB\file.d2v")
If you are using a d2v file you should be using MPEG2Source not AviSource

User avatar
Wolflive
Joined: Sat Jan 17, 2004 8:18 am
Location: Merced, CA
Org Profile

Post by Wolflive » Mon Dec 12, 2005 3:28 am

thx for the info but there is interlacing. In adobe I used the SetMemoryMax(16) to import xvid stuff. After that I used Huffyuv codec. When I watch the vid there a lines (interlacing) I used the code in my 1st post and it got rid of it, but it was 19 fps.
Wolflive

User avatar
Wolflive
Joined: Sat Jan 17, 2004 8:18 am
Location: Merced, CA
Org Profile

Post by Wolflive » Mon Dec 12, 2005 3:29 am

oh i missed typed my 1st post its was
AVISource("C:\VOB\file.avi")
Wolflive

Locked

Return to “Video Software Help Archive”