summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 08:26:34 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-02-04 08:26:34 +0100
commit6e462d00b8f7d26ceb60d868be0c1c0ea85a369c (patch)
treedeeedcfa422a67a6d120fdb522daf33116fedea7
parent8dcd4a0d8455e0052d48ae085a82c304446d43f6 (diff)
downloadadvtime-6e462d00b8f7d26ceb60d868be0c1c0ea85a369c.tar.gz
advtime-6e462d00b8f7d26ceb60d868be0c1c0ea85a369c.tar.bz2
advtime-6e462d00b8f7d26ceb60d868be0c1c0ea85a369c.zip
pres: Add rmcut slide
-rw-r--r--doc/presentation.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/presentation.txt b/doc/presentation.txt
index 3c9554e..2fb26d5 100644
--- a/doc/presentation.txt
+++ b/doc/presentation.txt
@@ -14,6 +14,34 @@
** Neukodierung notwendig (start.type != keyframe?)
* concat aller Einzelvideos -> output
+== rmcut.sh
+
+[source,sh]
+----
+include::../src/rmcut.sh[]
+----
+
+[source,sh]
+----
+./rmcut.sh heute100sec.wmv teaser.wmv output.wmv
+----
+
+[source,sh]
+----
+./findcut -rlT heute100sec.wmv teaser.wmv
+17880 18939
+38200 39259
+57040 58099
+77960 79019
+96040 97099
+----
+
+[source,sh]
+----
+./cutint.sh heute100sec.wmv output.wmv 0 17.880 18.939 19.261 \
+ 39.259 17.781 58.099 19.861 79.019 17.021 97.099
+----
+
== overlap
image::image/overlap_problem.svg[width="100%"]