DevilDude
25th October 2005, 22:11
hi,
i have a problem with audio conversion using the RoBa plugin.
BeSweet could not be execute
here a cut from log file:
--------------------------------------------------------
- 25.10.2005 23:12:41
- Free on drive E: 176040.51 mb
- AUDIO Extraction
--------------------------------------------------------
AVIFileSize:=498381312
Audio extraction finished.
--------------------------------------------------------
- 25.10.2005 23:13:12
- Free on drive E: 176038.51 mb
- AUDIO conversion
--------------------------------------------------------
--------------------------------------------------------
- 25.10.2005 23:13:15
- Free on drive E: 176038.51 mb
- AUDIO conversion
--------------------------------------------------------
Encoding Audio. Filename: E:\FILM\Extracted_audio_1.wav
Executing BeSweet. Commandline:
"J:\Programme\FILM\DVD2SVCD\Tylo\BeSweetLater.bat" -core( -input "E:\FILM\Extracted_audio_1.wav" -output "E:\FILM\Encoded_audio_1.mp2" -logfile "E:\FILM\Encoded_audio_1.log" ) -ota( -g max ) -shibatch( --rate 48000 ) -2lame( -e -b 128 -m s )
Audio conversion of E:\FILM\Extracted_audio_1.wav finished.
Audio conversion finished.
it said audio conversion done, but it didnt.. it also dont execute BeSweet.. but audio extraction works fine.
maybe the failure is in the BeSweetLater.bat ?
here is the code of it:
@echo off
rem BeSweetLater, by tylo
rem September 2003
set output=
set bitrate=
set args=
:loop
if '%1==' goto save
if %1==-b goto bitrate
if %1==-output set output=%2
set args=%args% %1
shift
goto loop
:bitrate
set bitrate=%2
set args=%args% %1 !bitrate
shift
shift
goto loop
:save
if '%output%==' goto exit
echo [BeSweet]> %output%.ini
echo args=%args%>> %output%.ini
echo !bitrate=%bitrate%>> %output%.ini
:exit
thx 4 your help
(sry for my bad english :/ )
edit: i use the latest version of dvcd2svcd (1.2.3 build 1) and roba (3.8)
i have a problem with audio conversion using the RoBa plugin.
BeSweet could not be execute
here a cut from log file:
--------------------------------------------------------
- 25.10.2005 23:12:41
- Free on drive E: 176040.51 mb
- AUDIO Extraction
--------------------------------------------------------
AVIFileSize:=498381312
Audio extraction finished.
--------------------------------------------------------
- 25.10.2005 23:13:12
- Free on drive E: 176038.51 mb
- AUDIO conversion
--------------------------------------------------------
--------------------------------------------------------
- 25.10.2005 23:13:15
- Free on drive E: 176038.51 mb
- AUDIO conversion
--------------------------------------------------------
Encoding Audio. Filename: E:\FILM\Extracted_audio_1.wav
Executing BeSweet. Commandline:
"J:\Programme\FILM\DVD2SVCD\Tylo\BeSweetLater.bat" -core( -input "E:\FILM\Extracted_audio_1.wav" -output "E:\FILM\Encoded_audio_1.mp2" -logfile "E:\FILM\Encoded_audio_1.log" ) -ota( -g max ) -shibatch( --rate 48000 ) -2lame( -e -b 128 -m s )
Audio conversion of E:\FILM\Extracted_audio_1.wav finished.
Audio conversion finished.
it said audio conversion done, but it didnt.. it also dont execute BeSweet.. but audio extraction works fine.
maybe the failure is in the BeSweetLater.bat ?
here is the code of it:
@echo off
rem BeSweetLater, by tylo
rem September 2003
set output=
set bitrate=
set args=
:loop
if '%1==' goto save
if %1==-b goto bitrate
if %1==-output set output=%2
set args=%args% %1
shift
goto loop
:bitrate
set bitrate=%2
set args=%args% %1 !bitrate
shift
shift
goto loop
:save
if '%output%==' goto exit
echo [BeSweet]> %output%.ini
echo args=%args%>> %output%.ini
echo !bitrate=%bitrate%>> %output%.ini
:exit
thx 4 your help
(sry for my bad english :/ )
edit: i use the latest version of dvcd2svcd (1.2.3 build 1) and roba (3.8)