I'm trying to use avisynth (mpeg2dec plugin) to frame serve to CCE. I've tried this with both CCE 2.25 and 2.5, avisynth 1.04 and 1.05. My avisynth file looks something like this:
LoadPlugin("MPEG2DEC.DLL"
mpeg2source("dvd.d2v"
BicubicResize(480,360,0,0.75)
AddBorders(0,60,0,60)
The avs file did work before; I did a reformat and reinstall and now CCE just crashes after I click "OK" on the avs file in CCE. Any ideas?
Running AthlonXP 1600+, Epox 8kha+, WinXP (also crashed in Win9.
Thanks.
Edit: Forgot to mention, I've loaded the .avs in VirtualDub and TMPEG without problems. CCE is the only thing that is giving an error. In Win98, I get a page fault; in XP, the program simply closes.
<font size=-1>[ This Message was edited by: mikeyboy on 2001-11-05 20:03:06 ]</font>
+ Reply to Thread
Results 1 to 2 of 2
-
-
Sometimes I have also problems to load a avs into CCE. Easiest way is to add an audio command. the avs should look like this:
LoadPlugin("c:\..\MPEG2DEC.DLL")
mpeg2source("d:\..\dvd.d2v")
BicubicResize(480,360,0,0.75)
AddBorders(0,60,0,60)
ResampleAudio(44100)
Do not encode the audio in cce, just add this line.
But do not open this avs in TMPG. It will crash. If you want to open it in TMPG, you have to delete that line again.
There are more ways to make cce accepting avs files, but this one should be the easiest.
Similar Threads
-
CCE, MP4 and AviSynth Error
By Maikeru-sama in forum Video ConversionReplies: 28Last Post: 11th Jun 2008, 04:24 -
CCE, AviSynth and MP4 Question
By Maikeru-sama in forum Video ConversionReplies: 5Last Post: 31st Mar 2008, 11:19 -
MKV, CCE and AviSynth Question
By Maikeru-sama in forum Video ConversionReplies: 10Last Post: 14th Jan 2008, 16:35 -
Matted to anamorphic with aviSynth/CCE?
By Sephiroth666 in forum Newbie / General discussionsReplies: 3Last Post: 7th Jan 2008, 00:00 -
Questions about CCE, H264 and AviSynth
By Maikeru-sama in forum Video ConversionReplies: 18Last Post: 21st Dec 2007, 20:38