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

[GUI] Fix typo Warning FFmpeg not fount #38

Closed
dvdvideo1234 opened this issue Aug 20, 2020 · 3 comments
Closed

[GUI] Fix typo Warning FFmpeg not fount #38

dvdvideo1234 opened this issue Aug 20, 2020 · 3 comments

Comments

@dvdvideo1234
Copy link

dvdvideo1234 commented Aug 20, 2020

Hello,

  1. It appears to be FFmpeg not found !
  2. How can I point the application to the FFmpeg of MPC-HC

Where do I need to Install the executable ffmpeg.exe.

  1. Extracting the ffmpeg project in the application holder appears to have no effect.
  2. The path to the ffmpeg executable will be best stored in settings.ini
@TianZerL
Copy link
Owner

Thanks, I will fix the typo.

Where do I need to Install the executable ffmpeg.exe.

You can extract the ffmpeg binary to the root directory of GUI (same as the Anime4KCPP_GUI.exe) or add ffmpeg bin folder to your system environment variable.

The path to the ffmpeg executable will be best stored in settings.ini

That's a good idea.

@dvdvideo1234
Copy link
Author

dvdvideo1234 commented Aug 20, 2020

You can extract the ffmpeg binary to the root directory of GUI (same as the Anime4KCPP_GUI.exe)

Sadly I tried this first, and stored the bin, doc and presets where the *.exe is located, but it does not seem to detect it either.

That's why I think the best option is to store it in settings.ini for example rootFFmpeg:

[GUI]
language=en
quitConfirmatiom=true
checkFFmpeg=true
rootFFmpeg="D:\Anime4KCPP_GUI\FFmpeg"

Note that the folder looks line this:
image

The one from MPC-HC appears to have only a DLL:
image

@TianZerL
Copy link
Owner

You need copy all the files in the bin to the same folder as Anime4KCPP_GUI.exe, I mean, to make Anime4KCPP_GUI.exe and ffmpeg.exe in the same folder.

@TianZerL TianZerL closed this as completed Sep 4, 2020
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

2 participants