Skip to content
This repository has been archived by the owner on Jul 8, 2023. It is now read-only.

Nice to have: LUT support #117

Open
fdev31 opened this issue Nov 28, 2021 · 2 comments
Open

Nice to have: LUT support #117

fdev31 opened this issue Nov 28, 2021 · 2 comments

Comments

@fdev31
Copy link

fdev31 commented Nov 28, 2021

Many cameras have their .cube 3D LUT files available, for simple workflows it could be convenient to integrate some color grading gyroflow since it's almost "for free" using ffmpeg.

An option to select a .cube file and then add it to the ffmpeg pipeline would be great.
As an illustration, such video filter option does the job:

-vf lut3d=LUTS/Insta360/ONE-R-LUT/1-INCH.CUBE:interp=tetrahedral

@seanmavley
Copy link

I think currently you have the option to write in your custom ffmpeg command, therefore you can add in the above params during export.

image

@fdev31
Copy link
Author

fdev31 commented Nov 28, 2021

Indeed, I agree, but it is not so "accessible" in my opinion for the following reasons:

  • not user friendly, you need some ffmpeg knowledge to use it
  • it does not allow easy selection of the .cube file (while a better integration allows a dropdown with a list of built-in CLUT for the most common cameras)
  • it's quite unclear which "settings above" will be cleared if this field is provided, and how to replicate the settings
    • this last problem could be mitigated if this field somehow "auto filled in" according to the current settings, but this adds another level of complexity

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants