Create Picture in Picture with ffmpeg

asdfa ffmpeg -i input.mp4 -filter_complex “[0]scale=iw/3:-1[pip];[0]convolution,colorbalance[bg];[bg][pip]overlay=main_w-overlay_w-10:main_h-overlay_h-10[v]” -map “[v]” -map 0:a -c:a copy output.mp4

Read More »

ffmpeg for color grading

Aliens 1979 ffmpeg -i inputVideo.mp4 -vf “selectivecolor=reds=0 -0.20 -0.20 0:yellows=0 0 -0.20 0.10:cyans=-0.66 -0.50 0.20 0.75:blues=0 0 -0.50 0.15” /tmp/output-alien1979.mp4 -vf selectivecolor=reds=0 -0.20 -0.20 0:yellows=0

Read More »