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
*This plugin is currently broken*
Transcode uses the transcode tool from transcoder.org. While powerful, it
works best with AVI files.

View File

@ -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
*
...
...