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. Qtav
Forum Updated to NodeBB v4.3 + New Features

Qtav

Scheduled Pinned Locked Moved Unsolved General and Desktop
17 Posts 4 Posters 1.6k Views 3 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.
  • SGaistS Offline
    SGaistS Offline
    SGaist
    Lifetime Qt Champion
    wrote on last edited by
    #7

    Where is your Android build of ffmpeg ?

    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
    • S Offline
      S Offline
      satyanarayana143
      wrote on last edited by
      #8

      includes in Qt includes files

      libs in Qt libs

      bin in Qt bin folder i copied ffmpeg libs,includes and bin to qt installed folder

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

        Why did you put them there ?

        You really should have a place for your third party content that's clearly labeled and separated between architectures. The moment you update your Qt installation for a new version, you will have to move again all your third party stuff because nothing will be found anymore.

        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
        0
        • S Offline
          S Offline
          satyanarayana143
          wrote on last edited by
          #10

          i am giving ffmpeg lib and include path in environment variable i am getting
          this error

          Project ERROR: avutil is required, but compiler can not find it

          so i copied in qt installation directory

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

            What environment variable ?

            That's the kind of information your have to put in your .pro 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
            0
            • S Offline
              S Offline
              satyanarayana143
              wrote on last edited by
              #12

              INCLUDEPATH += $$PWD/ffmpeg/include
              LIBS += -L$$PWD/ffmpeg/lib

              in pro file i included like this but i am getting error

              Project ERROR: avutil is required, but compiler can not find it

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

                You have ffmpeg libraries in your application sources now ?
                You just wrote that you have put them in your Qt installation.

                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
                0
                • S Offline
                  S Offline
                  satyanarayana143
                  wrote on last edited by
                  #14

                  previous i put into QT installation directory you has given suggestion to put

                  That's the kind of information your have to put in your .pro file.

                  i has changed to put in library

                  INCLUDEPATH += $$PWD/ffmpeg/include
                  LIBS += -L$$PWD/ffmpeg/lib

                  and ffmpeg folder is in pro folder

                  SGaistS 1 Reply Last reply
                  0
                  • S satyanarayana143

                    previous i put into QT installation directory you has given suggestion to put

                    That's the kind of information your have to put in your .pro file.

                    i has changed to put in library

                    INCLUDEPATH += $$PWD/ffmpeg/include
                    LIBS += -L$$PWD/ffmpeg/lib

                    and ffmpeg folder is in pro folder

                    SGaistS Offline
                    SGaistS Offline
                    SGaist
                    Lifetime Qt Champion
                    wrote on last edited by
                    #15

                    @satyanarayana143 said in Qtav:

                    previous i put into QT installation directory you has given suggestion to put

                    I never suggested that you put anything in your Qt installation.

                    What exactly does $$PWD/ffmpeg/lib contain ?

                    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
                    0
                    • S Offline
                      S Offline
                      satyanarayana143
                      wrote on last edited by
                      #16

                      That's the kind of information your have to put in your .pro file.

                      you has written like this

                      jsulmJ 1 Reply Last reply
                      0
                      • S satyanarayana143

                        That's the kind of information your have to put in your .pro file.

                        you has written like this

                        jsulmJ Offline
                        jsulmJ Offline
                        jsulm
                        Lifetime Qt Champion
                        wrote on last edited by
                        #17

                        @satyanarayana143 said in Qtav:

                        That's the kind of information your have to put in your .pro file.

                        You need to put the information where to find ffmpeg headers/libs into your pro file, NOT ffmpeg itself!
                        Please read more carefully!

                        https://forum.qt.io/topic/113070/qt-code-of-conduct

                        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