1
0
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:
Junle Li 2023-01-25 01:16:24 -08:00
parent e7983a6def
commit 0e62ccfe6a

View File

@ -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.`,