mirror of
https://github.com/vondas-network/videobeaux.git
synced 2026-05-11 04:12:54 +02:00
962 B
962 B
lut_apply
Description
Applies a 3D or 1D LUT file to recolor a video, enabling film-style grading, color transforms, or creative look development
Arguments
outfilevcodeclutinterpintensitybrightnesscontrastsaturationgammapix_fmtx264_presetcrfcopy_audio
Program Template
videobeaux -P lut_apply -i input.mp4 -o output.mp4 --outfile VALUE --vcodec VALUE --lut VALUE --interp VALUE --intensity VALUE --brightness VALUE --contrast VALUE --saturation VALUE --gamma VALUE --pix_fmt VALUE --x264_preset VALUE --crf VALUE --copy_audio VALUE
Real World Example
videobeaux -P lut_apply -i myvideo.mp4 -o lut_apply_styled.mp4 --outfile EXAMPLE --vcodec EXAMPLE --lut EXAMPLE --interp EXAMPLE --intensity EXAMPLE --brightness EXAMPLE --contrast EXAMPLE --saturation EXAMPLE --gamma EXAMPLE --pix_fmt EXAMPLE --x264_preset EXAMPLE --crf EXAMPLE --copy_audio EXAMPLE