1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-11-25 22:32:52 +02:00

Remove h264_rkmpp codec for mp4 UI. This only limits UI and besed on #977 its not clear that it works.

This commit is contained in:
Patrik J. Braun
2025-11-01 18:20:38 +01:00
parent 9495bad0f9
commit 3cf1359f2e

View File

@@ -813,7 +813,7 @@ export class VideoTranscodingConfig {
{
name: $localize`MP4 codec`,
priority: ConfigPriority.underTheHood,
uiOptions: ['libx264', 'libx265', 'h264_rkmpp'],
uiOptions: ['libx264', 'libx265'],
relevant: (c: any) => c.format === 'mp4'
}
})