Converting RMVB to AVI

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
Kilsorrow
Joined: Sun Aug 16, 2009 9:12 pm
Org Profile

Converting RMVB to AVI

Post by Kilsorrow » Sun Aug 16, 2009 9:26 pm

I'm guessing you've heard this one a lot, but I've been having trouble doing this for quite a while now. I've got Avisynth and VirtualDubMod, along with Real Alternative. Basically I downloaded a RMVB from [MOD 403: site name redacted], and am trying to convert it to AVI thru VDM. It's 29.97fps, and I've made the script:

Code: Select all

#ASYNTHER RMVB 29.97fps
DirectShowSource("%f", fps=29.97, convertfps=true)
And then clicked "Open video file Via Avisynth", opened my RMVB using the 29.97fps template and I get the same message after a few seconds of it not responding:
Avisynth open failure:
DirectShowSource: Could not open as a video or audio.

Video returned: "DirectShowSource: couldn't open file D:\Documents and Settings\Dan\Desktop\AMVs\Sources\NarutoRMVB\naruto01.rmvb: Cannot play back the file. The format is not supported."

Audio returned: "DirectShowSource: couldn't open file D:\Documents and Settings\Dan\Desktop\AMVs\Sources\NarutoRMVB\naruto01.rmvb: Cannot play back the file. The format is not supported."

(D:\Documents and Settings\Dan\Desktop\AMVs\Sources\NarutoRMVB\naruto01--RMVB29972.avs, line 2)
Any help is greatly appreciated.

[MOD 403: Please read the org <a href="http://www.animemusicvideos.org/phpBB/viewtopic.php?t=289">Forum Rules</a>]

User avatar
xPiikanyaa
Phail Whale
Joined: Mon Jul 27, 2009 1:43 pm
Status: :<
Location: England
Contact:
Org Profile

Re: Converting RMVB to AVI

Post by xPiikanyaa » Sun Sep 13, 2009 8:46 am

Well, it's not a good idea to download footage from the internet to use in your AMVs since the quality isn't as good and it's probably going to be full of subtitles. :nono: Well, I guess not everybody can use DVD footage. I can't, anyway. I won't go into details.
That aside. why not use a conversion program instead of AviSynth? I don't know if it'll work but it's worth a try.

User avatar
Qyot27
Surreptitious fluffy bunny
Joined: Fri Aug 30, 2002 12:08 pm
Status: Creepin' between the bullfrogs
Location: St. Pete, FL
Contact:
Org Profile

Re: Converting RMVB to AVI

Post by Qyot27 » Sun Sep 13, 2009 2:26 pm

Open file via AviSynth is NOT for opening scripts (and the fact you even see the option means you're using an extremely outdated version of VDubMod - extremely, since VDubMod itself is outdated; I highly suggest you update to either VDubMod 1.5.10.3 or VirtualDub 1.9.5). Open the scripts with the regular Open dialog instead.
My profile on MyAnimeList | Quasistatic Regret: yeah, yeah, I finally got a blog

Locked

Return to “AviSynth Help”