kyuuketsuki
4th January 2006, 00:11
I think I found a better way to do AVI2DVD batch conversions. Still using Chickman's method for everything else, but have BeSweet do the audio conversion. It keeps you from loading DVD2SVCD multiple times to create each audio file.
You will need the BeSweet VOBInput.dll in your BeSweet directory to do audio extraction from an AVI.
Inside your ds2 file,
[Settings]
Project Position=75
[Filenames]
DVDAudioFileName0=E:\Movie\OUTPUT_AVI1.mp2
MP2FileName0=E:\Movie\OUTPUT_AVI1.mp2
Then add this to your batch file for each avi (settings may vary)
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "C:\INPUT_AVI1.avi" -output "C:\OUTPUT_AVI1.mp2" -logfile "C:\audio.log" ) -ota( -g max ) -shibatch( --rate 48000 ) -2lame( -e -b 224 -m s )
You will need the BeSweet VOBInput.dll in your BeSweet directory to do audio extraction from an AVI.
Inside your ds2 file,
[Settings]
Project Position=75
[Filenames]
DVDAudioFileName0=E:\Movie\OUTPUT_AVI1.mp2
MP2FileName0=E:\Movie\OUTPUT_AVI1.mp2
Then add this to your batch file for each avi (settings may vary)
"C:\Program Files\DVD2SVCD\BeSweet\BeSweet.exe" -core( -input "C:\INPUT_AVI1.avi" -output "C:\OUTPUT_AVI1.mp2" -logfile "C:\audio.log" ) -ota( -g max ) -shibatch( --rate 48000 ) -2lame( -e -b 224 -m s )