update input params
This commit is contained in:
parent
d218dbd2a1
commit
2a34c30313
|
@ -159,6 +159,10 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
{
|
||||
return "matroska";
|
||||
}
|
||||
if (string.Equals(container, "ts", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "mpegts";
|
||||
}
|
||||
|
||||
return container;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user