dvd_rip/video_diff.sh
2022-05-29 15:22:48 +00:00

4 lines
173 B
Bash
Executable File

# !/bin/sh
ffmpeg -y -i "$1" -i "$2" -filter_complex '[1:v]format=yuva444p,lut=c3=128,negate[video2withAlpha],[0:v][video2withAlpha]overlay[out]' -map [out] video_diff.mov