None of your example files will generate a video on Windows.
The error ffmpeg not installed? is thrown despite ffmpeg-python being installed.
I looked up the relevant function generate_video() in your source code and it says Note: this function requires ``ffmpeg`` to be available in your path., so I've tried copying the ffmpeg package folder into the same folder as the .ipynb notebook containing your example simulations and even moving all .py files directly into it, but to no avail.
Could you please check what's wrong and, if necessary, make corrections so that fdtd will recognize the ffmpeg package?
None of your example files will generate a video on Windows.
The error
ffmpeg not installed?is thrown despiteffmpeg-pythonbeing installed.I looked up the relevant function
generate_video()in your source code and it saysNote: this function requires ``ffmpeg`` to be available in your path., so I've tried copying theffmpegpackage folder into the same folder as the.ipynbnotebook containing your example simulations and even moving all.pyfiles directly into it, but to no avail.Could you please check what's wrong and, if necessary, make corrections so that
fdtdwill recognize theffmpegpackage?