Files
Ivolution/run_windows.sh
Julien Lengrand-Lambert 5e3a496f81 Uploads new video.
Updates README accordingly

Adds choice of frame per second in output video feature.

TODO :
Big work on documentation
2012-05-26 20:34:39 +02:00

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