Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 23rd July 2005, 22:10   #1  |  Link
mgt
DVD author
 
Join Date: Jul 2004
Location: de
Posts: 31
Access violation ... weird problem

I have a problem with my AviSynth script which displays "caught access violation at ... reading from ...." I guess you know what I mean. This isn't my first avisynth script at all and I never had such a problem. This is what I'm using:
Code:
v1 = MPEGSource("myvideo1")
v2 = MPEGSource("myvideo2")
a1 = DirectShowSource("myvideo1", video=false)
a2 = DirectShowSource("myvideo2", video=false)
vid = AudioDub(v1,a1) ++ AudioDub(v2,a2)
ret = vid.LanczosResize(720,458,0,108,478,268).AddBorders(0,60,0,58).ChangeFPS(25)
return ret
The source is a .mpg ntsc video. Instead of using DirectShowSource for audio, I also tried MPASource which results in the same error.
Weird is that this error only appears in the encoded material (I'm passing this script to CCE), NOT when just playing the .avs file!
The target format should be PAL 16:9. Anyone got an idea why I get that error?
__________________
greetz mgt
mgt is offline   Reply With Quote
Old 26th July 2005, 14:26   #2  |  Link
IanB
Avisynth Developer
 
Join Date: Jan 2003
Location: Melbourne, Australia
Posts: 3,167
Try the latest 2.5.6 replacement avisynth.dll. In a few days I will have a new DirectShowSource.dll minus a load of bugs (plus some new ones, I'm sure). Watch the Developer Forum for news.

IanB
IanB is offline   Reply With Quote
Old 26th July 2005, 18:56   #3  |  Link
mgt
DVD author
 
Join Date: Jul 2004
Location: de
Posts: 31
Thank you for your answer, but I guess the actual problem is the MPEGSource which seems to have some problems with ntsc mpgs. Now I used DVD2AVI and MPEG2Source as a workaround, which worked well.
__________________
greetz mgt
mgt is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 12:28.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.