I did remember one thing I wanted to ask. I made some speed adjustments to some of the clips while I was working on them in Premiere Elements 4. A few of them are sped up slightly to go along with the music. Would that do anything to cause the error?AVISource("C:\Documents and Settings\User\My Documents\My Videos\AMVfilename.avi")
SSRC(48000)
video=last
leader=BlankClip(300,720,480,"RGB32",29970,1000,48000,true,true,000000)
leader++video++leader
Help with VDub/Zarx video format error
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
All right. So I've followed the instructions to the letter on the con guide, and still get the framerate error. Here is the coding I'm using (I know it looks the same as the previous one, but I retyped it while following the instructions in the guide). It's saved in 29.97fps, Lagarith compression, and there have been no other changes to the video in VirtualDubMod.
- LivingFlame
- Joined: Sat May 28, 2005 4:41 pm
- Location: Closer than you think...
Speeding clips up doesn't change the framerate or anything, and it definitely doesn't matter since it's already been rendered to a new file, so that's not the problem. Just for kicks, try taking off the hex color ID at the end of the BlankClip() line. You don't have to list every parameter the command has and black is the default color anyway.
... yea ...
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
I just noticed a couple strange things...
First off, the Lagarith-encoded file has major red glitching throughout the vid. I think I saw somewhere how to fix it, but can't find it now for the life of me. If there's a fix, could I please get a link?
Also, on the Huffy-encoded version, I noticed something as I was attempting to encode with a different MPEG-2 encoder. It got to one of the clips (about 29-30% of the way through the vid) and crashed with an error. It did the exact same thing at that point when I would try to save using the Huffy encoding in Premiere Elements. I wonder if that might have something to do with the issue I'm having.
First off, the Lagarith-encoded file has major red glitching throughout the vid. I think I saw somewhere how to fix it, but can't find it now for the life of me. If there's a fix, could I please get a link?
Also, on the Huffy-encoded version, I noticed something as I was attempting to encode with a different MPEG-2 encoder. It got to one of the clips (about 29-30% of the way through the vid) and crashed with an error. It did the exact same thing at that point when I would try to save using the Huffy encoding in Premiere Elements. I wonder if that might have something to do with the issue I'm having.
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Export uncompressed - it should fix any errors that might pop up.Angelic_Sabyne wrote:First off, the Lagarith-encoded file has major red glitching throughout the vid. I think I saw somewhere how to fix it, but can't find it now for the life of me. If there's a fix, could I please get a link?
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
I've never seen an error like that before - and it doesn't make much sense... If the video is uncompressed, there should not be any need for a decompresser. Are you sure your first line is pointing to the correct file? I can't tell since you edited it down.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
Yes. It is pointing to the correct filename. I just checked that out now.
I normally edit things down because I'm a bit on the cautious side when it comes to privacy. But then, I realized I give away about as much info in my AMV profile as I would with the path name, so what the hey? Here's the current full AVISynth script.
I normally edit things down because I'm a bit on the cautious side when it comes to privacy. But then, I realized I give away about as much info in my AMV profile as I would with the path name, so what the hey? Here's the current full AVISynth script.
I really think this is right in front of my face, but for the life of me, I can't figure it out. Sheesh.AVISource("C:\Documents and Settings\Andrea\My Documents\My Videos\CrossfadeAMV_PrincessTutu.avi")
SSRC(48000)
video=last
leader=BlankClip(300,720,480,"RGB32",29970,1000,48000,true,true)
leader++video++leader
- Angelic_Sabyne
- Joined: Sun May 04, 2008 5:57 pm
- Location: Southern California
- Contact:
(My kingdom to be able to edit in this forum...)
To add on, whenever I try to open the uncompressed file in VirtualDub, I get this error:
To add on, whenever I try to open the uncompressed file in VirtualDub, I get this error:
"Couldn't locate decompressor for format v210 (unknown).
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."
- kenzuka
- Joined: Fri Dec 01, 2006 12:09 pm
- Location: France
I found that about the fourcc V210:
http://www.fourcc.org/yuv.php#V210
Seems to me that your file is not really uncompressed. You should try checking your export settings. If you're really sure about your settings, it can be a bug in your premiere which corrupt your fourcc value. So, you could try AVI fourcc changer and put RGB in its place.
http://www.fourcc.org/yuv.php#V210
Seems to me that your file is not really uncompressed. You should try checking your export settings. If you're really sure about your settings, it can be a bug in your premiere which corrupt your fourcc value. So, you could try AVI fourcc changer and put RGB in its place.