aboutsummaryrefslogtreecommitdiff
path: root/example-scripts/default-config.sh
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-08-05 16:32:49 +0200
committerMaZderMind <git@mazdermind.de>2016-08-05 16:32:49 +0200
commit463ab55b178935d72442b71748786c22f1f0e027 (patch)
treeb5bb905495e6131bd64f2b4aa625f438169eeaa7 /example-scripts/default-config.sh
parent59f0abcf365e7c80bb51912d95ccc6d262d759c8 (diff)
allows overriding the default-config of the example-scripts
Diffstat (limited to 'example-scripts/default-config.sh')
-rw-r--r--example-scripts/default-config.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/example-scripts/default-config.sh b/example-scripts/default-config.sh
new file mode 100644
index 0000000..f6fb91b
--- /dev/null
+++ b/example-scripts/default-config.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+WIDTH=1920
+HEIGHT=1080
+FRAMERATE=25
+AUDIORATE=48000