All4Gis/QGISFMV

FFMPEG download failed

akunnyapeta opened this issue · 7 comments

'Missing dependency, Do you want install FFMPEG?'
I clicked yes, but the download no respond. Using QGIS 3.10.3 Windows 10.

I have same issue too. Thank you so much

if buttonReply == QMessageBox.Yes:
# Download FFMPEG # Prevent HTTP Error 403: Forbidden
progressMessageBar = iface.messageBar().createMessage("QGIS FMV", " Downloading FFMPEG...")
progressMessageBar.layout().addWidget(progress)
iface.messageBar().pushWidget(progressMessageBar, QGis.Info)

Error in download. please help. Thank you in advance

If you download directly FFMPEG on the official website. Change the name of the folder, and place it in root like : "C:\FFMPEG". Then I noticed that the folder downloaded on the website organize the folder like this : C:\FFMPEG\bin\ .exe file, so you should move all the file of the bin folder in the previous one. For me it work by following all the instruction on the video. Hope it help.

If you download directly FFMPEG on the official website. Change the name of the folder, and place it in root like : "C:\FFMPEG". Then I noticed that the folder downloaded on the website organize the folder like this : C:\FFMPEG\bin\ .exe file, so you should move all the file of the bin folder in the previous one. For me it work by following all the instruction on the video. Hope it help.

I solved the problem, Thank you so much

Solved. Thank you so much

I reopen this issue, because is a bug.