PDA

View Full Version : BeSweet Command-line


pacohaas
16th January 2002, 02:23
-core( -input "D:\audio\Extracted_audio_1.ac3" -output "D:\audio\Encoded_audio_1.mp2" ) -azid( -c normal -g max -L -3db ) -ota( -g max ) -ssrc( --rate 44100 ) -2lame( -e -b 192 -m j )just wondering why -g max is being used in azid() and in ota()

seems to me that it should only be used in azid, and then only if the user clicked "Autodetect azid gain"

-ota() should probably only be used for delaying the audio and/or NTSC to PAL conversion.

DSPguru
16th January 2002, 19:22
normalize is normalize.
doesn't matter where "-g max" is written (Azid/Ota), it sets the same flag ;)

pacohaas
17th January 2002, 04:36
right, exactly the reason it's not needed twice, i guess it's no big deal.

pacohaas
17th January 2002, 19:56
here's why I mentioned it:-core( -input "D:\audio\Extracted_audio_1.mpa" -output "D:\audio\Encoded_audio_1.mp2" ) -ota( -g max -r 29970 29950 ) -ssrc( --rate 44100 ) -2lame( -e -b 224 -m s )this is without the Autodetect azid gain checked. It just seems to me that the -g max is set in the -ota() section no matter what.

This is with AVI2SVCD by the way, my first attempt at this, seems pretty cool, keep up the good work.