Houdini - Dailies Setup and Cmd Line Rendering

Поділитися
Вставка
  • Опубліковано 11 вер 2024
  • Not a talked about thing since you don't hear about this until you get in the industry and you learn it when you get into the industry but It's nice to know now so you can get a leg up.
    Hython Template: hython "C:\Program Files\Side Effects Software\Houdini 18.0.287\bin\hrender.py" "Car_20.hiplc" -d opengl2 -v -e -f 1 200
    if you do get FFMPEG, you can use this script in the shell: unix ffmpeg -y -framerate "`chs("fps")`" -start_number "`chs("start_frame")`" -i "`chs("inputh")`" -f mp4 -vcodec libx264 -s hd720 -b 10000k -pix_fmt yuv420p "`chs("out")`"; [/CODE]
    All you'd need to do is make parameters for the shell node:
    'fps'
    'start-frame'
    'inputh'
    'out'

КОМЕНТАРІ • 3

  • @herculesmare4209
    @herculesmare4209 4 роки тому +1

    very good and usefull. Please keep this up.

  • @maxie6990
    @maxie6990 9 місяців тому

    exactly what i neeed thank youuuuu

  • @axe_fx
    @axe_fx 2 роки тому +2

    how does this compare to TOPs? I feel TOPs to do this but is much more user friendly