inliner
11th July 2002, 10:18
I tried to do some encoding using the MPEG5.1 option, but that crashes BeSweet on startup. I think, I narrowed the problem down to some unwanted parameters in the call of BeSweet. Because I touched the advanced tab of BeSweet -I think that might cause the problem- I get the following call:
BeSweet -core( -input input.ac3 -output inter.aif -6chaiff -logfile audio.log ) -azid( -L -3db -c normal -s surround2 -g max ) -ota( -d -64 ) -ssrc( --rate 44100 )
Whereas in the audio forum I found the following call that then worked for me:
BeSweet -core( -input input.ac3 -output inter.aif -6chaiff ) -ssrc( --rate 44100 ) -ota( -g max )
Afterwards the mpeg mc encoding worked without a problem.
Because this might be a general problem parsing the BeSweet commandline, I thought, it's worth reporting here.
Keep up the great work and this forum :)
PS: Is it really .1 sound? Because in the encoders messages I found nothing on a sub channel.
BeSweet -core( -input input.ac3 -output inter.aif -6chaiff -logfile audio.log ) -azid( -L -3db -c normal -s surround2 -g max ) -ota( -d -64 ) -ssrc( --rate 44100 )
Whereas in the audio forum I found the following call that then worked for me:
BeSweet -core( -input input.ac3 -output inter.aif -6chaiff ) -ssrc( --rate 44100 ) -ota( -g max )
Afterwards the mpeg mc encoding worked without a problem.
Because this might be a general problem parsing the BeSweet commandline, I thought, it's worth reporting here.
Keep up the great work and this forum :)
PS: Is it really .1 sound? Because in the encoders messages I found nothing on a sub channel.