Log in

View Full Version : DVD2SVCD Crashes


ichibanboy
22nd December 2004, 15:52
I have attempted to find a similar post on this exact subject but have failed. I apologize if this an over visited issue, but alas I searched and read and searched and read. I have four machines running DVD2SVCD and have been experiencing a computer reset issue with two of the machines at the very same spot (so it seems) in the dvd2svcd_log.txt file which I will copy to this post.

Thank you!

My Machines are using a

Machine 1:
ECS K7S5A Main board
AMD 2400 +
512 MB DDR
Windows XP PRO

Machine 2:
ECS K7S5A Main board
AMD 2000
512 MB PC133
Windows XP Pro

During the conversion process both machines restart (or crash.

The Log file for Machine 1 is as follows:
WNASPI32.DLL 4.6.0.1021
--------------------------------------------------------
- 12/21/2004 11:14:48 PM
- DVD to SVCD Conversion
- DVD2DVD ver. 1.2.2 build 3
--------------------------------------------------------
Initializing
WARNING! You seem to be using "Norton Unerase Protection" and
you want to delete the temporary files created by dvd2svcd.
This can cause DVD2SVCD problems. Even though DVD2SVCD deletes
the temporary files, Norton doesn't, therefore DVD2SVCD
might run into diskspace problems. I suggest that you stop the
"Norton Unerase Protection" Service.
- G:\Shared Video 2\BOB D2\VTS_01_0.IFO
- G:\Shared Video 2\BOB D2\VTS_01_1.vob
- G:\Shared Video 2\BOB D2\VTS_01_2.vob
- G:\Shared Video 2\BOB D2\VTS_01_3.vob
- G:\Shared Video 2\BOB D2\VTS_01_4.vob
- G:\Shared Video 2\BOB D2\VTS_01_5.vob
- G:\Shared Video 2\BOB D2\VTS_01_6.vob
- G:\Shared Video 2\BOB D2\VTS_01_7.vob
Initializing finished.

--------------------------------------------------------
- 12/21/2004 11:14:51 PM
- DVD2AVI
--------------------------------------------------------
Creating DVD2AVI INI file:
- C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.INI

Variable settings:
iDCT_Algorithm: 32-bit SSE MMX

Executing DVD2AVI.
Executing DVD2AVI. Commandline:
"C:\Program Files\DVD2SVCD\DVD2AVI\DVD2AVI.exe" -CS=2 -YR=1 -OM=0 -EXIT -OF=[G:\Shared Video 2\BOB D2\2\DVD2AVI_Project_file] -IF=[G:\Shared Video 2\BOB D2\VTS_01_1.vob,G:\Shared Video 2\BOB D2\VTS_01_2.vob,G:\Shared Video 2\BOB D2\VTS_01_3.vob,G:\Shared Video 2\BOB D2\VTS_01_4.vob,G:\Shared Video 2\BOB D2\VTS_01_5.vob,G:\Shared Video 2\BOB D2\VTS_01_6.vob,G:\Shared Video 2\BOB D2\VTS_01_7.vob]
Analyzing DVD2AVI Project file
Hybrid Film activated. IVTC will be applied and will slow down the entire process!
Framerate: 29970
DVD2AVI processing done.

--------------------------------------------------------
- 12/21/2004 11:17:39 PM
- Free on drive G: 34216.43 mb
- AUDIO Extraction
--------------------------------------------------------
Found AC3 stream id: 0x80
Filename: G:\Shared Video 2\BOB D2\2\Extracted_audio_1.ac3

Audio1 delay: -67 ms
Audio extraction finished.

--------------------------------------------------------
- 12/21/2004 11:20:29 PM
- Free on drive G: 33873.04 mb
- AUDIO conversion
--------------------------------------------------------

Encoding Audio. Filename: G:\Shared Video 2\BOB D2\2\Extracted_audio_1.ac3
Executing BeSweet. Commandline:
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "G:\Shared Video 2\BOB D2\2\Extracted_audio_1.ac3" -output "G:\SHARED~1\BOBD2~1\2\Encoded_audio_1.mp2" -logfile "G:\SHARED~1\BOBD2~1\2\Encoded_audio_1.log" ) -azid( -L -3db -C 0db -S 0db -c normal -s surround -g max ) -ota( -d -67 ) -2lame( -e -b 192 -m s )

The Encoded_audio_1.log for Machine 1 is as follows:
BeSweet v1.5b26 by DSPguru.
--------------------------
Using azid.dll v1.9 (b922) by Midas (midas@egon.gyaloglo.hu).
Using MP2enc.dll v1.129 (23/5/2002), Engine 1.129 <http://www.cdex.n3.net>.

Nick
22nd December 2004, 18:30
This is almost certainly a hardware issue.
Look at Q53 of the Q+A sticky and try the tools linked to test system stability.

BeSweet and CCE load your system to the limit, so even if it runs solid as a rock when running resource-light programs like office suites, any minor flaw will show straight up under this sort of loading.

Flaky RAM or CPU are common, or it may be a cooling issue. When the system resets, go into the BIOS and look at the hardware monitor. If CPU temp is off the scale, you've found your problem.

jsoto
22nd December 2004, 20:46
Mmmm, do both machines crash at the same point with the same DVD?
If yes, is BeSweet able to find the max gain and start transcoding?

Try writting a bat file pasting the BeSweet command line and see what happens

"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "G:\Shared Video 2\BOB D2\2\Extracted_audio_1.ac3" -output "G:\SHARED~1\BOBD2~1\2\Encoded_audio_1.mp2" -logfile "G:\SHARED~1\BOBD2~1\2\Encoded_audio_1.log" ) -azid( -L -3db -C 0db -S 0db -c normal -s surround -g max ) -ota( -d -67 ) -2lame( -e -b 192 -m s )


jsoto