View Single Post
Old 30th October 2014, 18:40   #12  |  Link
elbennodiablo
Registered User
 
Join Date: May 2010
Posts: 10
Hey guys, just made links out of the pictures. I adjusted the output resolution, unticked the 'improved avs opening' and changed the memory. I also replaced

Quote:
source1= Avisource(film).killaudio().assumefps(play_speed).converttoYV12()
with

Quote:
source1= Avisource(film).killaudio().assumefps(play_speed).converttoYV12().LanczosResize(720,480)
All did not prevent megui to mention the same error:

Quote:
Megui Encountered a fatal error and may not be able to proceed. Reason: Attempted to read or write protected memory. this is often an indication that other memory is corrupt
Previewing the script works and I can scan through it, but conversion is blocked. Other scripts work fine. So it might be script related(?) I am using MeGUI_2507_x86, fully updated. AvsPmod has no troubles going through the screens. Virtualdub is unable to open the script. Strange!
elbennodiablo is offline   Reply With Quote