kelciour / playphrase

Search and play phrases from movies and audiobooks
169 stars 26 forks source link

Extract silent parts only #14

Closed raj6996 closed 4 years ago

raj6996 commented 4 years ago

https://github.com/antiboredom/videogrep/issues/69 here is links https://www.youtube.com/watch?v=qEtEbXVbYJQ How do I extract all silent parts?

kelciour commented 4 years ago
python -mvideogrep.silence --input input.mp4
raj6996 commented 4 years ago
Traceback (most recent call last):
  File "C:\Python38\lib\runpy.py", line 185, in _run_module_as_main
    mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
  File "C:\Python38\lib\runpy.py", line 111, in _get_module_details
    __import__(pkg_name)
  File "C:\Python38\Lib\site-packages\videogrep\videogrep.py", line 14, in <module>
    from .vtt import parse_auto_sub
ImportError: attempted relative import with no known parent package
kelciour commented 4 years ago

Maybe try to reinstall it with python -m pip install --upgrade --no-deps --force-reinstall videogrep

raj6996 commented 4 years ago

Ok, thanks it works, is there anyway to use your playphrase?

kelciour commented 4 years ago

No.