帮助剪映快速生成草稿的方案
Project description
JianYingDraft.PY
项目简介
项目来源于 https://github.com/xiaoyiv/JianYingProDraft
因为原始库旷日持久没有更新,所以自己动手丰衣足食,基于此项目进行二次开发。
虽说是二次开发,但跟原始项目相比早就“肝胆楚越也”,因此也就没有对原始项目进行fork。
▌参考资料: 剪映草稿文件的说明,另外可以参考文章:https://blog.csdn.net/a820206256/article/details/134428639
剪映的草稿原理说明
- 实现原理 : 剪映的草稿文件是
json
的形式存储的。我们只需要创建draft_content.json
和draft_mate_info.json
,其他文件则会在打开剪映软件后会自动补全。draft_mate_info.json
内的素材信息会出现在剪映左侧的素材库中;两个文件内都记录了素材信息,draft_content.json
的素材信息会出现在剪映下侧的时间线上。 - 添加一个媒体素材到剪映软件,剪映会将其数据记录进入“草稿元数据库” 和 “草稿内容库”(包括素材部分和轨道部分)
本软件的实现原理说明
add_media
会识别媒体类型,加入到对应轨道。- 当没有视频轨道时,创建音频轨道会先创建视频轨道。
使用步骤与说明
- 使用前先修改配置文件
_projectConfig.ini
内,剪映草稿文件夹路径为你本地正确的路径。drafts_root=Z:/jianying/Data/JianyingPro Drafts
- 根据自己的需求修改
main.py
内的代码。运行main.py
。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
jianyingdraft_py-0.1.11.tar.gz
(13.5 kB
view details)
Built Distribution
File details
Details for the file jianyingdraft_py-0.1.11.tar.gz
.
File metadata
- Download URL: jianyingdraft_py-0.1.11.tar.gz
- Upload date:
- Size: 13.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.2 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c70ff7f212cff449ec28ded963991a015daf90f8dfa5d90cec629ca8a4e9defe |
|
MD5 | eaec837748f6e6c1b6407cd3069c1109 |
|
BLAKE2b-256 | eb489dde23db8cda62c93ffe7fbec934c0fe49e572824b2fdb882c4947440318 |
File details
Details for the file jianyingdraft_py-0.1.11-py3-none-any.whl
.
File metadata
- Download URL: jianyingdraft_py-0.1.11-py3-none-any.whl
- Upload date:
- Size: 21.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.7.1 CPython/3.12.2 Windows/11
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 27406e2e57e2dc6d1c356501b9d2e2551e45b6c53b42ef5b52fe3c2c50e1dd35 |
|
MD5 | ffa4f8e3a30e598d859ea0113c25eae3 |
|
BLAKE2b-256 | d2992ab413ac38735df8a3fa8145428eca992f88a429115dfe46c209f4d42515 |