Errors in Transcoding images and Videos - RC4
-
-
·
Alex T⚜️
- ·
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.
-
·
Alex T⚜️
-
Thanks, for your input. I appreciate clarifying a couple of points:
1.the images not showing were in fact showing before I restart my timeline module and were in JPEG format, so, after showing initially, why all of a sudden not being able to be transcoded?
2.what about the Videos now showing?
how to fix this issue and/or prevent it from happening going forward?
thank you so much in advance!
-
- · Nurke
- ·
With videos it happens to me too.. if you add title and click on it it will open video page and show it ok... back on timeline it looks like yours.... then i go to studio and clear all cache... then video looks fine on timeline... i dont have issues with images(yet)...
-
- · Tajrebatee
-
·
In reply to Nurke
- ·
Thank you so much for your reply and help. In my case the video module isn't active. These videos and images were directly posted to timeline from editor. So, not sure where to chase them.
The issues happened only after re-installed Timeline module to fix other timeline module issues.
-
- · Nurke
- ·
I cant accept your friend request..your profile is set to private...as i mentioned in one earlier post...this is no sense issue...
-
- · Tajrebatee
-
·
In reply to Nurke
- ·
Sorry, I didn't meant to keep it private when I first sat it up. It is fixed now. Thanks again for your help.
-
- · Tajrebatee
- ·
@LeonidS videos were in Mov and MP4 formats and sizes less than 5 mb.
This issue happened after I uninstalled and reinstalled Timeline module (RC4). It affected, for some reason, only 3 video posts on timeline but multiple images (JPEG).
Since, I couldn't find a good answer, I ended up manually chasing these videos on the db, then uploading them again (nothing changed!) and now they show and the Transcoder log is cleared. However, for the images, it will be impossible to find them and change them, therefore I forgo that (unfortunately).
-
1 - I don't know, but you can try to clear all caches in Studio > Dashboard to see if it helps.
2 - For the video, the error is the following:
104203.mp4: Invalid data found when processing input
So it looks like you have some broken video file, or your ffmpeg can't understand how to process it.
-
Thanks. can the issue be related to ffmpeg itself? is there a way to reset it or reinstall it?
-
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
-
-
·
Alex T⚜️
-
·
In reply to Nurke
- ·
thank you for the report - https://github.com/unaio/una/issues/4317
-
·
Alex T⚜️
Screenshot_20230427_170014_Chrome.jpg