FFmpeg console window pops up udring ReadImage call

The MagickWand interface is a new high-level C API interface to ImageMagick core methods. We discourage the use of the core methods and encourage the use of this API instead. Post MagickWand questions, bug reports, and suggestions to this forum.
Post Reply
codymanix
Posts: 19
Joined: 2008-02-20T20:49:46-07:00

FFmpeg console window pops up udring ReadImage call

Post by codymanix »

if ReadImage is called on a video file, an FFmpeg console window pops up.
Library functions in general should not display such things.
Is this a bug?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: FFmpeg console window pops up udring ReadImage call

Post by magick »

Not a bug, its a consequence of utilizing a delegate program, in this case ffmpeg. You can of course rebuild ffmpeg from source and set the workspace so no console is created. Eventually we may call the ffmpeg API instead which will eliminate the problem as well.
codymanix
Posts: 19
Joined: 2008-02-20T20:49:46-07:00

Re: FFmpeg console window pops up udring ReadImage call

Post by codymanix »

Yes it would be better if delegate processes would be created without console/window in general to avoid such things.
Otherwise there is always the danger that funny codecs create popup windows.
It would be great if that could be changed in one of the future versions of ImageMagick.
Post Reply