WMM: HELP!!! - Codec problem

For help and discussion concerning the Windows Movie Maker software.

Postby pinky75910 » Sat Feb 03, 2007 12:34 am

Opened VDub - attempted to open file -

Error Message -

VirtualDub Warning

Some warnings were issued during the previous operation:
Couldn't locate decompressor for format 'DIV3' (Microsoft High-Speed MPEG-4 V-3 [Hack: Divx Low-Motion]).
Virtualdub requires a Video for Windows (VFW) compatible codec to decompress video. Directshow codecs, such as those used by Windows Media Player, are not suitable. Only 'Direct stream copy' is available for this video.

I press OK

Click the playback button

VirtualDub Error
VideoSourceAVI: uncompressed frame 0 is short (expected 225600 bytes, got 1078)
OK

I just have no idea what these programs are for or what they do. I don't get your lingo.
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby pinky75910 » Sat Feb 03, 2007 12:36 am

Hmm, okay, I pressed a different button, it started playing the sound, but there's no picture. No idea how to work this or what I'm doing or what my goal is.
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby Kariudo » Sat Feb 03, 2007 12:42 am

http://www.animemusicvideos.org/guides/ ... ubmod.html
read through that, you're going to be using file-save as.
near the bottom there should be a box that says change, click it and look for lagarith lossless codec or huffyuv.

but you're going to need to be able to use something other than "direct stream copy"
which is why you should try avisynth.
read through the info at www.avisynth.org so that you know how to use it.
make a script with one of the lines of code that I provided a few posts ago and open the script in vdubmod
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Postby pinky75910 » Sat Feb 03, 2007 12:50 am

Kariudo wrote:http://www.animemusicvideos.org/guides/avtech/amvappvdubmod.html
read through that, you're going to be using file-save as.
near the bottom there should be a box that says change, click it and look for lagarith lossless codec or huffyuv.

but you're going to need to be able to use something other than "direct stream copy"
which is why you should try avisynth.
read through the info at www.avisynth.org so that you know how to use it.
make a script with one of the lines of code that I provided a few posts ago and open the script in vdubmod


Clicked File Save As - I see the button "Change" but it's flat. I can't click it.
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby pinky75910 » Sat Feb 03, 2007 12:59 am

Dl'd avi synth. Nothing has changed.
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby Kariudo » Sat Feb 03, 2007 1:03 am

did you read through that page of eadfag and look through the avisynth page on making your first script?

it's important that you know how to use the tools that you're working with
avisynth and vdubmod alone won't fix your problem, you need to know how to use them together.
the information on those two pages and the information is posted before that should be all the information you need to pull this off.

if it still doesn't work I have one more idea
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Postby pinky75910 » Sat Feb 03, 2007 1:13 am

Kariudo wrote:did you read through that page of eadfag and look through the avisynth page on making your first script?

it's important that you know how to use the tools that you're working with
avisynth and vdubmod alone won't fix your problem, you need to know how to use them together.
the information on those two pages and the information is posted before that should be all the information you need to pull this off.

if it still doesn't work I have one more idea


Is there any chance this is some sort of virus or security problem circuit city can fix?
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby pinky75910 » Sat Feb 03, 2007 1:15 am

<<Let's start with the most basic of AviSynth scripts:

AviSource("c:\folder\myclip.avi")
Open up any text editor>>

And I'm already lost... apparently I'm more than a total newbie... :(
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby Kariudo » Sat Feb 03, 2007 1:34 am

you may have a virus or security problem, but it is not related to this problem.

the only problem here is the hacked divx-3 low motion codec.

alright, step one: open up notepad or wordpad
step two: copy and paste the following into notepad or wordpad.
Code: Select all
avisource("")


step three: this is a two-part step, you're going to replace the empty doulbe quotes with the stuff that needs to be there.
the text that is underlined in red is the first part of the path, copy and pate that in-between the double-quotes
then put a single \ right before the second double quote
then type the filename circled in red along with it's file extension
Image
so if this was my script, and I wanted to use seed final 13.avi, my script would look like
Code: Select all
avisource("C:\Documents and Settings\Use\My Documents\Derek\seed final 13.avi")
you need to put it inside the double quotes (that's just how it works)

this is not the exact text that you will use, but once you find the file the process is the same.

step four: once you have that, go to file-save as and name your file.
be sure to add .avs to the end of your filename (but don't change anything else)
this tells your computer that it is an avisynth script.

final step: now open vdubmod
drag and drop the avisynth script into vdubmod, and you should see the video (or an error message)
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Postby Scintilla » Sat Feb 03, 2007 9:39 am

Download and install <a href="http://www.digital-digest.com/software/download.php?sid=622&ssid=0&did=1">DivX ";-)" (3.11 Alpha)</a>. Problem solved.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby pinky75910 » Sun Feb 04, 2007 12:42 am

Scintilla wrote:Download and install <a href="http://www.digital-digest.com/software/download.php?sid=622&ssid=0&did=1">DivX ";-)" (3.11 Alpha)</a>. Problem solved.


I have dl'd, and it appears to be working... I am now re-importing all my files. YAY!!! Thank you! Where have you been all my life? How did you know that would fix it?

I am concerned however, just before I ran it, it had a mysterious error message saying this prog hadn't been tested or something and might cause problems later, so I made a system restore point.

Now I can finally start my new amv!!! ::cries::
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

PROBLEM!!!

Postby pinky75910 » Sun Feb 04, 2007 4:10 am

PROBLEM!!!

Now, whenever I try to *use* those avis, WMM suddenly encounters a problem and needs to close!!!
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby Scintilla » Sun Feb 04, 2007 10:59 am

pinky75910 wrote:
Scintilla wrote:Download and install <a href="http://www.digital-digest.com/software/download.php?sid=622&ssid=0&did=1">DivX ";-)" (3.11 Alpha)</a>. Problem solved.

I have dl'd, and it appears to be working... I am now re-importing all my files. YAY!!! Thank you! Where have you been all my life? How did you know that would fix it?

Because you posted the VDub error message that said it couldn't find a VFW decompressor for the FourCC "DIV3", which corresponds to the DivX 3.11 Alpha codec.

As for WMM failing to open them, I hope Sailor Earth doesn't mind me using a bit of her bandwidth here...
<a href="http://www.amvwiki.org/index.php/DivX_Editing">Image</a>

But if you have ffdshow installed, you might find it useful to make sure that it's set to NOT decode DivX 3 content.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:
User avatar
Scintilla
(for EXTREME)
 
Joined: 31 Mar 2003
Location: New Jersey
Status: Quo

Postby pinky75910 » Sun Feb 04, 2007 1:01 pm

Um, okay. Man I'm so close now - what do I do now?
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

Postby pinky75910 » Sun Feb 04, 2007 3:07 pm

I just don't get it. It's been working perfectly fine til the begining of this year, and now it's going kerplooey. Why is it so hard to get back what I had before? Should I just upgrade to a better prog? What do you recommend for free? Do I follow Kariudo's plan next?
Making an amv, is rather like being the director of a Broadway show, where you have a million dancers and each of them only knows one step.

http://www.animemusicvideos.org/members ... hp?v=50239
User avatar
pinky75910
 
Joined: 09 Sep 2002

PreviousNext

Return to Windows Movie Maker

Who is online

Users browsing this forum: No registered users and 0 guests