PDA

View Full Version : besweet bug ?


Cidici
8th July 2002, 11:08
i captured a tvshow from the vcr with virtualdub and with this encoders :
- picvideo mjpeg for the video
- pcm 22khz 16bit stereo for the audio

when i try to convert this avi to svcd with dvd2svcd (avi2svcd) besweet crashes during the maximum gain search, with a gpf on ssrc.dll

the dvd2svcd version im using is 1.0.9b3 with besweet 1.4b12

ps i've seen that a new besweet version is out, i'll try it and report if it works...

UPDATE : it crashes too :/

DSPguru
8th July 2002, 11:27
you didn't post your logfile, but i can only guess that your commandline includes something like '-ssrc( --rate 48000 )'.
i suggest that you remove this part from your commandline.
if your source-file is 22khz, let the mp2 be the same.

Dg.

Cidici
8th July 2002, 16:57
i checked the dvd2svcd log and you are right, there's
-ssrc( --rate 44100) while my file is 22khz so probably the crash is due to this setting. the strange fact is that it doesnt crash immediately but only after ~40sec

so now i know that dvd2svcd doesnt check if the audio in the avifile is != 44khz :-)