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版。
- Host: GitHub
- URL: https://github.com/x007xyz/fly-cut
- Owner: x007xyz
- License: other
- Created: 2024-06-05T06:47:19.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:23:42.000Z (8 months ago)
- Last Synced: 2024-10-29T01:32:56.684Z (7 months ago)
- Topics: timeline-component, video, video-editor, video-processing, vue3, web, webcodecs
- Language: Vue
- Homepage: https://fly-cut.videocovert.online/
- Size: 37.6 MB
- Stars: 472
- Watchers: 5
- Forks: 70
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
## Preview
## 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