Log in

View Full Version : Besweet Downsamplingrate SSRC problem


PFM
6th February 2002, 22:16
Hello

Can you tell me where i'm wrong. I want to make an AC3->WAV conversion in Besweet with SSRC downsampling to 44.1 khz

"e:\besweet\BeSweet.exe" -core( -input "g:\movie\english.ac3" -output "g:\movie\english.wav" -2ch ) -ota( -g max ) -azid( -z1 -b1 ) -ssrc( )


I got a .wav but with a samplerate of 48 khz. It's like ssrc( ) was ignored.


Besweet 1.1, Besweet Gui 0.6 beta 15

PS:In batch mode even if i ask a wave-stereo in output, i obtain an mp3

Thank's for your help

ChristianHJW
6th February 2002, 22:40
...something must be wrong with ssrc commands ... ssrc() will tell it nothing ?

DSPguru
7th February 2002, 07:04
downsampling to 44100 command is : -ssrc( --rate 44100 ).
stereo wav switch is : -core( -2ch )