tgotwig / vidmerger

📼 Merge video & audio files via CLI
https://tgotwig.github.io/vidmerger
113 stars 10 forks source link

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

Open cryophyte opened 1 year ago

cryophyte commented 1 year ago

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

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 commented 1 year ago

Hello again 🙋

  1. Have you tried more simple file names?
  2. Have you tried to install ffmpeg as admin?
hungox commented 11 months ago

thread 'main' panicked at 'calledResult::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=1environment variable to display a backtrace

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