mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 11:33:25 +00:00
feat: Add HEVC encoding options and support for MPG/MPEG formats in conversion
This commit is contained in:
@@ -43,4 +43,14 @@ MEDIA_TYPES = {
|
||||
"m4v": {"description": "MPEG-4 video", "meta_type": "MP4", "mime": "video/mp4"},
|
||||
"3gp": {"description": "3GPP multimedia", "meta_type": "MP4", "mime": "video/3gpp"},
|
||||
"ogv": {"description": "Ogg Video", "meta_type": "Ogg", "mime": "video/ogg"},
|
||||
"mpg": {
|
||||
"description": "MPEG video",
|
||||
"meta_type": "MPEG-PS",
|
||||
"mime": "video/mpeg",
|
||||
},
|
||||
"mpeg": {
|
||||
"description": "MPEG video",
|
||||
"meta_type": "MPEG-PS",
|
||||
"mime": "video/mpeg",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user