# fly-cut
**Repository Path**: seeker_Liu/fly-cut
## Basic Information
- **Project Name**: fly-cut
- **Description**: 在线视频编辑平台,参考WebAV和CcClip,转自:https://github.com/x007xyz/fly-cut
- **Primary Language**: JavaScript
- **License**: Apache-2.0
- **Default Branch**: 2.0
- **Homepage**: https://github.com/x007xyz/fly-cut
- **GVP Project**: No
## Statistics
- **Stars**: 2
- **Forks**: 1
- **Created**: 2024-11-15
- **Last Updated**: 2025-02-11
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# fly-cut
## 简介
基于Webcodecs + Vue3实现的Web端剪辑工具
如果有用请 🌟 Star 🌟 支持一下哟 🫣
## 功能

## 预览

## 参考
- https://github.com/hughfenghen/WebAV 基于 WebCodecs 在浏览器中处理音视频数据;用来处理音视频文件
- https://github.com/Cc-Edit/CcClip 使用Vue3 + ffmpeg实现的Web剪辑工具,本项目主题功能基于本项目开发