View Full Version : CCE error on second pass


The Belgain
4th September 2003, 09:16
Converting an avi file to DVD, I get a confusing error from CCE at the start of the second pass of encoding (ie it does the analysing pass fine, but not the video encoding one). This is the error:

AVIFileOpen("C:\DVD\AviSynth_Script_file.avs") : According to the registry, the type of file specified in AVIFileOpen does not have a handler to process it.


I don't know why it is doing this since I have already done an avi to DVD conversion with DVD2SVCD and it worked fine (1 pass multipass with CCE). The only difference is that the last movie I did was XviD and this one is DivX 3.11 SBC. I've checked the avs script and it plays fine in WMP. Any ideas?

Here is the log file:


WNASPI32.DLL 4.6.0.1021
--------------------------------------------------------
- 04/09/2003 01:09:45
- AVI to SVCD Conversion
- AVI2DVD ver. 1.2.1 build 2
--------------------------------------------------------
Initializing
- C:\DVD\LOTR - FOTR.avi
Initializing finished.

--------------------------------------------------------
- 04/09/2003 01:09:48
- Free on drive C: 29348.87 mb
- AUDIO Extraction
--------------------------------------------------------
Audio extraction finished.

--------------------------------------------------------
- 04/09/2003 01:11:34
- Free on drive C: 29164.78 mb
- AUDIO conversion
--------------------------------------------------------
--------------------------------------------------------
- 04/09/2003 01:11:36
- Free on drive C: 29164.77 mb
- AUDIO conversion
--------------------------------------------------------

Converting MP2 to WAV. Filename: C:\DVD\Extracted_audio_1.mpa
Executing MADPlay (mp2 to wav). Commandline:
"C:\Program Files\DVD2SVCD\MADPlay\madplay.exe" --quiet --output=wave:"C:\DVD\Encoded_audio_1.mp2.wav" "C:\DVD\Extracted_audio_1.mpa"
Conversion (mp2 to wav) of C:\DVD\Extracted_audio_1.mpa finished.


Encoding Audio. Filename: C:\DVD\Extracted_audio_1.mpa
Executing BeSweet. Commandline:
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "C:\DVD\Encoded_audio_1.mp2.wav" -output "C:\DVD\Encoded_audio_1.mp2" -logfile "C:\DVD\Encoded_audio_1.log" ) -ota( -g max ) -shibatch( --rate 48000 ) -2lame( -e -b 192 -m s )
Audio conversion of C:\DVD\Extracted_audio_1.mpa finished.

Audio conversion finished.

--------------------------------------------------------
- 04/09/2003 01:25:34
- Free on drive C: 26938.53 mb
- Video Encoding using Cinema Craft
--------------------------------------------------------

Executing Cinema Craft Encoder.
StreamSectors: 4546875788
AudioSectors: 258984236
VideoPAPO: 66421728
ScanOffsetBytes: 382659
SeqAligningBytes: 24320105
DVDBytes: 0
VideoEndHeader: 4
SubtitleSectors: 0
EmptySectors: 238.00
PictureSectors: 0.00
PureMPEGStream: 4196767055.67
Seconds: 10647.06
CalcMPEGStream: 4196767055.67
Frames: 255106
CDSize: 4350.00
Number of CDs: 1
Cut point 4346.00
Variable Settings:
Frames: 255106
Anti Noise Filter: Off
Passes: 1
Image Quality: 17
VAF file creation: On
Video Encoding Mode: Multipass VBR
Min. bitrate: 2000
Max. bitrate: 9000
Avg. Bitrate: 3153
Aspect Ratio: 16:9 (borders added, encoded as 4:3)

---AVS Begin---
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
AVISource("C:\DVD\LOTR-F~1.AVI",False)
ConvertToYUY2()
BilinearResize(720,276)
AddBorders(0,102,0,102)
ConvertToYUY2()
----AVS End----

KYUSS
6th September 2003, 09:26
see the thread about cce crash m8

it seems a few people are getting this too