mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-13 13:59:36 +02:00
The space for ffmpeg custom options are strict.
This commit is contained in:
parent
e7983a6def
commit
0e62ccfe6a
@ -768,7 +768,7 @@ export class VideoTranscodingConfig {
|
|||||||
tags: {
|
tags: {
|
||||||
name: $localize`Custom Output Options`,
|
name: $localize`Custom Output Options`,
|
||||||
priority: ConfigPriority.underTheHood,
|
priority: ConfigPriority.underTheHood,
|
||||||
hint: '-pass 2; -minrate 1M; -maxrate 1M; -bufsize 2M',
|
hint: '-pass 2;-minrate 1M;-maxrate 1M;-bufsize 2M',
|
||||||
uiAllowSpaces: true
|
uiAllowSpaces: true
|
||||||
},
|
},
|
||||||
description: $localize`It will be sent to ffmpeg as it is, as custom output options.`,
|
description: $localize`It will be sent to ffmpeg as it is, as custom output options.`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user