PDA

View Full Version : Stupid Question making me mad: --> Besweet


Da_Man:maybe
25th May 2004, 22:27
I've got one problem. It is a really stupid one.
Can somebody tell me, how start the Command-Line of Besweet?
When i try to open besweet.exe, i get a window and another pop-up, which tells me that a can download a gui for besweet.

Thx a lot for ya help.

Florian

SallyDog
25th May 2004, 22:36
It is not a stupid question, but it is hard to explain if you do not know what "command line" means.

My advise is to download the gui and play with that.

Da_Man:maybe
25th May 2004, 23:42
i know what the command-line is;
and i would like to use it for making dts-soundfiles from wave-files for a movie dvd.
i have the gui as well, but in it u find no plug-in for dts-dvd.

P0l1m0rph1c
26th May 2004, 00:05
For that, you must have Surcode DTS DVD Pro, which is a commercial app.

Da_Man:maybe
26th May 2004, 10:17
i have Surcode DTS DVD Pro.
but i want to know how to spkit one wave into 6 mono wave files, with the help of the command-line of besweet.

tiki4
26th May 2004, 15:31
Command line for multichannel WAV -> 6 mono WAV:

besweet -core( -input multichannel.wav -output mono.wav -6ch -logfile BeSweet.log )

tiki4

DSPguru
26th May 2004, 16:47
http://dspguru.doom9.org/cli.html

Da_Man:maybe
26th May 2004, 19:06
Thx first of all for the help;

but i think i'm may be really stupid, because where do i have to write the command-line tiki4 has posted?
that i think is my main problem?

KpeX
26th May 2004, 19:16
WindowsXP/2K: Start > run > cmd

Win9x/ME: Start > run > command

One of these should open a commandline window for you to use BeSweet's cli interface.

SallyDog
26th May 2004, 19:19
Originally posted by KpeX
WindowsXP/2K: Start > run > cmd

Win9x/ME: Start > run > command

One of these should open a commandline window for you to use BeSweet's cli interface.

Just make sure besweet and "multichannel.wav" are in the same folder if you use Tiki's command line as is.

SallyDog
26th May 2004, 19:20
opps

Da_Man:maybe
27th May 2004, 00:39
thx guys