# BatchBiliVideo
**Repository Path**: through-git/batch-bili-video
## Basic Information
- **Project Name**: BatchBiliVideo
- **Description**: No description available
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2024-07-21
- **Last Updated**: 2024-09-05
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# BatchBiliVideo
Batch processing of videos downloaded from mobile clients of Bilibili.
Improvement of Project4Bilibili.
# Sample
```
# p: pattern, o: OutputDirectory, f: OriginalDirectory, i: Immediately
-p: 0 represents: Silent, 1 represents: Sound
-o: Output Directory
-f: Original Material Directory
-i: Do you want to execute immediately? 0 represents: No, 1 represents: Yes
```
# Command Example
```
python app.py -p 1 -o /Output/Directory -f /Original/Directory -i 0
python app.py -p 0 -o /Output/Directory -f /Original/Directory -i 0
```
# File Effect
- app
- 基础执行单元
- support_for_app
- 批量生成关于原料目录下各个子目录的信息详情文件(`OutPutRecords/*.json`)
- 生成要执行的批量命令行的内容脚本,其中带有注释
- 根据注释,可以对批量命令行的脚本的内容再做修改
- generate_path
- 生成 pth 文件
- mv_pth_to_env_dir
- 将 pth 文件移动到 python 环境目录路径下
- verified_path
- 检查移动 pth 文件到 python 系统环境目录路径下之后,路径是否添入到 sys.path 之中