diff options
| author | jules <jules@asdf.us> | 2018-11-23 13:41:03 +0100 |
|---|---|---|
| committer | jules <jules@asdf.us> | 2018-11-23 13:41:03 +0100 |
| commit | 795f81ad95888631420e870dfec6aaf7425cc598 (patch) | |
| tree | 61655712fe56b6fb1767257b0fe0ffaca08cc534 /today.sh | |
| parent | 1a48ac95160230049baf8e2e2de3305566ef68e8 (diff) | |
scripts
Diffstat (limited to 'today.sh')
| -rw-r--r-- | today.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/today.sh b/today.sh new file mode 100644 index 0000000..aa7d7dd --- /dev/null +++ b/today.sh @@ -0,0 +1,23 @@ +#!/bin/bash + +python crop_frames.py --overlap 16 crop aquarium +rm -rf inputs/L/* +mv aquarium/crop* inputs/L/ +python test.py 28 L "" +python crop_frames.py merge results/28L/L/ +cd results/28L/L/merged/ +ffmpeg -i ./frame_%05d.png -y -c:v libx264 -vf fps=25 -pix_fmt yuv420p aquarium_uprez.mp4 +scp aquarium_uprez.mp4 jules@lmno:asdf/neural/uprez/ +cd ../../../../ +mv results/28L/L/ aquarium/uprez/ + +python crop_frames.py --overlap 16 crop venice +rm -rf inputs/L/* +mv venice/crop* inputs/L/ +python test.py 28 L "" +python crop_frames.py merge results/28L/L/ +cd results/28L/L/merged/ +ffmpeg -i ./frame_%05d.png -y -c:v libx264 -vf fps=25 -pix_fmt yuv420p venice_uprez.mp4 +scp venice_uprez.mp4 jules@lmno:asdf/neural/uprez/ +cd ../../../../ + |
