1
0
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:
Patrik J. Braun 2023-01-25 11:24:38 +01:00 committed by GitHub
commit 23b315a7c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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