I recently had to reformat my laptop and lost all of my codecs and everything needed to make an AMV. I tried to reload everything that I could and have VirtualDub, AviSynth, and a few other codecs and stuff installed, but I've been getting an error. It tells me:
Avysynth read error: CAVIStreamSynth: System exception - Access Violation
It usually happens as I'm scrolling through my vid to check the quality and I end up getting stuck on a frame. I don't know if these are later additions of the programs that I downloaded or what, but whatever questions or suggestions I can get would be helpful.
Thank you.
VirtualDub / AviSynth error
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
VirtualDub / AviSynth error
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Shazzy
- Joined: Sat Jun 12, 2004 8:15 pm
- Location: The Universe
- Contact:
What format is the video in?
AMV guides for Mac users
DOWNLOAD THIS AMV
DOWNLOAD THIS AMV
Quarter-life crisis: a sense that everyone is, somehow, doing better than you.
- beau kang
- Joined: Sat Jan 01, 2005 11:03 am
- Location: Arizona
The videos are regular .vob format. I got them from a copied version of the original dvd's from my friend. He said that he used DVDShrink to make the copy, and it plays just find whenever I use it in the DVD player or on my computer.
I use DVD2AVI to make the .d2v file and open that up with my .avs script in VirtualDub. After I move the slider bar around some, I get the error.
I use DVD2AVI to make the .d2v file and open that up with my .avs script in VirtualDub. After I move the slider bar around some, I get the error.
Disposable Gundams
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
Turn the Page Spike
Demon Battles
Keep you're nose to the grindstone, it sharpens your buggers.
- Kariudo
- Twilight prince
- Joined: Fri Jul 15, 2005 11:08 pm
- Status: 1924 bots banned and counting!
- Location: Los taquitos unidos
- Contact:
- Mithos-kun
- Joined: Wed Apr 26, 2006 12:36 pm
- Location: Manchester, England
- Mithos-kun
- Joined: Wed Apr 26, 2006 12:36 pm
- Location: Manchester, England
Sorry for the double post but my deadline is in 9 days and I desperatly need help. I'll try and describe my situation as best as I can.
Ok so when I open my AVS script in virtualDub it's pretty much the same as beau kang's problem. When I'm scrolling through the footage it freezes on a frame and I get 'Avysynth read error: CAVIStreamSynth: System exception - Access Violation' or sometimes I don't see anything at all. Just a black screen. This is my code:
When I remove the last 3 lines it works. Any help would be greatly apreciated. Thanks in advance ^^.
Ok so when I open my AVS script in virtualDub it's pretty much the same as beau kang's problem. When I'm scrolling through the footage it freezes on a frame and I get 'Avysynth read error: CAVIStreamSynth: System exception - Access Violation' or sometimes I don't see anything at all. Just a black screen. This is my code:
Code: Select all
LoadPlugin("F:\AviSynth 2.5\plugins\MPEG2Dec3.dll")
LoadPlugin("F:\AviSynth 2.5\plugins\Decomb.dll")
MPEG2Source("F:\FMA RIP\d2v\Fullmetal.d2v")
AssumeBFF()
Telecide(guide=2, post=4)
Decimate(quality=3)