[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Steli Vali
Hi Abel, sorry for the late reply, I had some problems with the ORCID in DSpace and prioritesed that. I have tested with you file and the same error: convert-im6.q16: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]': No such file or directory @ error/blob.c/OpenBlob/2874 Also get the sa

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Abel Gómez
Hi Steli, I confirm that the following works in Debian 11: ``` root@debian11:~# wget https://biblioteca.sistedes.es/bitstreams/a81773f8-aa61-45b5-90f0-ba53a8cf8378/download -q -O video.tmp root@debian11:~# convert -size 640x480 VIDEO:./video.tmp[100] thumb.jpg root@debian11:~# ll -h thumb.jpg

[dspace-tech] Dspace-CRIS 7 instalation

2023-11-17 Thread Maksim Donchenko
Good afternoon. Who can tell me how to install Dspace_CRIS on Dspace 7x? Sincerely, Maksim. -- 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

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Steli Vali
Hi Abel, thank you for helping. I tried it on Ubuntu 22.04 and it works also there. So it seems to be a problem that occurs on Ubuntu 20.04 (and maybe other OSs), but unrelated to DSpace. Thank you for help and I am happy to see this feature in DSpace, so that we can provide thumbnails to video

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Abel Gómez
Hi Steli, I'm writing this message again since it seems it got lost (apologies if, in the end, it's sent twice). I'm happy to know it works in your production server, but to continue with the discussion (and for the records), I've been able to track down where the error comes from. It seems t

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Steli Vali
Hi Abel, I added in ImageMAgickVideoThumbail: @Autowired ConfigurationService configurationService; And in method getThumbnailFile at line 65: String videoFormat = configurationService.getProperty("imagemagick.video.format", "VIDEO"); //default is VIDEO String framerate = config

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Abel Gómez
Great, thanks for testing. I had in my todo list to upgrade from DSpace 7.6 to 7.6.1, so I think it's a good opportunity to also do some tests, and send a PR with the findings of our discussion :) Cheers! Abel El viernes, 17 de noviembre de 2023 a las 15:14:58 UTC+1, Steli Vali escribió: >

[dspace-tech] Error when creating collection

2023-11-17 Thread 'Nicolas becerra morales' via DSpace Technical Support
When trying to create a collection for a community I get an error, I'll attach image, I'm working locally backend: 7.5 Frontend: DSpace CRIS 7 (based on 7.5 dspace frontend) -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Co

[dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Steli Vali
Hi Abel, tested again, and even if we change the format to MPEG, an error still occurs: InvalidImageIndex (for any index as I tried with 1, 10, 100 and still get that error) It is also a Bug reported about something similar here: IM7: subimage specification returns no images - Legacy ImageMagi

Re: [dspace-tech] Re: ImageMagickVideoThumbnailError: unable to open image `VIDEO:/tmp/imthumb12321.tmp[100]

2023-11-17 Thread Abel Gómez
Ops! Thanks for testing then. Since I'm already coding, I can take charge of doing further tests and updating the documentation/code where needed. Just one comment regarding the VIDEO vs MPEG issue: it's not version 6.9.11 exactly, it's 6.9.11-31 (6.9.11-30 still uses the MPEG format name :)