The Idiots Guide to Vegas

For help and discussion concerning Magix's (formerly Sony's) Movie Studio and Vegas Pro editing software.
Post Reply
User avatar
Kumatora
Joined: Sat Feb 03, 2007 1:26 pm
Location: Luling, LA
Org Profile

Post by Kumatora » Sat Apr 19, 2008 6:00 pm

LivingFlame wrote:I'm gonna go out on a limb and say it's because the WMV format doesn't have keyframes at every frame. Try transcoding it to something like Huffyuv or Lagarith.
I can't put it into Virtual Dub because of some patent infringement. I assume that I have to use AVI Synth in order to get it in?

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Post by LivingFlame » Sat Apr 19, 2008 6:11 pm

Yea. Try DirectShowSource to open it, I guess. I've never actually opened a WMV file in AviSynth/VDub and I don't have any on hand, so that's sort of a guess.

Code: Select all

DirectShowSource("File_Path")
Or if you have the newest version of VirtualDubMod, the option to open a file as an AviSynth template is on the bottom of the Open Video File dialogue box.
... yea ...

User avatar
Kumatora
Joined: Sat Feb 03, 2007 1:26 pm
Location: Luling, LA
Org Profile

Post by Kumatora » Sat Apr 19, 2008 6:27 pm

LivingFlame wrote:Yea. Try DirectShowSource to open it, I guess. I've never actually opened a WMV file in AviSynth/VDub and I don't have any on hand, so that's sort of a guess.

Code: Select all

DirectShowSource("File_Path")
Or if you have the newest version of VirtualDubMod, the option to open a file as an AviSynth template is on the bottom of the Open Video File dialogue box.
Tried that. It says it can't determine the frame rate. It says I have to use the fps parameter.

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I has a TRU Arceus
Location: somewhere i think O.o
Contact:
Org Profile

Post by JaddziaDax » Sat Apr 19, 2008 7:06 pm

Code: Select all

DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
insert the framerate like so

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I has a TRU Arceus
Location: somewhere i think O.o
Contact:
Org Profile

Post by JaddziaDax » Sat Apr 19, 2008 7:06 pm

but be sure to get the actual frame rate of the video file...

or you know, don't use wmvs in the first place

User avatar
Kumatora
Joined: Sat Feb 03, 2007 1:26 pm
Location: Luling, LA
Org Profile

Post by Kumatora » Sat Apr 19, 2008 7:16 pm

JaddziaDax wrote:

Code: Select all

DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
insert the framerate like so
Thanks, you guys. That did it. By the way, the only reason why I'm using a WMV file is because that's what it was when I downloaded. In case, your wondering it's a commercial, not an episode or anything.

Isusuke
Joined: Sun Apr 20, 2008 12:30 am
Org Profile

Post by Isusuke » Sun Apr 20, 2008 12:34 am

awesome guide takes lots of time reading it though .....>.> o wellz GJ

User avatar
Kumatora
Joined: Sat Feb 03, 2007 1:26 pm
Location: Luling, LA
Org Profile

Post by Kumatora » Mon Apr 28, 2008 10:26 pm

I should have asked this when I did my last video, but what is a good script for cleanup in Virtual Dub?

I'm not being lazy or anything, I just want to see the "standard" script unless there's not much of a difference with the editor used.

User avatar
prYzm
Joined: Thu Feb 02, 2006 8:05 am
Location: 'Stralia
Org Profile

Post by prYzm » Mon Apr 28, 2008 11:17 pm

it depends far too heavily on the source, for example when im editing with pal footage (shudders) my script is a LOT different than when i edit with ntsc. and some series require less cleaning than others, and it depends how pedantic you are being etc. also you will find some editors prefer certain filters to others. theres no real generic script you can get for all sources, its just a figure it out as u go along process really.
Image

User avatar
Kumatora
Joined: Sat Feb 03, 2007 1:26 pm
Location: Luling, LA
Org Profile

Post by Kumatora » Tue Apr 29, 2008 5:42 am

prYzm wrote:it depends far too heavily on the source, for example when im editing with pal footage (shudders) my script is a LOT different than when i edit with ntsc. and some series require less cleaning than others, and it depends how pedantic you are being etc. also you will find some editors prefer certain filters to others. theres no real generic script you can get for all sources, its just a figure it out as u go along process really.
All right, thanks anyway.

Post Reply

Return to “Movie Studio & Vegas Pro”