Access Violation in VirutalDub

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Access Violation in VirutalDub

Post by Watatashi » Sat Dec 06, 2014 3:08 pm

I recently ripped some Blu-ray footage of RWBY using MakeMKV. In order to edit using this footage I need to convert it from .mkv to .avi. I have created the following Avisynth script to load it into VirtualDub to save this footage as .avi.

Code: Select all

FFVideoSource("RWBY Trailers.mkv")
I am able to open the file in VitualDub but when I try to play or scrub through the footage I get the following error message

Avisynth read error:
CAVIStreamSynth: System exception - Access Violation at 0x10012380,
reading from 0x740

What does this mean and what do I have to do for this to work?

Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Re: Access Violation in VirutalDub

Post by Watatashi » Sun Dec 07, 2014 4:44 am

Has anyone else had this problem in the past? Anyone have any idea of how this problem can fixed?

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Access Violation in VirutalDub

Post by mirkosp » Sun Dec 07, 2014 10:01 am

BD avc streams are a bit troublesome, generally speaking it's best to handle them either through DGAVCDecNV (though it's not free), or LSMASH Works (free solution).

For LSMASH Works, you'll need the proper avisynth plugin (it's included in the AMVPack) and then use:

Code: Select all

LWLibavVideoSource("RWBY Trailers.mkv")
To load footage.
Image

Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Re: Access Violation in VirutalDub

Post by Watatashi » Sun Dec 07, 2014 2:35 pm

Okay thanks. I'll give that a try and let you know how it works.

Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Re: Access Violation in VirutalDub

Post by Watatashi » Sun Dec 07, 2014 2:49 pm

Actually, I just did some quick searching for a way to download either of those programs but I can't seem to find anywhere? Can you supply me with a link for both? Or Let me know where to look?

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Access Violation in VirutalDub

Post by l33tmeatwad » Sun Dec 07, 2014 3:17 pm

That particular error is a memory error, you can get those browsing around scripts in VirtualDub and may not have an issue when saving from the same script. That said, mirkosp is right, LSMASHWorks (or DGAVCDecNV if you buy it and have a supported Nvidia card) is the best solution as FFMpegSource does not properly decode Blu-ray footage.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Re: Access Violation in VirutalDub

Post by Watatashi » Sun Dec 07, 2014 3:28 pm

So where can I get LSMASHWorks? And what is it exactly? Is it a program? Plugin?

Watatashi
Joined: Tue Jan 14, 2014 8:29 pm
Org Profile

Re: Access Violation in VirutalDub

Post by Watatashi » Sun Dec 07, 2014 4:05 pm

And what is DGAVCDecNV? Does it still use scripts?

I also wanna know if my 1023MB NVIDIA GeForce GTX 750 (EVGA) Graphics card is compatible?

Sorry for all the questions. I've never ripped from Blu-ray before and am running into quite a few problems and am just looking for the easiest way to prep this footage for editing.

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Access Violation in VirutalDub

Post by mirkosp » Mon Dec 08, 2014 10:13 am

As I said, LSMASHWorks is included in the AMVPack, which I did link above.

As for DGAVCDecNV, you can find more info here. Your GPU is compatible with it, yes.
Image

User avatar
l33tmeatwad
Joined: Wed Feb 16, 2005 3:22 pm
Location: Christiansburg, VA
Contact:
Org Profile

Re: Access Violation in VirutalDub

Post by l33tmeatwad » Mon Dec 08, 2014 12:29 pm

You can also find LSMASHWorks/Source here.
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube

Locked

Return to “AviSynth Help”