Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved Getting swf metadata i

    General and Desktop
    3
    5
    873
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • CKurdu
      CKurdu last edited by

      Is there a qt solution to get info of swf file like width, height, compression?

      You reap what you sow it

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        If you mean without playing the file ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • CKurdu
          CKurdu last edited by

          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 reap what you sow it

          1 Reply Last reply Reply Quote 0
          • E
            eureka last edited by eureka

            You could try exiftools .. command line tool which extracts metadata.

            http://www.sno.phy.queensu.ca/~phil/exiftool/

            1 Reply Last reply Reply Quote 0
            • SGaist
              SGaist Lifetime Qt Champion last edited by

              Then you should rather use a tool like ffmpeg for that.

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              1 Reply Last reply Reply Quote 0
              • First post
                Last post