I am planning to use this plugin on the local video and also for online videos. would you please provide detail instructions on the execution part.
I have tried executing it . But, I faced the below error:
sh: mkvinfo: command not found
Done...
output was []
Result was 32512
EtoolsDir:
path to executable mkvinfo: mkvinfo
path of file to check /Users/Documents/Projects/cursevideo/cursing.mp4
Executing this command: 'mkvinfo' '/Users/Documents/Projects/cursevideo/cursing.mp4' > /var/folders/m1/f_0bbj754g5gkn8vmz2l82tm0000gn/T/tmp6XF3dV
sh: mkvinfo: command not found
Done...
output was []
Result was 32512
F
ERROR: test_extract_srt (main.TestProcess)
Traceback (most recent call last):
File "MKVSubExtractTest.py", line 26, in test_extract_srt
x.startExtract(movie_path, sub_track)
File "/Users/Documents/Projects/mute-profanity/resources/lib/MKVSubExtract.py", line 88, in startExtract
self.outPath = os.path.splitext(filePath)[0] + self.trackExt
TypeError: cannot concatenate 'str' and 'NoneType' objects
I am planning to use this plugin on the local video and also for online videos. would you please provide detail instructions on the execution part.
I have tried executing it . But, I faced the below error: sh: mkvinfo: command not found Done... output was [] Result was 32512 EtoolsDir: path to executable mkvinfo: mkvinfo path of file to check /Users/Documents/Projects/cursevideo/cursing.mp4 Executing this command: 'mkvinfo' '/Users/Documents/Projects/cursevideo/cursing.mp4' > /var/folders/m1/f_0bbj754g5gkn8vmz2l82tm0000gn/T/tmp6XF3dV sh: mkvinfo: command not found Done... output was [] Result was 32512 F
ERROR: test_extract_srt (main.TestProcess)
Traceback (most recent call last): File "MKVSubExtractTest.py", line 26, in test_extract_srt x.startExtract(movie_path, sub_track) File "/Users/Documents/Projects/mute-profanity/resources/lib/MKVSubExtract.py", line 88, in startExtract self.outPath = os.path.splitext(filePath)[0] + self.trackExt TypeError: cannot concatenate 'str' and 'NoneType' objects
====================================================================== FAIL: test_get_track (main.TestProcess)
Traceback (most recent call last): File "MKVSubExtractTest.py", line 21, in test_get_track self.assertEqual(sub_track, 3) AssertionError: None != 3
Ran 2 tests in 0.111s
FAILED (failures=1, errors=1)