You've already forked pigallery2
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:
@@ -813,7 +813,7 @@ export class VideoTranscodingConfig {
|
|||||||
{
|
{
|
||||||
name: $localize`MP4 codec`,
|
name: $localize`MP4 codec`,
|
||||||
priority: ConfigPriority.underTheHood,
|
priority: ConfigPriority.underTheHood,
|
||||||
uiOptions: ['libx264', 'libx265', 'h264_rkmpp'],
|
uiOptions: ['libx264', 'libx265'],
|
||||||
relevant: (c: any) => c.format === 'mp4'
|
relevant: (c: any) => c.format === 'mp4'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user