digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Error at end of encode? (http://www.digitalfaq.com/archives/avisynth/13631-avisynth-error-end.html)

kvcdexplorer 06-28-2005 03:44 PM

Avisynth: Error at end of encode?
 
I encoded my movie but i get the finished mpeg file to my wanted destination, everything plays fine up untill the end i get a black screen with letters that say:

AVISYNTH: caught an access violation at 0x02757118,
attempting to read from 0x0650b000

this happens right before 8 minutes left for the movie to be over,
very weird since i never get this error.

Anyone have a solution to this because the encode came out rather good and i dont wanna re-encode all over. thanks :D

rds_correia 06-28-2005 03:51 PM

Hi :),
Sorry but there's no decent solution to your problem.
You'll have to reencode the movie or cut the "avisynth message" part of the movie :(.
Tell us all.
Post your Avisynth version, script used, DVD2AVI used, encoder used, etc...
Also, please post the filename of the filters inside your avisynth\plugins directory.
Maybe we can help you from happening again.
BTW, this is not an AVI you are encoding is it?
Worst, this is not a DivX or XviD is it?
Cheers

Dialhot 06-28-2005 03:54 PM

Which avisynth version ? A solution can be to change it.

kvcdexplorer 06-28-2005 04:08 PM

Quote:

Sorry but there's no decent solution to your problem.
You'll have to reencode the movie or cut the "avisynth message" part of the movie .

Well i actually wanted that part of the movie, Watch a movie without it's ending :( :?: :?

Quote:

Post your Avisynth version, script used, DVD2AVI used, encoder used, etc...
Also, please post the filename of the filters inside your avisynth\plugins directory.
Avisynth 2.5
dvd2avi 1.77.3
tmpgenc 2.524.63.81
script:
Code:

AviSource("c:\videos\Video.avi")
LegalClip()
GripCrop(352, 240, source_anamorphic=false)
GripSize(resizer="BicubicResize")
Convolution3D(preset="movieLQ")
BlockBuster(method="noise", detail_min=1, detail_max=7, variance=0.5)
GripBorders()
LegalClip()


Dialhot 06-28-2005 04:42 PM

Avisynth 2.5 does not have a lot of meaning.
Last official is 2.5.5. Last betas are 2.5.6.

Gripfit is know for giving a lot of avisynth error, that's why "gurus" dropped it a long time ago. You should try without it.

rds_correia 06-28-2005 06:10 PM

For all that I know that AVI can be anything, even a DivX or an XviD.
Try opening the source AVI in VDubMod.
If VDub complains about anything when you open the video, report the error.
There is actually a tool to fix those sources known divxfix.
Anyway, I wonder if you're just using a v2.0x script on an avisynth 2.5.x or if you are running v2.0x filters on an avisynth 2.5.x.
I assume it's the first option.
You see Legalclip is no longer used, there is a new filter called Limiter in avisynth 2.5.x.
But do as Phil says and drop GripFit.
Use FitCD to get you the needed resizing script lines.
Cheers


All times are GMT -5. The time now is 07:29 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.