Below you will find pages that utilize the taxonomy term “lut”
Posts
FFMPEG - Apply a 3D LUT to an image
Assuming the LUT is a *.cube file:
ffmpeg -i "${FILEIN}.jpg" -vf lut3d="{lut}.cube" -q:v 1 -y "${FILEOUT}.jpg"
Below you will find pages that utilize the taxonomy term “lut”