mirror of
https://github.com/C4illin/ConvertX.git
synced 2026-09-12 09:57:46 +02:00
feat(ffmpeg): added m2ts, ts, vob, wmv input types, and mka output (#636)
This commit is contained in:
@@ -241,6 +241,7 @@ export const properties = {
|
||||
"lxf",
|
||||
"m15",
|
||||
"m2a",
|
||||
"m2ts",
|
||||
"m4a",
|
||||
"m4b",
|
||||
"m4v",
|
||||
@@ -423,6 +424,7 @@ export const properties = {
|
||||
"tiff",
|
||||
"tmv",
|
||||
"truehd",
|
||||
"ts",
|
||||
"tta",
|
||||
"tty",
|
||||
"txd",
|
||||
@@ -456,6 +458,7 @@ export const properties = {
|
||||
"vivo",
|
||||
"vmd",
|
||||
"vobsub",
|
||||
"vob",
|
||||
"voc",
|
||||
"vpk",
|
||||
"vplayer",
|
||||
@@ -474,6 +477,7 @@ export const properties = {
|
||||
"webp",
|
||||
"webvtt",
|
||||
"wma",
|
||||
"wmv",
|
||||
"wow",
|
||||
"wsaud",
|
||||
"wsd",
|
||||
@@ -606,6 +610,7 @@ export const properties = {
|
||||
"m4v",
|
||||
"mjpeg",
|
||||
"mjpg",
|
||||
"mka",
|
||||
"mkv",
|
||||
"mlp",
|
||||
"mmf",
|
||||
|
||||
Reference in New Issue
Block a user