mirror of
https://github.com/stashapp/stash.git
synced 2026-05-09 05:05:29 +02:00
Typo in Settings > System > Transcoding (#3616)
This commit is contained in:
parent
22e2ce4838
commit
c859fa6bf8
1 changed files with 3 additions and 3 deletions
|
|
@ -306,8 +306,8 @@
|
||||||
},
|
},
|
||||||
"transcode": {
|
"transcode": {
|
||||||
"input_args": {
|
"input_args": {
|
||||||
"desc": "Advanced: Additional arguments to pass to ffmpeg before the input field when live transcoding video.",
|
"desc": "Advanced: Additional arguments to pass to ffmpeg before the input field when generating video.",
|
||||||
"heading": "FFmpeg Live Transcode Input Args"
|
"heading": "FFmpeg Transcode Input Args"
|
||||||
},
|
},
|
||||||
"output_args": {
|
"output_args": {
|
||||||
"desc": "Advanced: Additional arguments to pass to ffmpeg before the output field when generating video.",
|
"desc": "Advanced: Additional arguments to pass to ffmpeg before the output field when generating video.",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue