Getting swf metadata i
-
Hi,
If you mean without playing the file ?
-
Exactly without playing swf, I want to get information of swf files. Information of width and height is the most important point but in addition If I can get screenshot, duration, compression , It will be perfect.
My application works like a webserver and a CMS and gives the information of media files before publishing in clients. I am programming Backend (Webserver and CMS) with qt. I am programming frontend with javascript, html and css.
In admin panel, we can make a design and we can combine it with media files (video, swf, images). So to get information of media files width, height, duration and screenshot is important.
Thanks for advance.
-
You could try exiftools .. command line tool which extracts metadata.
-
Then you should rather use a tool like ffmpeg for that.