From ecf08ad2672952e7178542e4baa78fabafcf3c30 Mon Sep 17 00:00:00 2001 From: Christopher Vagnetoft Date: Sun, 12 Feb 2017 16:13:02 +0100 Subject: [PATCH] Updated docs --- README.md | 2 ++ plugins/executor/README.md | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ac063c6..43a827f 100644 --- a/README.md +++ b/README.md @@ -54,5 +54,7 @@ to process the media. ### transcode +*This plugin is currently broken* + Transcode uses the transcode tool from transcoder.org. While powerful, it works best with AVI files. diff --git a/plugins/executor/README.md b/plugins/executor/README.md index 5d8efc3..4f0b9e4 100644 --- a/plugins/executor/README.md +++ b/plugins/executor/README.md @@ -86,12 +86,14 @@ Helpers are not executed, but rather called: ... split: info: Splitting video + # call the scenesplitter helper call: scenesplitter cleanup: exec: "rm {%scenes}" helpers: + # scenesplitter helper, embedded in preset file scenesplitter: | /* * This is the PHP script * - ... + ...