Open
Bug 1074675
Opened 10 years ago
Updated 2 years ago
[meta] Improve MediaRecorder video quality.
Categories
(Core :: Audio/Video: Recording, defect, P3)
Tracking
()
NEW
People
(Reporter: ayang, Unassigned)
References
Details
(Keywords: meta)
This is the tracing bug of video quality problem in MediaRecorder.
There are 2 major problems in it.
1. The source frame is from preview callback whose frame rate is not fixed. We need to enable the record callback to MediaRecorder.
2. The source frame time is from MSG, not from the camera hal. It will cause jitter when muxing the video. We need a way to pass the camera hal time through MSG and OMX encoder.
Comment 1•9 years ago
|
||
Needs bug breakdown
Rank: 25
Priority: -- → P2
Summary: Improve MediaRecorder video quality. → [meta] Improve MediaRecorder video quality.
Comment 2•7 years ago
|
||
Mass change P2->P3 to align with new Mozilla triage process.
Priority: P2 → P3
Updated•3 years ago
|
Assignee: ayang → nobody
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•