2008-01-10, 05:26 PM
Seems like your batch would contain the following.
I don't know the path to atixcode, so you will need to find that.
Create a file testme.bat or whatever and copy this line in.
Then edit the scriptoptions.
Under the $EXECUTABLE section add:
ATIXCODE;c:\pathtobatchfileyoucreated;ATI Xcoder
I don't think you need anything else under the other options.
Let me know how that goes.
I think it will still keep the info for the file in the database with the changed name, but if not we can work on that.
Code:
atixcode.exe IDLE /F "%1" /A0 /S0 /R0 /EMPG /V4 /Q1 /X0 /D "%~d1%~pn1.avi"
I don't know the path to atixcode, so you will need to find that.
Create a file testme.bat or whatever and copy this line in.
Then edit the scriptoptions.
Under the $EXECUTABLE section add:
ATIXCODE;c:\pathtobatchfileyoucreated;ATI Xcoder
I don't think you need anything else under the other options.
Let me know how that goes.
I think it will still keep the info for the file in the database with the changed name, but if not we can work on that.