Skip to content

maxchiron/Vto10MB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vto10MB Logo

__     ___        _ ___  __  __ ____  
\ \   / / |_ ___ / |/ _ \|  \/  | __ ) 
 \ \ / /| __/ _ \| | | | | |\/| |  _ \ 
  \ 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中的注释。

About

Convert video to 10MB. 将视频压缩至10MB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages