Utilizzo Windows 11 e OSGeo4W QGIS 3.34.15, QGIS 3.40.3 e master
PS: ho scaricato manualmente ffmpeg, ho creato cartella in C:\ffmpeg\bin e aggiunto la variabile di ambiente in path; ho aggiornato il file settings.ini;
ma ogni volta che avvio QGIS con il profilo dove ho installato il plugin mi chiede di ffmpeg.
Non ho mai usato tale plugin, ma ho visto il codice e mi pare che l’avviso di richiesta di installazione di FFMPEG venga visualizzato solo se la chiave “ffmpeg” in settings.ini non contiene il percorso di una cartella e se il file ffmpeg.exe non è presente in tale cartella.
[GENERAL]
#dtm (digital terrain model - look data folder globe.tif). change it using your path (D:\3dfmv\WorldDEM.tif)
dtm_file : C:\DemGlobalFMV\N44W105.hgt
#raster square size in pixel that will be loaded from dtm
dtm_buffer_size : 2000
#reverse geocoding service that transforms point to address
reverse_geocoding_url : https://nominatim.openstreetmap.org/reverse.php?format=json&lat={}&lon={}
#ffmpeg path
ffmpeg : C:\ffmpeg\bin
#buffer metadata reader size (important : IF THIS VALUE IS VERY HIGH THE PLUGIN WILL FAIL)
min_buffer_size : 5
[LAYERS]
platform_lyr : Platform
beams_lyr : Beams
footprint_lyr : Footprint
trajectory_lyr : Trajectory
framecenter_lyr : Frame Center
frameaxis_lyr : Frame Axis
point_lyr : Drawings Point
line_lyr : Drawings Line
polygon_lyr : Drawings Polygon
epsg : EPSG:4326
frames_g : FMV Georeferenced Frames
[FILES]
exts : ["All Videos *.ts *.mpeg4 *.mp4 *.avi *.mpg *.H264 *.mov *.mpeg", "ts","mpeg4","mp4","avi","mpg","H264","mov","mpeg"]