-
The error for the image is the following:
Unsupported image type text/xml. GD driver is only able to decode JPG, PNG, GIF, BMP or WebP files.
So it looks like you are uploading SVG file which can't be resized.
-
You may try to re-upload it from the official site https://ffmpeg.org/
-
Yes, you need to check path to ffmpeg in inc/header.inc.php and change path to another ffmpeg binary which can process specified mp4 file without errors.
-
Thank you so much for the response. Can you kindly explain to me how to "change path to another ffmpeg binary"?
My current path in inc/header.inc.php as this:
define('BX_SYSTEM_FFMPEG', '/var/www/scrubdin.net/plugins/ffmpeg/ffmpeg.exe'); ///< path to ffmpeg binary