Skip to content

Commit

Permalink
Update additional parameters box
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine committed May 19, 2024
1 parent a6b2fb5 commit e25cbc2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -330,13 +330,13 @@ def close(self):
TextInput(
"Additional parameters",
multiline=True,
label_style="hidden",
allow_empty_string=True,
has_handle=False,
)
.make_optional()
.with_docs(
"Allow user to add FFmpeg parameters. [Link to FFmpeg documentation](https://ffmpeg.org/documentation.html)."
"Allow adding extra FFmpeg parameters the same way you would in CLI. [Link to FFmpeg documentation](https://ffmpeg.org/documentation.html).",
hint=True,
)
.with_id(13),
),
Expand Down

0 comments on commit e25cbc2

Please sign in to comment.