mirror of
https://github.com/joshuaboniface/rffmpeg.git
synced 2026-01-23 02:24:03 +00:00
Use proper arg layout
This commit is contained in:
parent
7e03fad19f
commit
41eb400bb0
1 changed files with 4 additions and 2 deletions
|
|
@ -24,12 +24,14 @@ rffmpeg:
|
|||
# The remote SSH user to connect as
|
||||
user: ffmpeg
|
||||
|
||||
# A YAML list of additional SSH arguments (e.g. private keys)
|
||||
# A YAML list of additional SSH arguments (e.g. private keys),
|
||||
# one line per space-separated argument element.
|
||||
args:
|
||||
- ""
|
||||
|
||||
commands:
|
||||
# A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.)
|
||||
# A YAML list of prefixes to the ffmpeg command (e.g. sudo, nice, etc.),
|
||||
# one line per space-separated command element.
|
||||
pre:
|
||||
- ""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue