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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -25,7 +25,9 @@ havent tested:
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()
 
 
25
 
26
 
27
  Example use:
28
+ '''python
29
  from EdAixml import VideoAudioFeatureExtractor
30
 
31
  extractor = VideoAudioFeatureExtractor("D:\\path\\to\\video.mp4", "D:\\path\\to\\Export\\Location\\generated.xml")
32
+ extractor.process_video()
33
+ '''