mirror of
https://github.com/jlengrand/Ivolution.git
synced 2026-03-10 08:21:18 +00:00
Updates README accordingly Adds choice of frame per second in output video feature. TODO : Big work on documentation
12 lines
215 B
Bash
12 lines
215 B
Bash
#! /bin/sh
|
|
|
|
## Used through bash using git bash
|
|
|
|
echo "Running FaceMovie from Script !"
|
|
|
|
ROOT="./dist"
|
|
IN_DATA="data/input/sample"
|
|
OUT_DATA="data/output"
|
|
|
|
${ROOT}/Facemoviefier.exe -r $ROOT -i $IN_DATA -o $OUT_DATA
|