summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/presentation.txt10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt
index 3afb47a..417adfb 100644
--- a/doc/presentation.txt
+++ b/doc/presentation.txt
@@ -4,7 +4,15 @@
== cuting.sh
- *
+ * Angegebene Intervalle von Input-Video in Output-Video kopieren
+[source,sh]
+----
+./cutint.sh input output [start duration [start duration ...]]
+----
+
+ * Input Video entsprechend Intervallangabe in Einzelvideos zerlegen
+ ** Neukodierung notwendig (start.type != keyframe?)
+ * concat aller Einzelvideos -> output
== overlap