Closed
Bug 943139
Opened 12 years ago
Closed 12 years ago
> 100 fps captures not currently supported properly
Categories
(Testing Graveyard :: Eideticker, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: wlach, Assigned: wlach)
Details
(Keywords: perf, Whiteboard: [c=automation p= s=2014.02.14 u=])
Currently we don't generate a .webm movie for captures of greater than 100fps, due to limitations of ffmpeg (it errors out when you try to do this). This is sad, and makes it harder to debug problems for high speed captures.
We might want to switch to using vpxenc for this, which not only has no problem with higher frames per second, but also seems to generate much higher quality results.
Howto on creating a webm from a set of pngs using vpxenc:
http://wiki.webmproject.org/howtos/convert-png-frames-to-webm-video
Updated•12 years ago
|
| Assignee | ||
Comment 1•12 years ago
|
||
Resolved this by capping the playback rate of generated videos at 60fps, see bug 964814.
vpxenc does indeed generate higher quality results, but it's slower to encode. I think we should probably just leave things as they are for now.
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•12 years ago
|
Whiteboard: [c=automation p= s= u=] → [c=automation p= s=2014.02.14 u=]
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•