first commit

This commit is contained in:
2022-05-29 15:22:48 +00:00
commit 1367258d87
3 changed files with 49 additions and 0 deletions

3
video_diff.sh Executable file
View File

@ -0,0 +1,3 @@
# !/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