Hi everyone,

I am trying to extract meta(tags) from mpeg and avi files. My code is as follows:
//------------------
   Magick::Image image;
   std::string name ("d:\\test.mpg");
   image.read(name.c_str());
//------------------

Now, this works fine for a jpeg image, and loads it. When I try the same with an mpeg or an avi, i get an assert saying:
assert in coders\mpeg.c
image_info->signature ==MagickSignature.

Does this mean the file has an incorrect header? I tried with a variety of files with no success.
Please help.

TIA
Thanks and Regards,
aj
http://arjunjain.net

_______________________________________________
Magick-users mailing list
[email protected]
http://studio.imagemagick.org/mailman/listinfo/magick-users

Reply via email to