ERGS commited on
Commit
39cf2a1
·
1 Parent(s): 58ed1e3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
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()