use custom LUT
Posted: Tue Jun 18, 2024 8:42 pm
I only just started with FFAStrans and I'm trying to search for things the best I can, but I'm failing at trying to add custom LUTs. I have d-log, which doesn't seem to exist.
I thought you could add something like: lut3d='DJI_ZENMUSE_X9_DLog_To_Rec709.cube' to the Custom x264 options. (I put the lut next to both x86 and x64 ffmpeg, just in case) and I tried the full path for where I would actually want it as well.
I'm trying to use a conditional statement, which actually worked, to figure out which camera it is, and apply the correct LUT.
I'm using %s_info_exiftool% is equal to, regex, "DJI RONIN 4D" which is working.
I tested the footage with the color correction using one of the other LUTs that are built in and that worked. I could probably just figure out which one is the closest to the linear transformation I need and no one would notice. We just don't want to show preview files to people in log, and we also want to add a watermark, that looks easy enough, I just haven't done it yet. I should probably do the linear conversion first, then watermark, then push that into the video format. I'm just trying to figure out the part that isn't working for me first.
I thought you could add something like: lut3d='DJI_ZENMUSE_X9_DLog_To_Rec709.cube' to the Custom x264 options. (I put the lut next to both x86 and x64 ffmpeg, just in case) and I tried the full path for where I would actually want it as well.
I'm trying to use a conditional statement, which actually worked, to figure out which camera it is, and apply the correct LUT.
I'm using %s_info_exiftool% is equal to, regex, "DJI RONIN 4D" which is working.
I tested the footage with the color correction using one of the other LUTs that are built in and that worked. I could probably just figure out which one is the closest to the linear transformation I need and no one would notice. We just don't want to show preview files to people in log, and we also want to add a watermark, that looks easy enough, I just haven't done it yet. I should probably do the linear conversion first, then watermark, then push that into the video format. I'm just trying to figure out the part that isn't working for me first.