refactoring the build system

This commit is contained in:
Tonton Th
2025-01-05 00:41:14 +01:00
parent 5b7ad96a29
commit d89876b633
5 changed files with 238 additions and 0 deletions

14
tools/encode.sh Executable file
View File

@@ -0,0 +1,14 @@
#!/bin/bash
set -e ; set -u
if [ $# == 1 ]
then
srcdir=$1
else
srcdir="essai"
fi
source tools/fonctions.sh
ff_encodage $srcdir wip.mp4