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 after upscaling video #24

Open
maheshn22 opened this issue Jan 15, 2022 · 0 comments
Open

FileNotFoundError after upscaling video #24

maheshn22 opened this issue Jan 15, 2022 · 0 comments

Comments

@maheshn22
Copy link

maheshn22 commented Jan 15, 2022

I'm getting the FileNotFoundError just like #14 . Please help.

Logs:

python trial.py
100.00%  elpsed: 423.51s  remaining:  0.00s
Traceback (most recent call last):
  File "C:\Users\Admin\Project\trial.py", line 8, in <module>
    pyanime4k.upscale_videos(pathlib.Path('Haikyuu1.mp4'))
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\pyanime4k\upscale.py", line 278, in upscale_videos
    ffmpeg_handler.migrate_audio_streams(
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\pyanime4k\ffmpeg_handler.py", line 31, in migrate_audio_streams     
    output.run()
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\ffmpeg\_run.py", line 313, in run
    process = run_async(
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\site-packages\ffmpeg\_run.py", line 284, in run_async
    return subprocess.Popen(
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in __init__
    self._execute_child(args, executable, preexec_fn, close_fds,
  File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
    hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified
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