HexaCone/tools/encode.sh

16 lines
161 B
Bash
Raw Normal View History

2025-01-05 10:41:14 +11:00
#!/bin/bash
set -e ; set -u
# set default value's)
srcdir="essai"
2025-01-05 10:41:14 +11:00
if [ $# == 1 ]
then
srcdir=$1
fi
source tools/fonctions.sh
ff_encodage $srcdir wip.mp4