Updated docs
This commit is contained in:
parent
a3f8728d9d
commit
ecf08ad267
@ -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.
|
||||||
|
@ -86,10 +86,12 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user