+ diagonal filter

This commit is contained in:
tth
2021-02-23 03:22:14 +01:00
parent 3fce2b19c5
commit c6f10d642a
4 changed files with 21 additions and 3 deletions

View File

@@ -9,7 +9,8 @@ FILTRES=$(./t -L | awk 'NR>1 { print $1 }' | sort)
rm /tmp/fstack*.png
SRC=$(ls -rt1 $HOME/Essais/FondageDePlomb/capture/* | tail -1)
# SRC=$(ls -rt1 $HOME/Essais/FondageDePlomb/capture/* | tail -1)
SRC=mire.fimg
for F in $FILTRES
do
@@ -53,6 +54,6 @@ ffmpeg -nostdin \
# ------------------------------------------------------------
# MAIN
essai_singlepass
essai_filtres
# ------------------------------------------------------------