Updated docs

This commit is contained in:
2017-02-12 16:13:02 +01:00
parent a3f8728d9d
commit ecf08ad267
2 changed files with 5 additions and 1 deletions
+2
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.
+3 -1
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
* *
... ...