-
Notifications
You must be signed in to change notification settings - Fork 64
Add support for mpeg files #751
Copy link
Copy link
Closed
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.enhancementNew feature or requestNew feature or requestfile support requestRequest support for a new mime typeRequest support for a new mime type
Metadata
Metadata
Assignees
Labels
0. Needs triagePending approval or rejection. This issue is pending approval.Pending approval or rejection. This issue is pending approval.enhancementNew feature or requestNew feature or requestfile support requestRequest support for a new mime typeRequest support for a new mime type
Type
Fields
Give feedbackNo fields configured for issues without a type.
What file type
video/mpeg (1)
What application is using it
Old videos and cameras
Sample file
mpeg sample file
Suggestion how to implement support
As video formats older than MPEG-4/AVC are not supported natively by most browsers, different means of decoding need to be supplied. There is a JavaScript decoder JSMpeg that could be integrated.