mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-02-03 13:22:05 +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: {
|
||||
name: $localize`Custom Output Options`,
|
||||
priority: ConfigPriority.underTheHood,
|
||||
hint: '-pass 2; -minrate 1M; -maxrate 1M; -bufsize 2M',
|
||||
hint: '-pass 2;-minrate 1M;-maxrate 1M;-bufsize 2M',
|
||||
uiAllowSpaces: true
|
||||
},
|
||||
description: $localize`It will be sent to ffmpeg as it is, as custom output options.`,
|
||||
|
Loading…
x
Reference in New Issue
Block a user