PPT/8.0/README.md
2025-05-14 17:49:03 +08:00

46 lines
1017 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 视频处理系统
这是一个基于Flask的视频处理Web应用提供视频剪辑、合并、滤镜等功能。
## 系统要求
- Python 3.7+
- Windows 10/11或Linux系统
- 现代浏览器Chrome、Firefox、Edge等
## 安装
1. 解压缩本包到任意目录
2. 安装依赖:
```
pip install -r requirements.txt
```
## 使用方法
### Windows用户
双击运行 `启动服务.bat`,将自动启动服务并打开浏览器。
### Linux/Mac用户
在终端中运行:
```
python server.py
```
然后在浏览器中访问http://localhost:5000
## 文件夹说明
- `templates/`: 网页模板
- `static/`: 静态资源文件
- `uploads/`: 上传的视频将存储在此处
- `output/`: 处理后的视频输出目录
## 注意事项
- 首次使用时,系统会自动创建必要的目录
- 视频处理可能需要较高的系统资源,请确保计算机有足够内存
- 支持的视频格式MP4, AVI, MOV等常见格式