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

FileNotFoundError #13

Closed
wuast94 opened this issue Oct 21, 2018 · 3 comments
Closed

FileNotFoundError #13

wuast94 opened this issue Oct 21, 2018 · 3 comments
Assignees
Labels
false positive This isn't a issue

Comments

@wuast94
Copy link

wuast94 commented Oct 21, 2018

an i get the next error :D

"C:/Users/Marcd/Desktop/videoenlarger/ffmpeg-4.0.2/ffmpeg.exe" -i "D:\S01E01o.avi" C:\Users\Marcd\Desktop\videoenlarger\video2x-master\frames\extracted_%0d.png -y
[!] ERROR: An exception occurred
Traceback (most recent call last):
File "video2x.py", line 207, in
video2x()
File "video2x.py", line 144, in video2x
fm.extract_frames(args.video, FRAMES)
File "C:\Users\Marcd\Desktop\videoenlarger\video2x-master\ffmpeg.py", line 41, in extract_frames
subprocess.call(execute)
File "C:\Users\Marcd\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 317, in call
with Popen(*popenargs, **kwargs) as p:
File "C:\Users\Marcd\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 769, in init
restore_signals, start_new_session)
File "C:\Users\Marcd\AppData\Local\Programs\Python\Python37\lib\subprocess.py", line 1172, in _execute_child
startupinfo)
FileNotFoundError: [WinError 2] Das System kann die angegebene Datei nicht finden

@wuast94
Copy link
Author

wuast94 commented Oct 21, 2018

found the error. im loaded the wrong ffmpeg binarys

@k4yt3x
Copy link
Owner

k4yt3x commented Oct 21, 2018

@wuast94 so is it resolved right now?

@k4yt3x k4yt3x self-assigned this Oct 21, 2018
@k4yt3x k4yt3x added the false positive This isn't a issue label Oct 21, 2018
@wuast94
Copy link
Author

wuast94 commented Oct 21, 2018

Yes you can close it :)

@k4yt3x k4yt3x closed this as completed Oct 21, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
false positive This isn't a issue
Projects
None yet
Development

No branches or pull requests

2 participants