Search found 4 matches
- 2017-07-19T06:57:18-07:00
- Forum: Bugs
- Topic: [PHP] error/blob.c/OpenBlob/2641
- Replies: 6
- Views: 14295
Re: [PHP] error/blob.c/OpenBlob/2641
Thanks again! That all helped a lot.
- 2017-07-19T05:57:38-07:00
- Forum: Bugs
- Topic: [PHP] error/blob.c/OpenBlob/2641
- Replies: 6
- Views: 14295
Re: [PHP] error/blob.c/OpenBlob/2641
I'm guessing that was the case - is there a way to find that out? In the future this is probably something I need to know!Maybe your other system used a different program as delegate to extract frames from videos.
- 2017-07-18T18:05:38-07:00
- Forum: Bugs
- Topic: [PHP] error/blob.c/OpenBlob/2641
- Replies: 6
- Views: 14295
Re: [PHP] error/blob.c/OpenBlob/2641
You are reading one frame of a video file. IM delegates that to ffmpeg. Is ffmpeg on the system path of your live server? And how about your dev server? If that's the problem and you can't muck about with system paths, then putting the full path to ffmpeg in delegates.xml might fix the problem ...
- 2017-07-18T17:29:26-07:00
- Forum: Bugs
- Topic: [PHP] error/blob.c/OpenBlob/2641
- Replies: 6
- Views: 14295
[PHP] error/blob.c/OpenBlob/2641
Hello, I have been Googling error/blob.c/OpenBlob/2641 for the past two days trying to figure this issue out, but to little effect. I am using Imagemagick within PHP, with the following code: $imagick = new Imagick(); $imagick->readImage("/path/to/file.mp4[60]"); $imagick->setImageFormat('jpg ...