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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悶 Err value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." } #39

Open
cryophyte opened this issue May 13, 2023 · 2 comments

Comments

@cryophyte
Copy link

I'm got this when I try to merge the video and audio "> vidmerger --format mp4 C:\Users\Bahaa\Downloads\episodes" :

  • ffmpeg -i C:\Users\xenpai\Downloads\episodes\video (540p with 25fps).mp4 -r 0 C:\Users\xenpai\AppData\Local\Temp\np3f70Un\vid (540p with 25fps).mp4 thread 'main' panicked at 'called Result::unwrap() on an Err value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', src\helpers\io_helper.rs:52:18

Also I got a failer when I run "choco install ffmpeg # prerequisite" :

Removing extracted archive.
Sleeping for 2 seconds to allow anti-viruses to finish scanning...
Renaming ffmpeg directory to common name (Try 1 / 3)
Successfully renamed directory.
ShimGen has successfully created a shim for ffmpeg.exe
ShimGen has successfully created a shim for ffplay.exe
ShimGen has successfully created a shim for ffprobe.exe
The install of ffmpeg was successful.
Software installed to 'C:\ProgramData\chocolatey\lib\ffmpeg\tools'

not installed. The package was not found with the source(s) listed.

Source(s): 'https://community.chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify --pre,
the package may not be found.
Please see https://docs.chocolatey.org/en-us/troubleshooting for more
assistance.
prerequisite not installed. The package was not found with the source(s) listed.
Source(s): 'https://community.chocolatey.org/api/v2/'
NOTE: When you specify explicit sources, it overrides default sources.
If the package version is a prerelease and you didn't specify --pre,
the package may not be found.
Please see https://docs.chocolatey.org/en-us/troubleshooting for more
assistance.

@tgotwig
Copy link
Owner

tgotwig commented May 15, 2023

Hello again 馃檵

  1. Have you tried more simple file names?
  2. Have you tried to install ffmpeg as admin?

@hungox
Copy link

hungox commented Jul 26, 2023

thread 'main' panicked at 'called Result::unwrap()on anErrvalue: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." }', src\helpers\io_helper.rs:52:18 note: run withRUST_BACKTRACE=1 environment variable to display a backtrace

I have successfully installed ffmpeg and vidmerger, but I am still encountering errors.

@tgotwig tgotwig changed the title Err value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." } 馃悶 Err value: Os { code: 2, kind: NotFound, message: "The system cannot find the file specified." } Nov 28, 2023
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

3 participants