Math
4th December 2002, 03:46
Hi all,
Almost all SVCD I made so far with DVD2SVCD (many thanks for this great piece of software!) have some "problems" with the audio. Indeed the dialogue are far less audible than the ambiant movie music, and so often I have to play with the remote to adapt the volume (all my SVCD have audio converted from (usually) 6ch AC3 to stereo) . This was not the case for the original DVD;
After reading many posts on this subject and after some personnal experiments, I discovered that this issue could be easily solved with BeSweet:
- The dialogue are usually in the CENTER AC3 channel. A solution is then simply to set downmix Center Level to +3db or +6db. (the default behaviour is to use BSI value, which is usually -3db, ie the new setting gives a 6db-9db gain in the dialogue).
- Another solution is to use the BOOST feature of BeSweet, which applies a dynamic range compression algorithm
Personally I apply both solution with +3db DCL and Dg boost gain 2. The first option is available in DVD2SVCD but sadly the second one is not. In order to circumvent this , the usual solution is to run DVD2SVCD, wait for the conversion to finish, then re-run BeSweet with the wanted options and restart the DVD2SVCD conversion at Muxing&Cutting.
However there is a far more simple solution, and above all, automatic: Just create a batch file that will call BeSweet with the proper settings.
- To do this, simply create in the BeSweet folder a file called BeSweet.bat that contains the following line:
besweet %* -boost( /b2=2 )
(For DOS agnostic, the use of %* allows for transfering all the original command-line parameters to the executable)
- Also, in DVD2SVCD GUI, update the 'audio' tab to point to this file BeSweet.bat instead of BeSweet.exe.
This way, the boost option will be added to the original set of option specified in DVD2SVCD. Obviously the same trick can be used to include more options, to make some pre-processing before BeSweet execution...
Hope it helps.
Almost all SVCD I made so far with DVD2SVCD (many thanks for this great piece of software!) have some "problems" with the audio. Indeed the dialogue are far less audible than the ambiant movie music, and so often I have to play with the remote to adapt the volume (all my SVCD have audio converted from (usually) 6ch AC3 to stereo) . This was not the case for the original DVD;
After reading many posts on this subject and after some personnal experiments, I discovered that this issue could be easily solved with BeSweet:
- The dialogue are usually in the CENTER AC3 channel. A solution is then simply to set downmix Center Level to +3db or +6db. (the default behaviour is to use BSI value, which is usually -3db, ie the new setting gives a 6db-9db gain in the dialogue).
- Another solution is to use the BOOST feature of BeSweet, which applies a dynamic range compression algorithm
Personally I apply both solution with +3db DCL and Dg boost gain 2. The first option is available in DVD2SVCD but sadly the second one is not. In order to circumvent this , the usual solution is to run DVD2SVCD, wait for the conversion to finish, then re-run BeSweet with the wanted options and restart the DVD2SVCD conversion at Muxing&Cutting.
However there is a far more simple solution, and above all, automatic: Just create a batch file that will call BeSweet with the proper settings.
- To do this, simply create in the BeSweet folder a file called BeSweet.bat that contains the following line:
besweet %* -boost( /b2=2 )
(For DOS agnostic, the use of %* allows for transfering all the original command-line parameters to the executable)
- Also, in DVD2SVCD GUI, update the 'audio' tab to point to this file BeSweet.bat instead of BeSweet.exe.
This way, the boost option will be added to the original set of option specified in DVD2SVCD. Obviously the same trick can be used to include more options, to make some pre-processing before BeSweet execution...
Hope it helps.