Error when trying to run jumpcutter.py
See original GitHub issueSo, whenever I try to do the: C:\Users\MY_NAME\AppData\Local\Programs\Python\Python37\python.exe jumpcutter.py --input_file input.mp4
command, it just comes up with the error: ImportError: cannot import name 'quote' from 'pytube.compat' (C:\Users\MY_NAME\AppData\Local\Programs\Python\Python37\lib\site-packages\pytube\compat.py)
. I’ve done everything like installing ffmpeg and python and stuff, but im just confused about what I do afterwards. If you can explain, please do it in a simple way, because I’m not the best with techincal stuff like coding. I just wanted to try and use this tool for fun to see what I could do.
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
Jumpcutting 12 hour video "jumpcutter.py in line 108"... · Issue #110 ...
Hi, So I tried this on a 12-hour video, and it failed on audio. It throws me an error saying: Traceback (most recent...
Read more >jumpcutter - PyPI
Jumpcutter is a program that is written in Python to automatically jump-cut silent parts of your videos. The purpose here is to ease...
Read more >Tudásbázis - Automatically video edit with Python - Internetivo
And then after running this command: python3 jumpcutter.py --input_file auto_2.mp4 --sounded_speed 1 --silent_speed 999999 --frame_margin 2.
Read more >output exceeds the size limit. open the full output data - You.com ...
VSCode interactive python output exceeds size limit ... I am trying to run the below code in VSCode where in I am using...
Read more >Remove all silences from mp4 videos - python programming
Your browser can't play this video. ... A script to use jumpcutter. py ... stringa = f"py jumpcutter. py --input_file {finp}.mp4 --output_file ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
try installing pytube3
pip install pytube3
My bad. I don’t use cmd often enough to tell what it can’t do.