2007-07-01, 03:23 AM
I am getting the following error from zrename. Appears in the form of an alert box. I am almost to the point where I am completely happy with my pc as a htpc, and this is the last thing tripping me up.
PostProcessing.bat:
@echo off
echo "%~dpn1.mpg"
comskip "%~dpn1.mpg"
call comclean "%~dpn1.mpg"
".\Third Party\FFmpeg\ffmpeg.exe" -y -i "%~dpn1.mpg" -f mp4 -vcodec mpeg4 -s 320x240 -r 15 "%~dpn1.mp4"
del "%~dpn1.log"
del "%~dpn1.logo.txt"
del "%~dpn1.txt"
del "%~dpn1_original.mpg"
del "%~dpn1.mpg"
ZRename "%~dpn1.mp4"
Error:
Run-time error '-21470224579 (8--7-13d)':
Automation error
The system cannot find message text for message number )x%1 in teh message file for %2
PostProcessing.bat:
@echo off
echo "%~dpn1.mpg"
comskip "%~dpn1.mpg"
call comclean "%~dpn1.mpg"
".\Third Party\FFmpeg\ffmpeg.exe" -y -i "%~dpn1.mpg" -f mp4 -vcodec mpeg4 -s 320x240 -r 15 "%~dpn1.mp4"
del "%~dpn1.log"
del "%~dpn1.logo.txt"
del "%~dpn1.txt"
del "%~dpn1_original.mpg"
del "%~dpn1.mpg"
ZRename "%~dpn1.mp4"
Error:
Run-time error '-21470224579 (8--7-13d)':
Automation error
The system cannot find message text for message number )x%1 in teh message file for %2