Skip to content

Instantly share code, notes, and snippets.

@FTKhanFT
Forked from jordanwesthoff/3d_lut.sh
Created December 6, 2023 12:28
Show Gist options
  • Save FTKhanFT/ccf3156ff79ef937975b37cd3f03e7ed to your computer and use it in GitHub Desktop.
Save FTKhanFT/ccf3156ff79ef937975b37cd3f03e7ed to your computer and use it in GitHub Desktop.
Applying 3D LUT's in FFMPEG
#!/bin/bash
ffmpeg -i input -vf lut3d=<lut file> -c:a copy output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment