Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Work with video files (movies), audio, images
Forum Updated to NodeBB v4.3 + New Features

Work with video files (movies), audio, images

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 2.3k Views 1 Watching
  • 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.
  • C Offline
    C Offline
    Chiz_
    wrote on last edited by
    #1

    I need to get specific info about file (e.g video, audio, image).
    I can load file using standart open file dialog, but I didn't find(using google) how to get information about VIDEO file, not just file.
    If somebody know how to get such kind of specific info not just from video file but from audio (duration, bitrate...) and/or image(height, bit depth...) post info here.
    Many thanks for your time!

    1 Reply Last reply
    0
    • S Offline
      S Offline
      stukdev
      wrote on last edited by
      #2

      For Image look "QImage":http://doc.qt.nokia.com/4.7/qimage.html
      -> "depth":http://doc.qt.nokia.com/4.7/qimage.html#depth
      -> "height":http://doc.qt.nokia.com/4.7/qimage.html#height

      1 Reply Last reply
      0
      • C Offline
        C Offline
        Chiz_
        wrote on last edited by
        #3

        [quote author="stuk" date="1294751824"]For Image look "QImage":http://doc.qt.nokia.com/4.7/qimage.html
        -> "depth":http://doc.qt.nokia.com/4.7/qimage.html#depth
        -> "height":http://doc.qt.nokia.com/4.7/qimage.html#height

        [/quote]

        Thanks!
        It seems that for images this is the right way!

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved