mirror of
https://github.com/xuthus83/pigallery2.git
synced 2025-01-14 14:43:17 +08:00
Merge pull request #597 from lijunle/ffmpeg-example
The spaces for ffmpeg custom options are strict.
This commit is contained in:
commit
23b315a7c0
@ -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