Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用新的 Html5 媒体捕获 api 在 iphone 上捕获视频。我要求将视频录制限制为特定长度,例如 6 秒。
我正在使用的 html 是:
<input id="fileupload" type="file" name="fileupload" accept="video/*" capture="camera">
是否可以使用 Html5 限制录制的长度?
这是不可能的(还)。
最新的HTML 媒体捕获(2016 年 7 月 5 日)草案没有提及HTML 元素的任何限制类型的属性。input
input
我已经汇总了所有 HTML 媒体捕获草稿的列表。