Open
Bug 1869560
Opened 1 year ago
Updated 8 months ago
Figure out if FFmpegVideoEncoder should use something mode precise than microseconds, internally
Categories
(Core :: Audio/Video: Web Codecs, defect)
Core
Audio/Video: Web Codecs
Tracking
()
NEW
People
(Reporter: padenot, Unassigned)
References
(Blocks 2 open bugs)
Details
For now, FFmpegVideoEncoder only user is Web Codecs, that only deals with microseconds. But in general, video likes to deal with rational time. However, in Web Codecs, there is no container, and the input is in microseconds.
When FFmpegVideoEncoder will have more users, maybe we can change this and use a rational time.
Updated•1 year ago
|
Blocks: FFmpegVideoEncoder
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:padenot, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(padenot)
![]() |
||
Updated•1 year ago
|
Severity: -- → S3
Updated•1 year ago
|
Blocks: VideoEncoder
![]() |
||
Updated•9 months ago
|
Flags: needinfo?(padenot)
You need to log in
before you can comment on or make changes to this bug.
Description
•