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 ...
Search found 6 matches
- 2020-11-08T05:58:09-07:00
- Forum: Users
- Topic: What does ImageMagick do when converting DNG to MOV?
- Replies: 1
- Views: 101511
- 2020-11-08T01:28:59-07:00
- Forum: Users
- Topic: What does ImageMagick do when converting DNG to MOV?
- Replies: 1
- Views: 101511
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 ...
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 ...
- 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: 147443
Re: Please help: Memory allocation error with Magick PHP and exec()
Thanks a lot, girls and guys and all the others here!
- 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: 147443
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 ...
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 ...
- 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: 147443
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 ...
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 ...
- 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: 147443
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 ...
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 ...