The Idiots Guide to Vegas
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
you mean you can't see the track? or you can't see the layer in the preview screen?
Stalk me?
https://linktr.ee/jaddziadax
https://linktr.ee/jaddziadax
- 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...
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
- Kumatora
- Joined: Sat Feb 03, 2007 1:26 pm
- Location: Luling, LA
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.
- 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 live?
- Location: Somewhere I think O.o
- Contact:
Code: Select all
DirectShowSource("C:\AMVExport\yourDVexport.avi",29.97)Stalk me?
https://linktr.ee/jaddziadax
https://linktr.ee/jaddziadax
- JaddziaDax
- Crazy Cat Lady!
- Joined: Tue Mar 16, 2004 6:25 am
- Status: I live?
- Location: Somewhere I think O.o
- Contact:
but be sure to get the actual frame rate of the video file...
or you know, don't use wmvs in the first place
or you know, don't use wmvs in the first place
Stalk me?
https://linktr.ee/jaddziadax
https://linktr.ee/jaddziadax

