digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth gives Access Violation error when resizing 504x368 (http://www.digitalfaq.com/archives/avisynth/7032-avisynth-access-violation.html)

rs008f 12-07-2003 12:29 AM

Avisynth gives Access Violation error when resizing 504x368
 
Here's the script I'm using.

AviSource("C:\Movie.avi",true,"YUY2")
BicubicResize(688,448,0,0.6,0,0,504,368)
AddBorders(16,16,16,16)


I tried using "false" to eliminate the audio but it didn't help.

rs008f 12-07-2003 01:20 AM

This is the actual error.
Avisynth: caught an excess violation at 0x77f82e87
attempting to read from 0x00000000

rs008f 12-07-2003 01:25 AM

It's a Divx 3 video.

CheronAph 12-07-2003 02:43 AM

Have you tried,
AviSource("C:\Movie.avi")

rs008f 12-07-2003 03:17 AM

yeah that fixed it and I had to use swapuv(). Must the odd resolution causing the problem

CheronAph 12-07-2003 07:47 AM

It could be xvid codec, I have had to use swapuv() too


All times are GMT -5. The time now is 10:09 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.