File size: 796 Bytes
da8dea1 46493f8 58ed1e3 da8dea1 93b9382 0f40720 93b9382 0f40720 93b9382 0f40720 39cf2a1 8c8cf79 39cf2a1 a762fe6 8c8cf79 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: apache-2.0
language:
- en
tags:
- Video editing
- Vegaspro18
- Auto Video Editing
---
this is a model that takes in visual information and sound information and applys edits accordingly, it can also be trained to
follow the editors style of editing but you will need atleast 16 cores (32 threads) and 60 gigs of ram to train.
the data sets are the videos i used in the edits and the exported xml files from the finished edits
so far it only works for:
-Vegas 18 pro
in theory it should work for:
-Davinci Resolve
-Final Cut Pro
havent tested:
-Premier pro
-etc.
Example use:
```python
from EdAixml import VideoAudioFeatureExtractor
extractor = VideoAudioFeatureExtractor("D:\\path\\to\\video.mp4", "D:\\path\\to\\Export\\Location\\generated.xml")
extractor.process_video()
``` |