The following line in DIKO gave me dialog vocal sound level too low when converting AVI with MP3:
Code:
besweet\besweet.exe -core( -input E:\TMPGEnc\list.lst -output E:\TMPGEnc\movie0.mp2 -logfilea E:\TMPGEnc\log.txt -2ch ) -ota( -fs 48000 -g max) -mp2enc( -m d -b 224 )
So I did manually in besweet with the following:
Code:
"BeSweet.exe" -core( -input "e:\TMPGEnc\temp0a.wav" -output "e:\TMPGEnc\temp0a.mp2" ) -ota( -hybridgain ) -ssrc( --rate 48000 ) -boost( /b2=5 ) -mp2enc( -m s -b 192 -e ) -profile( ~~~~~ Default Profile ~~~~~ )
The vocal sound level was much better. But TMPGEnc DVD Author complaint that there was error in the audio stream and ceased to proceed.
Do anyone know how to fix it?