Closed orgicus closed 11 months ago
Thank you for reporting. I think we need to clarify the instructions / error messages around this (also ping @Bercon ). The SDK may actually use other FFMpeg command line tools besides ffmpeg
. In particular, ffprobe
must work too. The SDK does not try to find them in any custom paths so if typing ffmpeg
and ffprobe
both work on the command line where you also run the Python replay, then it should work. If not, please let us know.
That's exactly what it was! 🎉
I swapped environment variables away from imagemagick and to a path that also has ffprobe
.
For people already using 3D Gaussian Splatting a path like this may be handy:
gaussian-splatting\SIBR_viewers\extlibs\ffmpeg\bin\ffprobe.exe
Thank you so much @oseiskar ! 🙌
Hi,
First off: thanks for sharing these awesome examples: really fun to play with !
I did run into an error running the vio_replay.py example:
SpectacularAI ERROR:
ffmpegmust be installed.
It seems it can't find the path to ffmpeg.exe ? It is added to the
PATH
environment variable and I did check python can see it too like so:Is there a separate env variable SpectacularAI uses to ffmpeg or a specific path ? (for example, currently I have ffmpeg installed via ImageMagick, so not a standard path?). Is there a way to tell the SpectacularAI module where to look for ffmpeg ?