Introduction
Introduction Statistics Contact Development Disclaimer Help
tRULE BRITANNIA! BRITANNIA RULES THE WAVE! - werner - cellular automata simulat…
git clone git://src.adamsgaard.dk/werner
Log
Files
Refs
LICENSE
---
commit d8d9301054b32997254a867b2bc9b99c9a70b6d6
parent 9a4a9399c2588c8ae1b48437e608636dbfa653e4
Author: Christoph Lohmann <[email protected]>
Date: Tue, 19 Dec 2023 15:37:04 +0100
RULE BRITANNIA! BRITANNIA RULES THE WAVE!
Diffstat:
M Makefile | 7 ++++++-
A rule-britannia-audio.ogg | 0
2 files changed, 6 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
t@@ -29,7 +29,12 @@ plots: matrixes
cd out && for f in *.txt; do gnuplot -e "matrixfile='$$f'" plotmatrix.…
movie: plots
- ffmpeg -i out/matrix.%03d.txt.png -framerate 15 out.mkv
+ if [ -n "${BRITISH}" ]; \
+ then \
+ ffmpeg -i out/matrix.%03d.txt.png -i rule-britannia-audio.ogg …
+ else \
+ ffmpeg -i out/matrix.%03d.txt.png -framerate 15 out.mkv; \
+ fi
@printf "Now you can watch out.mkv.\n"
view: plots
diff --git a/rule-britannia-audio.ogg b/rule-britannia-audio.ogg
Binary files differ.
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.