From 6e462d00b8f7d26ceb60d868be0c1c0ea85a369c Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Feb 2013 08:26:34 +0100 Subject: pres: Add rmcut slide --- doc/presentation.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) 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%"] -- cgit