Log in

View Full Version : CCE FAQ Discussion


Pages : 1 [2]

tebugg
5th October 2012, 03:25
dont mean to bring up this old thread, but i have a question about cce sp3. i keep getting the "out of memory" error at the start of the 2nd pass. i am using avs script to feed sp3 the info. also it is happening when i use a HD source as is something thats in mkv container with atleast 720p resolution. my avs script has "spline36resize(720,480)" so it is already doing the resize for sp3 but i still get the error at start of 2nd pass. is anyone else having this issue?

thank you.

kolak
6th October 2012, 00:40
You're using an old version- crashes with avisynth scripts were fixed long time ago.
If you have latest version than it's rather your script/avisynth problem.

tebugg
6th October 2012, 02:44
You're using an old version- crashes with avisynth scripts were fixed long time ago.
If you have latest version than it's rather your script/avisynth problem.

you are right, i was using an older version. thank you for replying.

subair37
29th December 2013, 10:42
Hi Friends

Please help i am getting audio sync error when using cce sp3 , please help me to sort this out..............

Guest
29th December 2013, 17:17
We're going to need a lot more details than you have provided. Please open a new thread about it. This is a FAQ thread.

szabi
5th January 2014, 09:17
Hi

I have DV-AVI source which I want to encode DVD.
Canopus ADVC-1394 was used for it.
Canopus DV Codec (http://www.videohelp.com/tools/Canopus-DV-Codec) is installed to the system.
For editing and deinterlacing an AVS file is created.
I try to load this AVS file to CCE SP3.
Unforunately various problems occur.
Once, this source can not be loaded.
Other case AVS is loaded but after few second, minutes of encoding start it crashes.
This time I got this log file:
14/01/05 08:52:11.072 Video output file: D:\myvideo.m2v
14/01/05 08:52:11.072 Video info file: D:\myvideo.vaf
14/01/05 08:52:11.072 Log file: D:\myvideo.txt
14/01/05 08:52:14.363 biCompression = YV12
fccHandler = YV12
14/01/05 08:52:14.377
<< Codec info >>
Name: XVID
Description: Xvid MPEG-4 Codec
Driver: C:\Windows\SYSTEM32\xvidvfw.dll

14/01/05 08:52:17.565 biCompression = YV12
fccHandler = YV12
14/01/05 08:52:17.578
<< Codec info >>
Name: XVID
Description: Xvid MPEG-4 Codec
Driver: C:\Windows\SYSTEM32\xvidvfw.dll

14/01/05 08:52:17.582 imp processor: 3 -> 2
14/01/05 08:52:17.630 exp processor: 5 -> 4

I do not understand why it is trying to use xvid codec instead of canopus DV codec?

Also i tried to start frameserver by virtualdub, but CCE can not load it.
Do you have any idea for solution?

bigotti5
5th January 2014, 10:31
Post your avs

szabi
5th January 2014, 14:34
Hi

Here:
SetMemoryMax(512)
SetMTMode(5, 6)
a=AVISource("D:\myvideo01.avi",fourCC="CDVC")
b=AVISource("D:\myvideo02.avi",fourCC="CDVC")
c=AVISource("D:\myvideo03.avi",fourCC="CDVC")
a+b+c
ConvertToYV12(interlaced=true)
SetMTMode(2)
Trim(0,271833).FadeOut(25)+Trim(272157,547882).FadeIO(25)+Trim(547917,668930).FadeIO(25)
Trim(0,215380).FadeOut(25)#1st disc end:Frame 215380 (2:23:35.200)
#Trim(215381,443113).FadeIO(25)#2nd disc end:Frame 443113 (4:55:24.520)
#Trim(443114,0).FadeIn(25)
QTGMC( Preset="Slow", EdiThreads=3, SourceMatch=1, Sharpness=0.3, TR2=1 )
SelectEven()
crop(14, 2, -2, -6)
AddBorders(8,4,8,4)

Also if ffmpgvariant huffyuv avi is saved by virtualdub, it can not be loaded to CCE SP3.

szabi

kolak
5th January 2014, 16:42
It's probably QTGMC problem, specially when it works fine for some time and than crashes. Try using just 1 or 2 cores and check if this works.
In case of heavy processing the best is to render an intermediate file and than do encoding.

szabi
5th January 2014, 21:17
I will try it out.
Thnx.

yup
6th January 2014, 12:34
hi szabi
Try add at end script
ConverttoYUY2()
CCE better work with YUY2 source.
yup.

szabi
8th January 2014, 10:00
I already did the encoding by other encoder.
I gave up fight against CCE.

bye
szabi

kolak
8th January 2014, 21:23
There is nothing wrong with CCE :)

TheSkiller
22nd January 2014, 21:27
You are feeding YV12 into CCE SP3. Not good. It seems the Xvid Codec is requested to convert the color space.

You need to feed YUY2 to CCE.