Closed
Bug 919972
Opened 12 years ago
Closed 11 years ago
[MediaEncoder] Implement encoder/ writer builder
Categories
(Core :: Audio/Video: Recording, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 987568
People
(Reporter: u459114, Unassigned)
References
(Blocks 1 open bug)
Details
Depend on MIME type, create correct track encoder and container writer.
Summary: [MediaEncoder] Implement Encode pipeline builder → [MediaEncoder] Implement encoder/ writer builder
Currently, we create always create opus and ogg object
http://dxr.mozilla.org/mozilla-central/source/content/media/encoder/MediaEncoder.cpp#l103
![]() |
||
Comment 2•12 years ago
|
||
Now the rule is platform/device would create the proper encoding format to encode base on media stream track hint.
If the media stream has the audio track, we would use the opus encoder,
If the media stream has the video track, we would use the WebM 1 for desktop, OMX codec for B2g.
![]() |
||
Updated•12 years ago
|
Assignee: nobody → rlin
Updated•12 years ago
|
Component: Video/Audio → Video/Audio: Recording
![]() |
||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•