Log in

View Full Version : Problems merging 2 ogg files using besweet (batch mode or list.lst)


curna
1st April 2003, 00:12
Hi, I have a DVD with two PCM files and I am trying to encode both of them to OGG and have only one file.

I've tried the following:

1- Use batch mode from besweet v1.5b16, but the problem is that besweet closes itself without doing anything (using Besweet GUI 0.6b73). The logfile is the following one:


Logging start : 04/01/03 , 00:46:17.

c:\Program Files\GordianKnot\BeSweet\BeSweet.exe -core( -input C:\Program Files\GordianKnot\BeSweet\~temp.lst -output e:\VTS_03_1 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.ogg -logfilea C:\Program Files\GordianKnot\BeSweet\BeSweet.log ) -ota( -d -66 -hybridgain ) -ogg( -q 0.600 )

[00:00:00:-66] +------- BeSweet -----
[00:00:00:-66] | Input :
[00:00:00:-66] | Output: e:\VTS_03_1 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.ogg
[00:00:00:-66] | Floating-Point Process: Yes
[00:00:00:-66] | PostGain normalize to : 0.97
[00:00:00:-66] | Source Sample-Rate: 48.0KHz
[00:00:00:-66] +-------- OGG --------
[00:00:00:-66] | VBR Quality : 0.600
[00:00:00:-66] +---------------------


2- Create my own list.lst file and use it (using Besweet GUI 0.6b73). The log file is:


Logging start : 04/01/03 , 00:49:30.

c:\Program Files\GordianKnot\BeSweet\BeSweet.exe -core( -input e:\list.lst -output e:\list.ogg -logfilea C:\Program Files\GordianKnot\BeSweet\BeSweet.log ) -ota( -d -66 -hybridgain ) -ogg( -q 0.600 )


[00:00:00:000] +------- BeSweet -----
[00:00:00:000] | Input : e:\list.lst
[00:00:00:000] | Output: e:\list.ogg
[00:00:00:000] | Floating-Point Process: Yes
[00:00:00:000] | Source Sample-Rate: 48.0KHz
[00:00:00:000] +-------- OGG --------
[00:00:00:000] | VBR Quality : 0.600
[00:00:00:000] +---------------------

same and the list.lst file is:


E:\VTS_03_1 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.PCM
E:\VTS_03_2 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.PCM


3- Execute Besweet from the command line.

The results where the same ones from above.

4- Encode both ogg files separetly (there were no problems) and try to join them using the following list and the command line:

E:\VTS_03_1 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.ogg
E:\VTS_03_2 - 0xA0 - Audio - LPCM - 2ch - 48kHz - 16bit - Svenska - DELAY -66ms.ogg



besweet.exe -core( -input e:\list.lst -output e:\list.ogg -payload )


The result I get is:

Error 32: No input data was found (wrong substream?)

And I can assure you that both ogg files are in e:




If somebody have a clue as to how can I finally get just 1 ogg file from this 2 PCM files I would be very grateful.