Remotion推出了一款媒体解析器
通常,视频操作如剪辑、裁剪和转换都是服务器端任务。然而,浏览器具备实现相似性能所需的API。<p>挑战在于为基于浏览器的解码准备视频数据,这需要针对不同的视频容器格式进行单独的实现。Media Parser通过处理必要的数据准备来解决这个问题。<p>Remotion Media Parser是一个为JavaScript和WebCodecs API设计的多媒体库,旨在为网页开发者提供直观的体验。<p>一个演示展示了利用本地硬件能力通过WebCodecs进行离线视频转换: https://remotion.dev/convert<p>更多细节请访问:https://mediaparser.dev
查看原文
Typically, video operations like trimming, cropping, and converting are server-side tasks. However, browsers possess the necessary APIs for comparable performance.<p>The challenge lies in preparing video data for browser-based decoding, requiring separate implementations for various video container formats. Media Parser addresses this by handling the necessary data preparation.<p>Remotion Media Parser is a multimedia library designed for JavaScript and the WebCodecs API, with the goal of providing an intuitive experience for web developers.<p>A demo showcases offline video conversion leveraging local hardware capabilities via WebCodecs: https://remotion.dev/convert<p>More details: https://mediaparser.dev