eibol / ffmpeg_batch

FFmpeg Batch AV Converter
GNU Lesser General Public License v2.1
871 stars 50 forks source link

Checksum warning after recent install v3.0.7 #111

Closed kvanderhaeghen-aleacsysonline closed 2 months ago

kvanderhaeghen-aleacsysonline commented 2 months ago

There seems to be an issue with the latest 3.0.7 version. It seems that it forgot to override the ffmpeg.exe? I got a warning that it didn't know the checksum of that exe. image

image

eibol commented 2 months ago

Hi, it is not an issue, If you don't want to see these messages, just trust ffmpeg and then check "Do not validate ffmpeg". Anyway, you can download latest ffmpeg 7.0.1, it should not warn you.

kvanderhaeghen-aleacsysonline commented 2 months ago

Ok I understand, but is it possible that the installer overwrites the ffmpeg.exe with the new one? Or isn't that possible to implement in the installer? I'm just wondering 😄

eibol commented 2 months ago

Ok I understand, but is it possible that the installer overwrites the ffmpeg.exe with the new one? Or isn't that possible to implement in the installer? I'm just wondering 😄

The installer always overwrites ffmpeg.exe, so the warning will display if an updated ffmpeg executable is included. The valid checksum is the one of the new ffmpeg 7.0.1 essential.

Anyway, it is becoming somewhat a hassle, so I included the settings to disable it for good.

kvanderhaeghen-aleacsysonline commented 2 months ago

Ow okay, I thought it checked if I was using the new one and thought the exe still was the old one and the hash didn't match because of it. My bad, I will accept the message then 👍