An application designed to condense lengthy videos into concise, informative clips. Ideal for editors who need to efficiently sift through hours of footage to create compelling short films or highlight reels.
(venv) C:\Users\User\Autogen_Video_Refinement>py main.py
Traceback (most recent call last):
File "C:\Users\User\Autogen_Video_Refinement\main.py", line 3, in
import whisper
File "C:\Users\User\venv\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\ctypes__init.py", line 369, in init__
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable
(venv) C:\Users\User\Autogen_Video_Refinement>py main.py Traceback (most recent call last): File "C:\Users\User\Autogen_Video_Refinement\main.py", line 3, in
import whisper
File "C:\Users\User\venv\Lib\site-packages\whisper.py", line 69, in
libc = ctypes.CDLL(libc_name)
^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\ctypes__init.py", line 369, in init__
if '/' in name or '\' in name:
^^^^^^^^^^^
TypeError: argument of type 'NoneType' is not iterable