i cant find this codec

The old Video Software Help forum, left visible as an archive.
User avatar
Willen
Now in Hi-Def!
Joined: Sun Jul 10, 2005 1:50 am
Status: Melancholy
Location: SOS-Dan HQ
Org Profile

Post by Willen » Thu Jun 08, 2006 1:17 am

Let's start from the beginning. What codec did you save the video you are trying to compress in? Uncompressed AVI? DV AVI? Huffyuv? Lagarith?

Did you try to load the video into VirtualDubMod with an AviSynth script like:

Code: Select all

AVISource("c:\path\yourvideo.avi")
where path is the location of the video file and yourvideo.avi is the name of the video.
Having trouble playing back videos? I recommend: Image

User avatar
dokidoki
c0d3 m0nk3y
Joined: Tue Dec 19, 2000 7:42 pm
Status: BLEEP BLOOP!
Location: doki doki space
Contact:
Org Profile

Post by dokidoki » Thu Jun 08, 2006 1:47 am

Willen wrote:

Code: Select all

AVISource("c:\path\yourvideo.avi")
He should also try DirectShowSource as well as AVISource, in case it's using a codec with no VfW version installed.
Image Image Image
"Comedy is a dying breed." -- kisanzi // "Comedy. Serious business." -- dokidoki

Maverick013
Joined: Thu May 11, 2006 5:10 pm
Location: Maryland
Contact:
Org Profile

Post by Maverick013 » Thu Jun 08, 2006 9:20 am

ok ill start from the top
1. I created a AMV on WMM.
2. When i tried to save the movie file to anything OTHER than DV-AVI(NTSC) WMM would stop at a certain % like 80 or 33 and wouldnt save anymore. I could cancel the save so the program didnt crash it just wouldnt save it anymore.
3. So i saved it to DV-AVI and they work fine its just that there too big to upload anywhere.
4. and VDM is very confusing to me.
5. I tried opening the video in VDM but it wouldnt open i got some error.

Maverick013
Joined: Thu May 11, 2006 5:10 pm
Location: Maryland
Contact:
Org Profile

Post by Maverick013 » Thu Jun 08, 2006 9:25 am

i tried opening it with avisynth on VDM and got this error
"Avisynth open failure:
AVISource: couldnt locate a decompressor for fourcc dvsd
(C:/Documentd and Settings\J\My Documents\The Brothers--default2.avs, line 2)

User avatar
Kai Stromler
Joined: Fri Jul 12, 2002 9:35 am
Location: back in the USSA
Org Profile

Post by Kai Stromler » Thu Jun 08, 2006 9:40 am

Maverick013 wrote:i tried opening it with avisynth on VDM and got this error
"Avisynth open failure:
AVISource: couldnt locate a decompressor for fourcc dvsd
(C:/Documentd and Settings\J\My Documents\The Brothers--default2.avs, line 2)
So try using

Code: Select all

DirectShowSource("video.avi")
as suggested above; you're probably decoding DV-AVI with DirectShow instead of VFW, because not a lot of Windows boxes come with DV support.

--K
Shin Hatsubai is a Premiere-free studio. Insomni-Ack is habitually worthless.
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available

Maverick013
Joined: Thu May 11, 2006 5:10 pm
Location: Maryland
Contact:
Org Profile

Post by Maverick013 » Thu Jun 08, 2006 12:44 pm

where do i put that code at?

Maverick013
Joined: Thu May 11, 2006 5:10 pm
Location: Maryland
Contact:
Org Profile

Post by Maverick013 » Thu Jun 08, 2006 2:01 pm

i kno i keep postin and it looks like bumpin but i keep gettin tryin fix this shit. I really just wanna kno why my WMM keeps freezing when i save my movie files. like for my naurto video, it freezes at the 80% mark and the timer starts counting up. and keeps going up and the bar neevr moves forward.

User avatar
Kai Stromler
Joined: Fri Jul 12, 2002 9:35 am
Location: back in the USSA
Org Profile

Post by Kai Stromler » Thu Jun 08, 2006 2:14 pm

Maverick013 wrote:where do i put that code at?
This replaces any use of the AviSource() function in your AviSynth script.

--K
Shin Hatsubai is a Premiere-free studio. Insomni-Ack is habitually worthless.
CHOPWORK - abominations of maceration
skywide, armspread : forward, upward
Coelem - Tenebral Presence single now freely available

User avatar
sysKin
Joined: Fri Mar 26, 2004 6:37 am
Org Profile

Post by sysKin » Sat Jun 10, 2006 10:48 am

He could use directshowsource() but perhaps it's easier to just download a DV codec - Mainconcept, Sony, Panasonic, and finally ffdshow, are just a few that will work.

Locked

Return to “Video Software Help Archive”