Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSError: [WinError 193] %1 is not a valid Win32 application #13

Open
hrishikesh495 opened this issue Aug 4, 2018 · 0 comments
Open

Comments

@hrishikesh495
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant