This commit is contained in:
Fredrik Burmester
2024-10-14 18:30:01 +02:00
parent 67be97d857
commit 3807f847fd
4 changed files with 99 additions and 47 deletions

View File

@@ -260,23 +260,27 @@ export default {
SubtitleProfiles: [
{
Format: "pgssub",
Method: "encode",
Method: "embed",
},
{
Format: "subrip",
Method: "embed",
},
{
Format: "dvdsub",
Method: "encode",
Method: "embed",
},
{
Format: "dvbsub",
Method: "encode",
Method: "embed",
},
{
Format: "xsub",
Method: "encode",
Method: "embed",
},
{
Format: "vtt",
Method: "hls",
Method: "embed",
},
{
Format: "ttml",