Hello,
I'm using Media Thumbnails Video with ffmpeg version N-53650-g9c0beaf0d3-static and when trying to refresh video thumbnails got this:
FFMpeg\Exception\RuntimeException: Unable to save frame în FFMpeg\Media\Frame->save() (linia 132 din /home/public_html/vendor/php-ffmpeg/php-ffmpeg/src/FFMpeg/Media/Frame.php).
The server is using php 7.4.
The video is an mp4 downloaded from Facebook
Thanks.
Comments
Comment #2
gge commentedComment #3
lamp5Check this and your directory permission https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues/223
Comment #4
lamp5Comment #5
eduardo.heuvel commentedI have the same problem. I don't think it's a folder permissions issue. As far as I can tell with my very limited programming knowledge, it looks like the frame should be saved to the database and not to a file.
If I try to save a single video media entity I get a WSOD with the following message: Drupal\Core\Entity\EntityStorageException: Unable to save frame in Drupal\Core\Entity\Sql\SqlContentEntityStorage->save() (line 846 of core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php).
Comment #7
lamp5I improved catch exception because we had incorrect class for exception.
Comment #9
dangreenman commentedI had this error and it was due to dns resolving to an ip without ssl for the probed address.