summaryrefslogtreecommitdiff
path: root/bin/livedump
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2017-05-11 10:04:37 +0200
committerJonas Smedegaard <dr@jones.dk>2017-05-11 10:04:37 +0200
commite4a493835dc156a1e1b08f8fd99f42521bf4fefd (patch)
tree80a106cac03afbb467306703fc5a1a34fcbedd5e /bin/livedump
parent784c8eeece8b9ffc224a4ef21f71761d07c50d2f (diff)
Fix extension for dv-nut.
Diffstat (limited to 'bin/livedump')
-rwxr-xr-xbin/livedump2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/livedump b/bin/livedump
index 44276e6..5db6c3c 100755
--- a/bin/livedump
+++ b/bin/livedump
@@ -38,7 +38,7 @@ case $FORMAT in
dv-nut)
set -- -f iec61883 -i auto \
-f nut -codec copy -f_strict experimental -syncpoints timestamped -write_index 0
- SUFFIX=mkv
+ SUFFIX=nut
;;
esac