summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 08:01:19 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 08:01:19 +0100
commit49226225472cf9339a0b31ec07e5905aaf4951c0 (patch)
tree79d02c862237c3c4ac78ddbdce98542b7a26a7d6
parent79309e16eafea5d527f87b09b6da5b88dd59629f (diff)
downloadadvtime-49226225472cf9339a0b31ec07e5905aaf4951c0.tar.gz
advtime-49226225472cf9339a0b31ec07e5905aaf4951c0.tar.bz2
advtime-49226225472cf9339a0b31ec07e5905aaf4951c0.zip
pres: Add notes to cutint slide
-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