# anycvt **Repository Path**: oxy/anycvt ## Basic Information - **Project Name**: anycvt - **Description**: ffmpeg万能格式批量转换脚本 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-18 - **Last Updated**: 2025-08-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # anycvt 一个简单的图像转换工具。 ## 功能特性 - 支持将输入目录中的图片文件转换为指定格式 - 提供命令行接口进行图片转换操作 - 支持跨平台使用 ## 使用方法 ### 图像转换 使用 `cvt_img` 函数进行图像转换: ```python cvt_img(in_dir, out_dir) ``` ### 命令行转换 使用 `cmd_cvt` 函数执行命令行转换: ```python cmd_cvt(in_file, out_file) ``` ### 主程序入口 运行主程序: ```python main() ``` ## 安装与运行 1. 确保已安装Python环境 2. 克隆仓库: ``` git clone https://gitee.com/oxy/anycvt ``` 3. 运行程序: ``` python anycvt.py ``` ## 贡献指南 欢迎贡献代码和提出建议。请在提交PR前确保代码整洁且功能完整。