# FFmpegUI **Repository Path**: xhou/ffmpeg-ui ## Basic Information - **Project Name**: FFmpegUI - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-01-08 - **Last Updated**: 2026-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # FFmpegUI A Python GUI for FFmpeg, built with PySide6. ## Features - [x] 视频编码设置 - [x] 编码队列管理 - [x] 媒体信息查看 - [x] 编码参数设置 - [ ] 更多功能开发中... ## Installation ### From Source 1. Clone the repository: ```bash git clone https://github.com/yourusername/FFmpegUI.git cd FFmpegUI ``` 2. Install dependencies: ```bash pip install -r requirements.txt ``` 3. Run the application: ```bash python src/main.py ``` ## Usage 1. **编码设置**:在编码设置页面选择输入文件、输出格式、编码器和参数 2. **添加任务**:设置完成后添加到编码队列 3. **管理任务**:在编码队列页面可以启动、暂停、停止和移除任务 4. **查看信息**:在媒体信息页面可以查看媒体文件的详细信息 5. **调整设置**:在设置页面可以调整应用程序的各种设置 ## Development ### Running Tests ```bash pytest ``` ### Building Executable ```bash pyinstaller --onefile --windowed src/main.py ``` ## License MIT