Community
Arnold General Rendering Forum
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Command line syntax for rendering ASS sequences

2 REPLIES 2
Reply
Message 1 of 3
daniel.j.rutter
302 Views, 2 Replies

Command line syntax for rendering ASS sequences

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
2 REPLIES 2
Message 2 of 3

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


// Stephen Blair
// Arnold Renderer Support
Message 3 of 3

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.

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report