An open API service indexing awesome lists of open source software.

https://github.com/x007xyz/fly-cut

A web-based video editing tool implemented with WebCodecs, similar to CapCut Web.使用webcodecs实现的Web端视频编辑工具,类似剪映Web版。
https://github.com/x007xyz/fly-cut

timeline-component video video-editor video-processing vue3 web webcodecs

Last synced: 2 months ago
JSON representation

A web-based video editing tool implemented with WebCodecs, similar to CapCut Web.使用webcodecs实现的Web端视频编辑工具,类似剪映Web版。

Awesome Lists containing this project

README

        

# fly-cut

## Introduction
A web-based editing tool implemented with Webcodecs + Vue3

If you find it useful, please 🌟 Star 🌟 to support it 🫣

## Features
![](coverImage/map.png)

## Preview
![](coverImage/preview.gif)

## References
- https://github.com/hughfenghen/WebAV Processes audio and video data in the browser based on WebCodecs; used for processing audio and video files
- https://github.com/Cc-Edit/CcClip A web-based editing tool implemented with Vue3 + ffmpeg, the main functionality of this project is based on this project