Page 1 of 1

FFmpeg console window pops up udring ReadImage call

Posted: 2009-07-25T15:10:17-07:00
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?

Re: FFmpeg console window pops up udring ReadImage call

Posted: 2009-07-25T19:06:00-07:00
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.

Re: FFmpeg console window pops up udring ReadImage call

Posted: 2009-07-26T01:26:38-07:00
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.