Community
I'm trying to render an .ass sequence using the following from a previous question but it overwrites the first frame every time. Does anyone have some command line syntax for rendering a frame sequence?
REM # Kick Sequence with For Loop count
REM # Current setup below disables display window, display progressive, and has verbosity level 4
for /L %%i in (1, 1, %count%) do (
set "frame=000000%%i"
set frame=!frame:~-4!
%MTOA_BIN_PATH%\kick.exe -i %SCENE%.!frame!.ass -l %SHADER_SEARCH_PATH% -dw -dp -v 4
Put in an echo command to check what commands are generated. If that looks ok, then what are the output filenames in the ass file?
echo %MTOA_BIN_PATH%\kick.exe -i %SCENE%.!frame!.ass -dw -dp -g 2.2 -v 4
Hi Stephen, I figured it out. The set frame command literally wanted me to insert that same .!frame!. into the input file name. Seems obvious now. Thanks for your help.
Sie finden nicht, was Sie suchen? Fragen Sie die Community oder teilen Sie Ihr Wissen mit anderen.