How to apply a LUT filter with FFmpeg

匿名 (未验证) 提交于 2019-12-03 10:24:21

问题:

I want to apply a LUT-filter on a video,so i decide to use FFMPEG,but i don't know how to apply this LUT image on the video ,

This is the LUT image:

Can anyone tell me how to do this With FFMPEG ?

Thanks.

回答1:

You can use haldclut filter.

ffplay input -vf "movie=uUyIr.png, [in] haldclut" 


标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!