Log in

View Full Version : Format Not Supported in CCE


xmariox
15th December 2001, 00:19
Hi there!

I got a strange error. After ripping a few dvds without any problems this time CCE crashed stating:

"Frame rate 2997/250 not supported. Supported frame rate are 23.976, 24, 25, 29.97, 30, 50, 59.94, 60."

I tried my AviSynth_Script_file.avs File with WindowsMPlayer and it works there. This is the file:

LoadPlugin("D:\PROGRA~1\DVD2SVCD\MPEG2Dec\MPEG2DEC.dll")
LoadPlugin("D:\PROGRA~1\DVD2SVCD\INVERS~1\INVERS~1.DLL")
mpeg2source("E:\DVD2AVI_Project_file.d2v")
Trim(1,0)
InverseTelecine(40,10,15)
BiCubicResize(480,480,0.00,0.75)
ResampleAudio(44100)

My DVD2AVI_Project_file.d2v file says:

DVD2AVIProjectFile
4
15 E:\VTS_01_1.vob
15 E:\VTS_01_2.vob
15 E:\VTS_01_3.vob
15 E:\VTS_01_4.vob

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=1
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,3,730C4

29970 <--??? is this right? I croped the 0 in the end but it also wont work :(

Can anyone possibly help me with that?
Thanks
mario

markrb
15th December 2001, 01:41
Are you using DVD2SVCD? What version? Post you DVD2SVCD log file.

Mark

xmariox
15th December 2001, 14:07
Heya :)

I'm using version DVD2SVCD 1.0.4 build 2.

Here's my log:

Key found: C000000AF1
--------------------------------------------------------
- 14.12.2001 08:27:12
- DVD to SVCD Conversion
- DVD2SVCD ver. 1.0.4 build 2
--------------------------------------------------------
Initializing
Initializing finished.

--------------------------------------------------------
- 14.12.2001 08:27:15
- Free on drive E: 12096.07 mb
- Internal rip
--------------------------------------------------------
Preparing vobfiles to be ripped:
- I:\VIDEO_TS\VTS_01_1.vob
- I:\VIDEO_TS\VTS_01_2.vob
- I:\VIDEO_TS\VTS_01_3.vob
- I:\VIDEO_TS\VTS_01_4.vob

Ripping: I:\VIDEO_TS\VTS_01_1.vob
Ripping: I:\VIDEO_TS\VTS_01_2.vob
Ripping: I:\VIDEO_TS\VTS_01_3.vob
Ripping: I:\VIDEO_TS\VTS_01_4.vob
Ripping finished. Speed: 2095

--------------------------------------------------------
- 14.12.2001 08:59:48
- DVD2AVI
--------------------------------------------------------
Creating DVD2AVI INI file:
- E:\DVD2AVI.INI

Variable settings:
iDCT_Algorithm: 32-bit SSE MMX

Executing DVD2AVI.
Creating DVD2AVI project file.
Closing program
Analyzing DVD2AVI Project file
Hybrid Film activated. IVTC will beformed and will slow down the entire process!
Framerate: 29970
DVD2AVI processing done.

--------------------------------------------------------
- 14.12.2001 09:05:06
- Free on drive E: 8103.93 mb
- AUDIO Extraction
--------------------------------------------------------
Found AC3 stream id: 0x80
Filename: E:\Extracted_audio_stream_1.ac3
Audio extraction finished.

--------------------------------------------------------
- 14.12.2001 09:10:38
- Free on drive E: 7984.03 mb
- AUDIO conversion
--------------------------------------------------------

Downmixing AC3 Stream. Filename: E:\Extracted_audio_stream_1.ac3
Autodetecting Azid dB Gain offset
Executing Azid. Commandline:
"D:\Programme\DVD2SVCD\Azid\azid.exe" -c normal -g30db -N -L -3db "E:\Extracted_audio_stream_1.ac3" "E:\DownmixedAudioSt1-48KHz.wav" >"E:\Azid.log"
Autodetection of dB offset finished
Gain offset: 7.30dB
Executing Azid. Commandline:
"D:\Programme\DVD2SVCD\Azid\azid.exe" -c normal -g7.30db -L -3db "E:\Extracted_audio_stream_1.ac3" "E:\DownmixedAudioSt1-48KHz.wav"
Downmixing of E:\Extracted_audio_stream_1.ac3 finished.

Wav downsampling. Quality: Ultra high
Audio delay: 0 ms
Downsampling 48000 -> 44100 and adjusting audio delay.
Wav Conversion Finished

Encoding wav file to mp2.
Executing tooLame. Commandline:
"D:\Programme\DVD2SVCD\tooLame\toolame.exe" -m s -b 224 -e "E:\FinalAudioSt1.wav" "E:\Encoded_audio_stream_1.mp2"
Audio conversion finished.

When I try a crash recovery the log says this:

--------------------------------------------------------
- 15.12.2001 14:03:47
- DVD to SVCD Conversion
- DVD2SVCD ver. 1.0.4 build 2
--------------------------------------------------------
Initializing
Initializing finished.

--------------------------------------------------------
- 15.12.2001 14:03:49
- Free on drive E: 7942.70 mb
- Crash Recovery
- Restarting from: Video encoding
--------------------------------------------------------
- 15.12.2001 14:03:50
- Free on drive E: 7942.70 mb
- Video Encoding
--------------------------------------------------------
OK
Closing program
OK
Program Handle not found, terminating program.
OK
Program Handle not found, terminating program.
OK
Program Handle not found, terminating program.
OK
Program Handle not found, terminating program.
Error cannot save CCE project file. Tried 5 times.

Sound pretty much like in this threat http://rilanparty.com/vbb/showthread.php?s=&threadid=11085

But my *.avs file plays fine in Media Player

Any ideas?
Thanks and greets
mario

PS: I tried DVD2SVCD ver. 1.0.5 build 1 now too but it gives me the same strange errors with the framerate :(