# sort-jianying-draft **Repository Path**: jiaojiaodubai/sort-jianying-draft ## Basic Information - **Project Name**: sort-jianying-draft - **Description**: 完全使用Python制作的剪映导出工具 - **Primary Language**: Python - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 2 - **Created**: 2022-05-31 - **Last Updated**: 2025-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## 简介(Introduction) 剪映助手是一个配合[剪映pro](https://lv.ulikecam.com/)使用的绿色小工具,它能帮助你更好地用剪映pro进行剪辑。 The JianyingAssistant is a green tool work with [CapCut](https://lv.ulikecam.com/). ## 功能(Features) - 导出草稿:把你的草稿导出为一个独立的文件夹,以便对草稿进行备份存档,或与他人共享你的剪映草稿。 Export Draft: Export your draft to a separate folder for backup and archiving, or share your edited draft with others. - 导入草稿:将本程序导出的草稿文件重新导入剪映中,支持跨版本、跨设备导入(跨平台的Mac版也即将推出)。 Import Draft: Re import the exported draft files of this program into Capcut, supporting cross version and cross device import (cross platform Mac version will also be released soon). - 导出字幕:把剪映自动识别的字幕导出为常见的字幕文件格式(`.srt`、`.ass`、`.lrc`)或者纯文本(`.txt`),让你快速获取演讲视频中的文字稿。 Export subtitles: Export automatically recognized subtitles to common subtitle file formats (`.srt`, `.ass`, `.lrc`) or plain text (`.txt`), allowing you to quickly obtain text drafts from speech videos. - 导出配音:把剪映tts生成的语音导出为单句的音频文件,以便在其他剪辑平台中使用这些有特色的配音。 Export dubbing: Export the voice generated by TTS as a single sentence audio file for use in other editing platforms. ## 构建(Build) 你可以通过以下步骤从源码手动构建本程序: You can manually build this program from the source code by following these steps: 1. 安装V3.0以上的[Python](https://www.python.org/)或它的发行版; Install [Python](https://www.python.org/) V3.0 (or its distribution version) or later version; 2. 运行`build cmd.bat`。 Run `build cmd.bat`.