https://github.com/maxchiron/vto10mb
Convert video to 10MB. 将视频压缩至10MB
https://github.com/maxchiron/vto10mb
compress ffmpeg opus python video vp9
Last synced: 6 months ago
JSON representation
Convert video to 10MB. 将视频压缩至10MB
- Host: GitHub
- URL: https://github.com/maxchiron/vto10mb
- Owner: maxchiron
- Created: 2024-09-18T00:46:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-18T01:37:16.000Z (about 1 year ago)
- Last Synced: 2025-02-16T18:18:21.928Z (8 months ago)
- Topics: compress, ffmpeg, opus, python, video, vp9
- Language: Python
- Homepage:
- Size: 406 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
```
__ ___ _ ___ __ __ ____
\ \ / / |_ ___ / |/ _ \| \/ | __ )
\ \ / /| __/ _ \| | | | | |\/| | _ \
\ V / | || (_) | | |_| | | | | |_) |
\_/ \__\___/|_|\___/|_| |_|____/
```# Vto10MB
## English
This repository contains a Python script for processing video files using FFmpeg. The main purpose of this project is to reduce video file sizes to approximately 10MB, which is useful for sharing videos on platforms with file size limitations.
### Files
- `main.py`: The main Python script containing the video processing logic.
- `requirements.txt`: A list of Python dependencies required for this project.### Usage
1. Install the required dependencies:
```
pip install -r requirements.txt
```
2. Run the main script:
```
python main.py
```For more detailed information on how to use this script, please refer to the comments in `main.py`.
---
## 中文
这个仓库包含了一个使用FFmpeg处理视频文件的Python脚本。这个项目的主要目的是将视频文件大小减小到大约10MB,这对于在有文件大小限制的平台上分享视频很有用。
### 文件
- `main.py`:包含视频处理逻辑的主Python脚本。
- `requirements.txt`:这个项目所需的Python依赖列表。### 使用方法
1. 安装所需的依赖:
```
pip install -r requirements.txt
```
2. 运行主脚本:
```
python main.py
```关于如何使用这个脚本的更详细信息,请参考`main.py`中的注释。