Recently Updated Pages
Cropping
Linux & CLI Commands
FFMPEG Commands
Updated 2 years ago by Anthony
Center Crop for Instagram: ffmpeg -i ParticleSensor.mp4 -vf "scale=(iw*sar)*max(1080/(iw*sar)\,1...
Random Python
Nuke Commands, Python, TCL
Updated 2 years ago by Anthony
Get the file path from selected nodes: sel=nuke.selectedNodes() for x in sel: print(x.knob("f...
Python - import all image sequences under folder
Nuke Commands, Python, TCL
Updated 2 years ago by Anthony
"""Finds and creates nodes for file sequences in an entire directory tree""" # This has the user...
TCL Commands
Nuke Commands, Python, TCL
Updated 3 years ago by Anthony
GETTING A KNOB’S VALUE OF A SPECIFIC NODE: #First frame of current read/write: [value Read1.f...