Metadata-Version: 2.1
Name: cxalio-studio-tools
Version: 0.1.7
Summary: Scripts for po studio made by cxalio
Home-page: https://gitee.com/xiii_1991/cxalio-studio-tools
License: GPL-3.0-or-later
Keywords: ffmpeg,tool
Author: xiii_1991
Author-email: xiii_1991@163.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: chardet (>=5.2.0,<6.0.0)
Requires-Dist: openpyxl (>=3.1.2,<4.0.0)
Requires-Dist: python-docx (>=1.1.0,<2.0.0)
Requires-Dist: python-ffmpeg (>=2.0.10,<3.0.0)
Requires-Dist: rich (>=13.7.0,<14.0.0)
Requires-Dist: rich-argparse (>=1.4.0,<2.0.0)
Project-URL: Repository, https://gitee.com/xiii_1991/cxalio-studio-tools.git
Description-Content-Type: text/markdown

# cxalio-studio-tools

#### 介绍

这是一套用于简化影视后期工作的脚本合集。

涉及各种繁复的资料处理工作，解放双手，减少出错。

#### 安装

```shell
pip --install cxalio-media-tools

#推荐使用 pipx 安装
pipx --install cxalio-media-tools
```

#### 包含的工具

##### mediakiller

media-killer 可以通过配置文件操纵 ffmpeg 批量地对大量媒体文件转码，
仅支持单文件输入，可以保留源文件的目录层级。
请查看[具体说明](media_killer/help.md)

##### subconv

subconv 是一个批量从字幕文件提取台词本的工具。
请查看[具体说明](src/sub_conv/help.md)

#### To-do

- media-inspector 解析媒体信息

#### Change-log

- 0.1.7
  
  media-killer 对map的设置进行了特殊处理，解决了无法重映射媒体流的bug

