diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 08:01:19 +0100 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2013-02-04 08:01:19 +0100 |
commit | 49226225472cf9339a0b31ec07e5905aaf4951c0 (patch) | |
tree | 79d02c862237c3c4ac78ddbdce98542b7a26a7d6 /doc | |
parent | 79309e16eafea5d527f87b09b6da5b88dd59629f (diff) | |
download | advtime-49226225472cf9339a0b31ec07e5905aaf4951c0.tar.gz advtime-49226225472cf9339a0b31ec07e5905aaf4951c0.tar.bz2 advtime-49226225472cf9339a0b31ec07e5905aaf4951c0.zip |
pres: Add notes to cutint slide
Diffstat (limited to 'doc')
-rw-r--r-- | doc/presentation.txt | 10 |
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 |