Search found 6 matches

by zfmobil
2020-11-08T05:58:09-07:00
Forum: Users
Topic: What does ImageMagick do when converting DNG to MOV?
Replies: 1
Views: 35450

Re: What does ImageMagick do when converting DNG to MOV?

Still have no solution. But if someone stumbles upon this: I recognized that FFMPEG can work on DNGs directly, which is much much faster, since it uses the GPU. Unfortunately the clips are very dark and greenish. But this is REALLY fast. The command line is: ffmpeg -r 25 -f image2 -i frame_%06d.dng ...
by zfmobil
2020-11-08T01:28:59-07:00
Forum: Users
Topic: What does ImageMagick do when converting DNG to MOV?
Replies: 1
Views: 35450

What does ImageMagick do when converting DNG to MOV?

Hello nice girls and guys! I have a question. I need to generate short video-clips from a bunch of DNG files that are generated from my Highspeed camera. In the folder with the DNGs I use this command: magick -verbose *.dng movie.mov This works fine, I get the clip as I need it. As far as I can see,...
by zfmobil
2016-10-06T12:49:33-07:00
Forum: MagickWand for PHP
Topic: Please help: Memory allocation error with Magick PHP and exec()
Replies: 7
Views: 69557

Re: Please help: Memory allocation error with Magick PHP and exec()

Thanks a lot, girls and guys and all the others here!
by zfmobil
2016-10-06T06:15:50-07:00
Forum: MagickWand for PHP
Topic: Please help: Memory allocation error with Magick PHP and exec()
Replies: 7
Views: 69557

Re: Please help: Memory allocation error with Magick PHP and exec()

Hello and thanks a lot for your efforts. Actually my script used both the exec() and the PHP-version (have a look at the end of it for PHP). However, now my ISPs support technicians started a deeper research of the problem and found out , that the memory was set to low for Imagick - as stated by the...
by zfmobil
2016-10-04T14:55:38-07:00
Forum: MagickWand for PHP
Topic: Please help: Memory allocation error with Magick PHP and exec()
Replies: 7
Views: 69557

Re: Please help: Memory allocation error with Magick PHP and exec()

Hello and thanks a lot for you replies. I can't believe it's a memory issue. All images together are less than 1MB and the resulting GIF would be maybe 5MB or so. Nevertheless, is there any other exec() prog I could use to test how much memory can be grabbed? First thing my script does is reporting ...
by zfmobil
2016-10-04T08:14:42-07:00
Forum: MagickWand for PHP
Topic: Please help: Memory allocation error with Magick PHP and exec()
Replies: 7
Views: 69557

Please help: Memory allocation error with Magick PHP and exec()

Hello, thanks for reading this, I need some help: I wrote a PHP-script that generates animated GIFs from a range of JPGs. The script worked fine until my provider updated ImageMagick and applied some security patches to the server. Now the PHP-script doesn't finish its work anymore. Although I am ab...