diff options
| author | Mattias Andrée <maandree@kth.se> | 2017-01-14 09:32:50 +0100 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2017-01-14 09:32:50 +0100 |
| commit | 20df4601a67609c39be0d87239a9eaac78594850 (patch) | |
| tree | 21a874aea6c63d1dc9c88c40a3650e2cb0fe0961 /examples | |
| parent | blind-from-video and blind-split: add -L (diff) | |
| download | blind-20df4601a67609c39be0d87239a9eaac78594850.tar.gz blind-20df4601a67609c39be0d87239a9eaac78594850.tar.bz2 blind-20df4601a67609c39be0d87239a9eaac78594850.tar.xz | |
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/split/Makefile | 4 |
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 |
