diff options
-rw-r--r-- | doc/presentation.txt | 28 |
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%"] |