TianZerL / Anime4KCPP

A high performance anime upscaler
GNU General Public License v3.0
1.82k stars 139 forks source link

[GUI] Fix typo `Warning FFmpeg not fount` #38

Closed dvdvideo1234 closed 4 years ago

dvdvideo1234 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

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.