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?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.
The Idiots Guide to Vegas
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
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.
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.
Code: Select all
DirectShowSource("File_Path")
... yea ...
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
Tried that. It says it can't determine the frame rate. It says I have to use the fps parameter.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.
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.Code: Select all
DirectShowSource("File_Path")
- 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:
Code: Select all
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
- 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:
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
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.JaddziaDax wrote:insert the framerate like soCode: Select all
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
- prYzm
- Joined: Thu Feb 02, 2006 8:05 am
- Location: 'Stralia
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.
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
All right, thanks anyway.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.