简体   繁体   English

在HTML5视频中获得> 24 fps的帧速率?

[英]get a >24 fps framerate in HTML5 video?

So while the DOM, canvas and webgl can hit framerates of up to 60fps, video seems to be stuck at 24fps for the moment. 因此,虽然DOM,canvas和webgl可以达到高达60fps的帧速率,但视频目前似乎停留在24fps。

That framerate is more convention than anything I believe, both the codecs and video container formats don't have restrictions there (well, not all of them). 这个帧率比我认为的更常见,编解码器和视频容器格式都没有限制(好吧,不是全部)。

I'd love to see a <video> tag showing a clip at like 48 or 60fps. 我希望看到一个<video>标签显示48或60fps的剪辑。 Is this possible, and if so, how can it best be done? 这是可能的吗?如果可以的话,怎样才能做到最好?

如果视频以高帧速率编码并且浏览器的媒体播放器实现可以跟上,则没有什么能够以更高的帧速率停止播放。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM