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. How to use QtAV with Qt creator
Forum Updated to NodeBB v4.3 + New Features

How to use QtAV with Qt creator

Scheduled Pinned Locked Moved Unsolved General and Desktop
9 Posts 3 Posters 4.1k 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.
  • R Offline
    R Offline
    rockon209
    wrote on last edited by
    #1

    Hello guys,
    I am new to QtAV could anyone help me how to setup and use the QtAV lib with Qt Creator mingw

    Thanks

    1 Reply Last reply
    0
    • VRoninV Offline
      VRoninV Offline
      VRonin
      wrote on last edited by
      #2

      In general: http://doc.qt.io/qt-5/third-party-libraries.html
      Using Qt Creator: http://doc.qt.io/qtcreator/creator-project-qmake-libraries.html

      "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
      ~Napoleon Bonaparte

      On a crusade to banish setIndexWidget() from the holy land of Qt

      1 Reply Last reply
      0
      • R Offline
        R Offline
        rockon209
        wrote on last edited by
        #3

        thanks.
        I installed the QtAV now when I run a program it gives following error

        error: cannot find -lQt5AVWidgetsd
        could anyone help

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          I don't want to be rude but sometimes: RTFM

          explicit section of the link I pasted above: http://doc.qt.io/qt-5/third-party-libraries.html#library-files

          You are missing the first part

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          1
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            Hi,

            To add to @VRonin, did you build QtAV ?

            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
            1
            • R Offline
              R Offline
              rockon209
              wrote on last edited by
              #6

              No I havent, how to do that could you tell me.

              VRoninV 1 Reply Last reply
              0
              • R rockon209

                No I havent, how to do that could you tell me.

                VRoninV Offline
                VRoninV Offline
                VRonin
                wrote on last edited by VRonin
                #7

                @rockon209 said in How to use QtAV with Qt creator:

                how to do that could you tell me.

                https://github.com/wang-bin/QtAV/wiki/Build-QtAV

                "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                ~Napoleon Bonaparte

                On a crusade to banish setIndexWidget() from the holy land of Qt

                1 Reply Last reply
                1
                • R Offline
                  R Offline
                  rockon209
                  wrote on last edited by
                  #8

                  Ok now the project i am working on id bulding but when i run it give s me following errors please help

                  VideoEncoder::Register(..., FFmpeg)
                  Singleton 17747610 created...
                  VideoDecoder::Register(..., FFmpeg)
                  Singleton 17748918 created...
                  AudioOutputBackend::Register(..., null)
                  Singleton 17748980 created...
                  MediaIO::Register(..., QIODevice)
                  Singleton 17748a08 created...
                  MediaIO::Register(..., QFile)
                  ImageConverter::Register(..., FFmpeg)
                  Singleton 17748b50 created...
                  AudioEncoder::Register(..., FFmpeg)
                  Singleton 17748bd8 created...
                  AudioDecoder::Register(..., FFmpeg)
                  Singleton 17749250 created...
                  SubtitleProcessor::Register(..., FFmpeg)
                  Singleton 17749398 created...
                  SubtitleProcessor::Register(..., LibASS)
                  VideoRenderer::Register(..., OpenGLWindow)
                  Singleton 17748ca0 created...
                  VideoDecoder::Register(..., DXVA)
                  VideoDecoder::Register(..., CUDA)
                  AudioOutputBackend::Register(..., OpenAL)
                  AudioOutputBackend::Register(..., DirectSound)
                  AudioOutputBackend::Register(..., XAudio2)
                  AudioResampler::Register(..., Libav)
                  Singleton 17748d00 created...
                  AudioResampler::Register(..., FFmpeg)
                  VideoRenderer::Register(..., OpenGLWidget)
                  VideoRenderer::Register(..., QGLWidget2)
                  VideoRenderer::Register(..., Widget)
                  VideoRenderer::Register(..., GDI)
                  VideoRenderer::Register(..., Direct2D)
                  VideoRenderer::Register(..., GraphicsItem)
                  registerRenderers...........
                  Qt: Untested Windows version 10.0 detected!
                  AudioOutputBackend::next(17749400)
                  AudioOutputBackend::next(17749404)
                  AudioOutputBackend::next(17749408)
                  AudioOutputBackend::next(1774940c)
                  AudioOutputBackend::id("XAudio2")
                  VideoRenderer::id("Widget")
                  Unknown id

                  1 Reply Last reply
                  0
                  • VRoninV Offline
                    VRoninV Offline
                    VRonin
                    wrote on last edited by
                    #9

                    They don't look like errors. Just a warning that Windows 10 is untested (but this doesn't mean it's not working)

                    "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
                    ~Napoleon Bonaparte

                    On a crusade to banish setIndexWidget() from the holy land of Qt

                    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