Hi Carolyn,
we have the "ImageMagick Video Thumbnail" succesfully working on our production server (https://hdl.handle.net/11705/SISTEDES/SEMINARIOS).
We're running Debian 12, and ImageMagick 6.9.11-60.
Regarding your problem with video Thumbnails, I think it's related to this issue discussed long ago: https://groups.google.com/g/dspace-tech/c/Pz5zGJjAS1w?pli=1
I think it's because you're using an old version of ImageMagick which expects that MP4 files are specified as "MPEG" rather than as "VIDEO" when explicitly setting the video file format (exactly, here: https://github.com/DSpace/DSpace/blob/2205bb18b1786b71d6cef876e67566d35c04bb49/dspace-api/src/main/java/org/dspace/app/mediafilter/ImageMagickVideoThumbnailFilter.java#L66). That's my guess from inspecting the code.
Here's the commit when the developers of ImageMagick introduced this breaking change (https://github.com/ImageMagick/ImageMagick6/commit/4872c693299802cfe6677742867098f64440d9aa). It was around version 6.9.11-31.
I have planned to send a PR to make that part of the code configurable, but didn't have the time.
Regarding your issue with PDF files, is a configuration issue of ImageMagick. See https://wiki.lyrasis.org/display/DSDOC7x/ImageMagick+Media+Filters#ImageMagickMediaFilters-%22convert.im6:notauthorized%22errors
Best regards,
Abel
--
All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx
---
You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/9cfd2f43-09e9-46d6-993c-6cd343d2ec33n%40googlegroups.com.
-- Abel Gómez Llana, PhD ab...@gomez.llana.me https://abel.gomez.llana.me
To view this discussion visit https://groups.google.com/d/msgid/dspace-tech/01a8070d-884c-419b-8c45-4667a5db0427%40gmail.com.
Hello Carolyn,
to be fair, in the original discussion ( https://groups.google.com/g/dspace-tech/c/Pz5zGJjAS1w?pli=1) using MPEG instead of VIDEO also hitted another bug in ImageMagick and the filter still didn't work after changing that line (that other error was reported by the other user, but I didn't test anything).
In any case, it's weird that no errors are reported... Without logs, I cannot give you any more guidance.
Right now, I'm running DSpace 9.1, but we have the filter running with no issues since DSpace 7.5 (we've used 7.5, 7.6, 7.6.1, 8.0 and 9.1 so far).
We started using Debian 11, and as I said, now we run Debian 12.12 with the default repositories.
Which system are you running? Ubuntu 20.04? Can you test on a more modern system?
Best regards,
Abel