Updated docs

This commit is contained in:
Chris 2017-02-12 16:13:02 +01:00
parent a3f8728d9d
commit ecf08ad267
2 changed files with 5 additions and 1 deletions

View File

@ -54,5 +54,7 @@ to process the media.
### transcode ### transcode
*This plugin is currently broken*
Transcode uses the transcode tool from transcoder.org. While powerful, it Transcode uses the transcode tool from transcoder.org. While powerful, it
works best with AVI files. works best with AVI files.

View File

@ -86,12 +86,14 @@ Helpers are not executed, but rather called:
... ...
split: split:
info: Splitting video info: Splitting video
# call the scenesplitter helper
call: scenesplitter call: scenesplitter
cleanup: cleanup:
exec: "rm {%scenes}" exec: "rm {%scenes}"
helpers: helpers:
# scenesplitter helper, embedded in preset file
scenesplitter: | scenesplitter: |
/* /*
* This is the PHP script * This is the PHP script
* *
... ...