Log in

View Full Version : ogg-input in besweet


Landkaffee
10th March 2003, 19:19
i wanted to make an svcd out of one of my ogm-files. I therefore demuxed the ogg-stream with virtualdubmod and tried to convert it to mp2 or at least wav with besweet 1.516 and gui0.671. but no matter what format I try to convert it to, besweet crashes producing 0kb files and not even a log. the ogg-file plays fine in winamp. does anyone know what I'm doing wrong (or have I found a bug)?

command line
"C:\BeSweetv1.4\BeSweet.exe" -core( -input "d:\CD\bb.ogg" -output "d:\CD\bb.wav" -2ch ) -ota( -d 0 ) -profile( ~~~~~ Default Profile ~~~~~ )

dTb
11th March 2003, 03:28
I've had the same problem with BeSweet v1.5b12 but I haven't reported it yet as I thought it may have been fixed in the latest version but it seems not. I just used OggDropXPd to decode the ogg to wav and then encoded with BeSweet.

DeXT
11th March 2003, 17:13
Be sure to put libvorbis.dll in besweet directory (the package is available at dspguru's homepage), otherwise it will crash if it cannot find it. You also need to have installed the Ogg Directshow filters.

tiki4
11th March 2003, 18:16
Sorry,

AFAIK BeSweet does not support Ogg Vorbis INPUT at the moment. Your best chance to decode is Winamp /w disc writer plugin, or any command line ogg vorbis decoder (from the Win32 SDK) or you use Graphedit and the OggDS filters by chaining 'Ogg Demultiplexer' with 'Vorbis Decoder' into 'WAVDest' and the 'FileWriter'.

Happy Vorbis decoding!

tiki4

DSPguru
11th March 2003, 18:41
Originally posted by tiki4
Sorry,

AFAIKsorry, tiki. wrong this time.. ;)

@Landkaffee
read Q1 in the BeSweet FAQ.

Landkaffee
12th March 2003, 00:32
Thanks a lot for your replies. The graphedit-method worked just fine.

@DSPguru
Oops, Sorry. For some reason I had switched off log-files.

BeSweet v1.5b16 by DSPguru.
--------------------------
Using Ogg Vorbis v1.0 dlls (http://www.vorbis.com).

Logging start : 03/11/03 , 23:50:58.

C:\BeSweetv1.4\BeSweet.exe -core( -input d:\a.ogg -output d:\a.wav -2ch -logfile C:\BESWEETGUIV0.6B71\BeSweet.log ) -profile( ~~~~~ Default Profile ~~~~~ )

[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : d:\a.ogg
[00:00:00:000] | Output: d:\a.wav
[00:00:00:000] | Floating-Point Process: No
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +---------------------

tiki4
12th March 2003, 09:08
@Dg:

Oops,

have to try that when I'm home :D

tiki4