Skip to content

Instantly share code, notes, and snippets.

@jordanwesthoff
Created February 17, 2015 14:38
Show Gist options
  • Save jordanwesthoff/86d202e0104d3583c4d4 to your computer and use it in GitHub Desktop.
Save jordanwesthoff/86d202e0104d3583c4d4 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