Update README.md
Browse files
README.md
CHANGED
|
@@ -21,4 +21,11 @@ in theory it should work for:
|
|
| 21 |
|
| 22 |
havent tested:
|
| 23 |
-Premier pro
|
| 24 |
-
-etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
havent tested:
|
| 23 |
-Premier pro
|
| 24 |
+
-etc.
|
| 25 |
+
|
| 26 |
+
|
| 27 |
+
Example use:
|
| 28 |
+
from EdAixml import VideoAudioFeatureExtractor
|
| 29 |
+
|
| 30 |
+
extractor = VideoAudioFeatureExtractor("D:\\path\\to\\video.mp4", "D:\\path\\to\\Export\\Location\\generated.xml")
|
| 31 |
+
extractor.process_video()
|