Clips/VirtualDubMod trouble

If you have questions about compression/encoding/converting look here.
Locked
User avatar
Cornwiggle
Joined: Sat May 10, 2003 2:59 pm
Location: Lost Ground
Org Profile

Clips/VirtualDubMod trouble

Post by Cornwiggle » Sun Jan 07, 2007 11:50 am

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?
¯\(°_o)/¯

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 » Sun Jan 07, 2007 12:45 pm

DirectShowSource("c:/path/to/video/file.here")

have you tried this in AVIsynth?

User avatar
Cornwiggle
Joined: Sat May 10, 2003 2:59 pm
Location: Lost Ground
Org Profile

Post by Cornwiggle » Sun Jan 07, 2007 1:01 pm

JaddziaDax wrote:DirectShowSource("c:/path/to/video/file.here")

have you tried this in AVIsynth?
I'm not too technical, where do I put that code?
¯\(°_o)/¯

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 » Sun Jan 07, 2007 1:15 pm

in avisynth you just use directshowsource instead of AVISource

so it should look like this:
#ASYNTHER Default (AVISource)
DirectShowSource("c:/path/to/video/file.here")
converttoyv12(interlaced=true)
ect.
instead of this
#ASYNTHER Default (AVISource)
AVISource("c:/path/to/video/file.here")
converttoyv12(interlaced=true)
ect
with DirectShowSource you can open all sorts of files even .wmv files

Locked

Return to “Conversion / Encoding Help”