Log in

View Full Version : Besweet - encoding problem


Agator
6th April 2005, 15:53
Hello!

I have a trouble with Besweet working with Dvd2svcd (1.2.2 build 3). During decoding audio, Besweet is creating file „Encoded_audio_1.wav” (with the same size than created „Extracted_audio_1.wav”). The problem is that this file is unrecognized by any program and any audio player. I tried to decode different divx files, but still get the same.
Have the same results with different Besweet versions. How to solve the problem?


Here you have some logs:


[Encoded_audio_1.log]

BeSweet v1.5b29 by DSPguru.
--------------------------
Using Shibatch.dll v0.24 by Naoki Shibata & DSPguru (shibatch.sourceforge.net).

Logging start : 04/06/05 , 16:03:49.

C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe -core( -input E:\TempDVD\Extracted_audio_1.wav -output E:\TempDVD\Encoded_audio_1.wav -payload -logfile E:\TempDVD\Encoded_audio_1.log ) -ota( -r 14933 23976 )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : E:\TempDVD\Extracted_audio_1.wav
[00:00:00:000] | Output: E:\TempDVD\Encoded_audio_1.wav
[00:00:00:000] +-------- FRC --------
[00:00:00:000] | Source Frame-Rate: 14933
[00:00:00:000] | Dest. Frame-Rate: 23976
[00:00:00:000] +---------------------
[ 375000] Conversion Completed !
[00:00:00:000] <-- Transcoding Duration

Logging ends : 04/06/05 , 16:03:49.



[MPlex_log.txt]

INFO: [???] mplex version 2.0.0 (2.2.3 $Date: 2004/01/13 20:45:26 $)
INFO: [???] File E:\TempDVD\Encoded_Video_TMPGEnc_NTSC.mpv looks like an MPEG Video stream.
**ERROR: [???] File unrecogniseable!
**ERROR: [???] Unrecogniseable file(s)... exiting.


best regards

A.

Kurtnoise
6th April 2005, 19:51
This is due to the wrong FRC maybe...The latest BeSweet beta supports only NTSC to PAl and PAL to NTSC. Use soundtouch command instead of the FRC from ota.

Agator
7th April 2005, 08:47
Originally posted by Kurtnoise13
This is due to the wrong FRC maybe...The latest BeSweet beta supports only NTSC to PAl and PAL to NTSC. Use soundtouch command instead of the FRC from ota.

And which version of Besweet will solve my problem?

A.

Kurtnoise
7th April 2005, 10:39
You have the right BeSweet version. But as I said before, use soundtouch command instead of the FRC from OTA...like this :

C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe -core( -input E:\TempDVD\Extracted_audio_1.wav -output E:\TempDVD\Encoded_audio_1.wav -logfile E:\TempDVD\Encoded_audio_1.log ) -soundtouch( -r 14933 23976 )

Agator
7th April 2005, 13:52
Originally posted by Kurtnoise13
You have the right BeSweet version. But as I said before, use soundtouch command instead of the FRC from OTA...like this :

How to do it in dvd2svcd? Should I edit Besweet DD-Profiles.ini replacing all "ota" to "soundtouch"?

A.

Kurtnoise
7th April 2005, 15:49
mmmh yes. Just try it...;)

Agator
7th April 2005, 18:40
Ok, thank you for help.

A.

Agator
8th April 2005, 12:12
I changed this .ini file, but dvd2svcd is still using -ota switch. I've checked, that there are no such a switch in any other files.
Strange, but before my windows reinstall everything worked well...

A.