Now, another audio problem.
I encode audio with BeSweet and multiplex audio and video con MPlex, but the final .mpg not sound.
What is the comand than I must use for transconding audio based in
mp2enc?
I use this command line for BeSweet:
Code:
BeSweet -core( -input "%dirMovie%\%nameMovie%.ac3" -output "%dirMovie%\%nameMovie%.mp2" -be ) -azid( -c normal -L -3db ) -ota( -g max -d %delay% ) -ssrc( --rate 44100 ) -mp2enc( -m d -b 128 -e ) -profile( ~~~~~ Maurus Profile ~~~~~ )
And this one for multiplex:
Code:
mplex -f 5 -V "%dirMovie%\%nameMovie%.mp2" "%dirMovie%\%nameMovie%.m2v" -o "%dirMovie%\%nameMovie%.mpg"
It is correct?
Can someone post here the command lines than it use for both encode audio MP2 and multiplex?
Thanks.
-Maurus