Question Video to image

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
winracer

Re: Question Video to image

Post by winracer »

fmw42 wrote:unfortunately it does not say anything about avi or wmf which may or may not be significant.

Best I can suggest is upgrade to a more current version of IM. you are at 6.3.9 and IM is at 6.5.9.1 (so you are about 200 versions behind).

here is what my hosting company said about upgrading.

Hello,
Unfortunatly, we are not able to upgrade image magick on our shared or resellers at this time. We have had problems with memory issues after upgrading and had to downgrade them back.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Question Video to image

Post by magick »

Curious. More recent versions of ImageMagick do not require any more memory of significance than 6.3.9. Furthermore recent versions of ImageMagick permit the system administrator to set system wide resource limits in the policy.xml file. For example, the administrator can set a policy where any image that consumes more than 2GB of memory is cached to disk. The policy.xml configuration file was created partially to address problems associated with shared hosting.
winracer

Re: Question Video to image

Post by winracer »

magick wrote:Curious. More recent versions of ImageMagick do not require any more memory of significance than 6.3.9. Furthermore recent versions of ImageMagick permit the system administrator to set system wide resource limits in the policy.xml file. For example, the administrator can set a policy where any image that consumes more than 2GB of memory is cached to disk. The policy.xml configuration file was created partially to address problems associated with shared hosting.

thanks I will tell my hosting company it is hostgator..
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Question Video to image

Post by magick »

If your hosting company provides a shell and a compiler, you could always download ImageMagick source and build your own instance of ImageMagick.
winracer

Re: Question Video to image

Post by winracer »

magick wrote:If your hosting company provides a shell and a compiler, you could always download ImageMagick source and build your own instance of ImageMagick.

thanks I will check
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Question Video to image

Post by snibgo »

@winracer:

I don't know if you are still around, but

Code: Select all

convert cat.avi[10] cat.jpg
on Windows 7, IM 6.6.0-8, happily creates the still file from the tenth frame. The bad news is: it uses and needs ffmpeg. Most open source software needs ffmpeg for video processing.
snibgo's IM pages: im.snibgo.com
winracer

Re: Question Video to image

Post by winracer »

snibgo wrote:@winracer:

I don't know if you are still around, but

Code: Select all

convert cat.avi[10] cat.jpg
on Windows 7, IM 6.6.0-8, happily creates the still file from the tenth frame. The bad news is: it uses and needs ffmpeg. Most open source software needs ffmpeg for video processing.

thanks I was tryin gto find a way to do it with out ffmpeg. I have not found away yet.
Post Reply