aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/split/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/split/Makefile b/examples/split/Makefile
index 2575dd6..8e96b9b 100644
--- a/examples/split/Makefile
+++ b/examples/split/Makefile
@@ -1,11 +1,11 @@
-INPUT_VIDEO = '<please select a video file as INPUT_VIDEO>'
+INPUT_VIDEO = <please select a video file as INPUT_VIDEO>
SHELL = bash
# We need Bash's process substitution operator >()
# because we want to convert the files back to a
# cooked format, because raw takes a serious amount
# of space. It is of course also possible to use
-# FIFO:s.
+# FIFO:s (if you know what you are doing).
DRAFT = -d
# Useful for better performance when not working