I have a problem, for my source footage I have ogm files. I've used them before and was able to run them through VDM as something else, but now when I try it I the image won't show up and I get "VideoSourceAVIerror: The source image format is not acceptable. (error code -2)"
Is there anyway to fix that or it is just not compatable period? And is there any other way to turn the ogm files into some other file?
Clips/VirtualDubMod trouble
- Cornwiggle
- Joined: Sat May 10, 2003 2:59 pm
- Location: Lost Ground
Clips/VirtualDubMod trouble
¯\(°_o)/¯
- 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:
- Cornwiggle
- Joined: Sat May 10, 2003 2:59 pm
- Location: Lost Ground
- 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:
in avisynth you just use directshowsource instead of AVISource
so it should look like this:
so it should look like this:
instead of this#ASYNTHER Default (AVISource)
DirectShowSource("c:/path/to/video/file.here")
converttoyv12(interlaced=true)
ect.
with DirectShowSource you can open all sorts of files even .wmv files#ASYNTHER Default (AVISource)
AVISource("c:/path/to/video/file.here")
converttoyv12(interlaced=true)
ect