GuanYixuan / GuanYixuan/pyCapCut

Some effects are not working, and the list of effects in the video_scene_effect.py file is incomplete compared to the latest version of Capcut.

Open
#12 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
668
Forks
92
PR merge metrics
No merged PRs in 30d

Description

### 1. Some effects are not working
Code sample:
```
script.add_track(cc.TrackType.effect, effect_track_name)
script.add_effect(effect, trange(0, script.duration), track_name=effect_track_name)
```
`effect` in `VideoSceneEffectType.萤火`, `VideoSceneEffectType.星火`

### 2. The list of effects in the video_scene_effect.py file is incomplete compared to the latest version of Capcut
For example: ("name": "Snowfly", "effect_id": "7571375138508262709")
```json
{
"id": "486BF3C8-3F21-4545-92CD-BA111CC928FA",
"effect_id": "7571375138508262709",
"resource_id": "7571375138508262709",
"name": "Snowfly",
"type": "video_effect",
"sub_type": 0,
"bind_segment_id": "",
"transparent_params": "",
"value": 1.0,
"category_id": "1111",
"category_name": "Video effects",
"platform": "all",
"apply_target_type": 2,
"source_platform": 1,
"version": "",
"item_effect_type": 0
}
```

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in video_scene_effect.py and inspect VideoSceneEffectType.萤火, VideoSceneEffectType.星火, and the add_effect usage shown in the report. Reproduce the effect-track example, compare the available effects with the latest CapCut list, and verify that the reported effects work and entries such as Snowfly are represented.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
api
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Quiet
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.