mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-01-15 23:59:08 +00:00
wip
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user