(评论)
(comments)

原始链接: https://news.ycombinator.com/item?id=40331968

在过去的六个月中,一名用户开发了一款创新的视频编辑器作为个人项目,以突出他们的技能并可能获得就业机会。 这个免费的开源平台被称为“OmniClips”,利用 Webcodecs API 进行快速渲染,并完全在浏览器中运行,不存储任何私人信息。 主要功能包括修剪、分割、文本、音频、图像支持、具有各种修改的剪辑编辑(例如旋转、调整大小和文本样式)、撤消/重做功能以及扩展到 4K 分辨率的渲染选项。 尽管这项工作仍在进行中,已知问题会影响较慢设备和较低帧速率文件或移动浏览器的性能,但 OmniClips 提供了一个独特且引人入胜的机会来参与创作者的开发过程。 感兴趣的用户可以通过访问网站 https://omniclip.app/ 或通过 GitHub https://github.com/aegir- assembly/omni-clip 进行贡献来进一步探索。

相关文章

原文
Hey everyone, for the past like six months I've been working on a portfolio project. I got tired of doing easy projects, so I decided to tackle something bigger and more challenging. That's when I came up with the idea of a video editor. This piece of work is intended to showcase my skills and land me a job, but I like to think when working on projects that my idea is so cool that people will like to use it, and I treat every project like a startup idea. Also I havent seen many open source video editors especially on web so that was one of the points why I decided to make that and not something else, but in the end its learning experience and im not expecting much if at all.

A bit about the video editor itself:

-website: https://omniclip.app/

-its free

-its open source (MIT Licensed)

-its using Webcodecs API for quick rendering

-works fully inside browser, client side, no private data is kept

-I made some readme with more details, im not expecting contributions but I added bit about it: https://github.com/aegir-assembly/omni-clip

Features:

-Trimming

-Splitting

-Supports - Text, Audio, Video (mp4) and Images

-Clip editing on preview - rotating, resizing, text styling and more

-Undo/Redo

-Render in different resolutions, up to 4k.

Things to know before using this editor:

-it is simple editor, but its my main project im working on and improving it.

-right now it only works with videos 25 fps and more but not less

-only 4 tracks -- its something I could improve quickly but forgot

-bug here and there (eg. filmstrip not rendering until timeline scroll moved)

-its not working on phones yet (drag and drop API problems)

I'd love to hear your thoughts and feedback on it.

联系我们 contact @ memedata.com