AVISynth Premiere 6.5 Errors
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
AVISynth Premiere 6.5 Errors
Here is an interesting one for you guys. I've been edting with an AVS script with all the filters commented out. When I go to export the final video, I uncomment the filters and refreshed them in Premiere 6.5. When I opened my timeline I noticed two major changes to the project...
1) One of my AVS files read as only being 00:00:10:00 instead of 01:05:23:14 and all cuts using that clip were chopped to one second of black footage.
2) Another file shows the following error message:
Evaluate: System Exception - Access Violation
The first is not that much of a problem since I used it once but it would be if it happened to one of my more extensively used files. The second boggles my mind since I edited with it fine and it only did this upon removal of the '#' in front of all my filters. It opens fine in VDubMod so I don't have a clue.
1) One of my AVS files read as only being 00:00:10:00 instead of 01:05:23:14 and all cuts using that clip were chopped to one second of black footage.
2) Another file shows the following error message:
Evaluate: System Exception - Access Violation
The first is not that much of a problem since I used it once but it would be if it happened to one of my more extensively used files. The second boggles my mind since I edited with it fine and it only did this upon removal of the '#' in front of all my filters. It opens fine in VDubMod so I don't have a clue.
- Shazzy
- Joined: Sat Jun 12, 2004 8:15 pm
- Location: The Universe
- Contact:
Are you using DirectShowSource?
AMV guides for Mac users
DOWNLOAD THIS AMV
DOWNLOAD THIS AMV
Quarter-life crisis: a sense that everyone is, somehow, doing better than you.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
For the love of... You all have seen this script before. Yes, this is for the same AMV my last four help threads have been for.
This is the access error one. The other I just reimported and picked out the same cuts.
SetMemoryMax(26)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("C:\AMV_SOURCES\CARDCAPTORMOVIE2\sakuramovie2.d2v")
TFM(d2v="C:\AMV_SOURCES\CARDCAPTORMOVIE2\sakuramovie2.d2v", PP=0)
TDecimate(mode=1)
TComb()
ConvertToYV12()
deen("w2d",3,5,7)
temporalcleaner()
WarpSharp()
Fastlinedarken()
tweak(sat=1.3, cont=1.0, hue=2)
Crop(16,16,-16,-16)
LanczosResize(640,360)
ConvertToRGB32()
AssumeFPS(24)
And any suggestions for a crashing premiere when exporting? I have all the scripts at 26 for the memory and I'm using 11 scripts. I've tried closing everything non system on my PC and freed up 653MB but the damn thing keeps crashing.
This is the access error one. The other I just reimported and picked out the same cuts.
SetMemoryMax(26)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC.dll")
mpeg2source("C:\AMV_SOURCES\CARDCAPTORMOVIE2\sakuramovie2.d2v")
TFM(d2v="C:\AMV_SOURCES\CARDCAPTORMOVIE2\sakuramovie2.d2v", PP=0)
TDecimate(mode=1)
TComb()
ConvertToYV12()
deen("w2d",3,5,7)
temporalcleaner()
WarpSharp()
Fastlinedarken()
tweak(sat=1.3, cont=1.0, hue=2)
Crop(16,16,-16,-16)
LanczosResize(640,360)
ConvertToRGB32()
AssumeFPS(24)
And any suggestions for a crashing premiere when exporting? I have all the scripts at 26 for the memory and I'm using 11 scripts. I've tried closing everything non system on my PC and freed up 653MB but the damn thing keeps crashing.
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
- Melanchthon
- Joined: Thu Sep 02, 2004 11:12 am
Yeah, but do the errors go away if you comment it out? If they don't, then you can keep Deen. If they do, then you can look into other filters and see if one of those does the job. TBilateral works well with anime and I've found it to be especially good at combating mosquito noise. The default settings will likely be a little strong, so start with lowering the iDevL parameter.Krisqo wrote:I could try that, but deen is necessary for many of my scripts to look good (CCS is not that good to begin with)