Here are my setting I am using.
loadplugin("E:\Programs\avisynth\mpeg2dec.dll")
v=mpeg2source("D:\star wars ep1.d2v")
a=wavsource("D:\star wars ep1 AC3 T01 3_2ch 448Kbps 48KHz.wav")
audiodub(v,a)
bicubicresize(480,360)
addborders(0,60,0,60)
trim(0,161289)
#ResampleAudio(44100) # CCE 2.5 'crashfix' for Athlons
I am ripping a dvd and making a svcd.
It keeps freezing the program around half way through. My system is
amd 1300 athon
512 Ram
what else would you need to know?
Thanks in advance.
+ Reply to Thread
Results 1 to 8 of 8
-
localfinesse
-
Dont think it is going to fix your problem, but it appears by your settings you arent encoding audio..so then why the need for these lines.
a=wavsource("D:\RatRace AC3 T01 3_2ch 448Kbps 48KHz.wav")
audiodub(v,a)
I would also suggest using the 16-235 luminance, 8 DC precision, zigzag, add sequence end code, & upper field first, (if you are doing NTSC DVDs which it appeasr by your settings you are). Those are just suggestions that I feel would improve your quality, or at least give most potential for quality. They shouldnt be causing the problem, but you never know with CCE.
76% would be just at the beginning of the 4-pass. You could try 3-pass to verify, to see if you get the same error. If so, the error should occur at ~66% of 3-pass. Hope that helps. -
It errors at anytime. It has done it at 11% 20% ....
I am following this guide.
CCE 2.5 SP DVD frameserving with Avisynth
http://forum.vcdhelp.com/viewtopic.php?t=78221localfinesse -
Try updating your Avisynth.dll.
That has helped alot of CCE users with freeze problems.
Current version is 1.07d, you prolly have 1.05.
Might help.- Twin - -
The only thing I can se that might cause your problem is you weard Mulitpass/bitrate settings. If you really want to use avg. rate at 2592, and max at 2592 then why use mulltipass? So tried either just encode it with one pass or change your settings. If it is Episode i you're encoding i would use avg at 2259 audio at 224, think that will get it on 3 cd's. Or 1540 2cd's. audio at 160.
frotsen
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