summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjules <jules@asdf.us>2018-11-24 14:23:59 +0100
committerjules <jules@asdf.us>2018-11-24 14:23:59 +0100
commitb4264a85bee49fe1f1a74049552a9110bf4799a5 (patch)
treedb2c98ee78590425d932fc78c1d5fb6d34b7aa2e
parentd10dbdf8ab9b902906ec14c6f43900068d5533a0 (diff)
rename to run.sh
-rw-r--r--run.sh (renamed from today.sh)7
1 files changed, 7 insertions, 0 deletions
diff --git a/today.sh b/run.sh
index b6d9635..84cd086 100644
--- a/today.sh
+++ b/run.sh
@@ -4,6 +4,7 @@ rm -rf inputs/L/*
rm -rf results/28L/L/*
name=$1
+start=`date`
python crop_frames.py --overlap 16 crop "$name"
mv "$name/crop*" inputs/L/
@@ -12,3 +13,9 @@ python crop_frames.py merge results/28L/L/
ffmpeg -i ./results/28L/L/merged/frame_%05d.png -y -c:v libx264 -vf fps=25 -pix_fmt yuv420p "./results/${name}_uprez.mp4"
scp "./results/${name}_uprez.mp4" jules@lmno:asdf/neural/uprez/
+endd=`date`
+echo
+echo "Start: $start"
+echo "End: $endd"
+echo
+