You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For demo == 2 and demo == 3 it is showing this error.
Loading complete! Traceback (most recent call last): File "main.py", line 47, in <module> clip1 = VideoFileClip('examples/1.mp4').subclip(30,32) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 91, in __init__ fps_source=fps_source) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 33, in __init__ fps_source) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 256, in ffmpeg_parse_infos proc = sp.Popen(cmd, **popen_params) File "C:\Users\Hrishikesh\Anaconda3\lib\subprocess.py", line 676, in __init__ restore_signals, start_new_session) File "C:\Users\Hrishikesh\Anaconda3\lib\subprocess.py", line 957, in _execute_child startupinfo) OSError: [WinError 193] %1 is not a valid Win32 application
How to solve this?
The text was updated successfully, but these errors were encountered:
For demo == 2 and demo == 3 it is showing this error.
Loading complete! Traceback (most recent call last): File "main.py", line 47, in <module> clip1 = VideoFileClip('examples/1.mp4').subclip(30,32) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\VideoFileClip.py", line 91, in __init__ fps_source=fps_source) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 33, in __init__ fps_source) File "C:\Users\Hrishikesh\Anaconda3\lib\site-packages\moviepy\video\io\ffmpeg_reader.py", line 256, in ffmpeg_parse_infos proc = sp.Popen(cmd, **popen_params) File "C:\Users\Hrishikesh\Anaconda3\lib\subprocess.py", line 676, in __init__ restore_signals, start_new_session) File "C:\Users\Hrishikesh\Anaconda3\lib\subprocess.py", line 957, in _execute_child startupinfo) OSError: [WinError 193] %1 is not a valid Win32 application
How to solve this?
The text was updated successfully, but these errors were encountered: