Script to playback and save videos of games
authorSam Moore <[email protected]>
Sat, 28 Apr 2012 10:41:07 +0000 (18:41 +0800)
committerSam Moore <[email protected]>
Sat, 28 Apr 2012 10:41:07 +0000 (18:41 +0800)
Used in Preliminary Round to show stuff on the projector.
Needs to be re-run when it finishes.

judge/manager/play [new file with mode: 0755]

diff --git a/judge/manager/play b/judge/manager/play
new file mode 100755 (executable)
index 0000000..bebadc3
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+
+
+wget -r -c -np -nd -A "*.vs.*" -R "*.stderr" http://progcomp.ucc.asn.au/log/
+
+for i in *.vs.*; do
+       if ! [ -e $i.mp4 ]
+       then
+               ./stratego -v $i.mp4 -f $i -g  
+       fi
+done

UCC git Repository :: git.ucc.asn.au