Community
Arnold General Rendering Forum
abbrechen
Suchergebnisse werden angezeigt für 
Anzeigen  nur  | Stattdessen suchen nach 
Meintest du: 

Command line syntax for rendering ASS sequences

2 ANTWORTEN 2
Antworten
Nachricht 1 von 3
daniel.j.rutter
383 Aufrufe, 2 Antworten

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 ANTWORTEN 2
Nachricht 2 von 3
Stephen.Blair
als Antwort auf: daniel.j.rutter

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
Nachricht 3 von 3
daniel.j.rutter
als Antwort auf: daniel.j.rutter

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.

In Foren veröffentlichen  

Autodesk Design & Make Report