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. Warning: Cannot find FFmpeg libraries. Multimedia features will not work as expected

Warning: Cannot find FFmpeg libraries. Multimedia features will not work as expected

Scheduled Pinned Locked Moved Solved General and Desktop
13 Posts 4 Posters 1.1k Views
  • 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.
  • D Offline
    D Offline
    davecotter
    wrote on 6 Mar 2024, 19:18 last edited by
    #1

    I'm attempting to use Qt 6.8.0, but get this warning.
    Am i just too early? i should wait?

    J 1 Reply Last reply 6 Mar 2024, 19:19
    0
    • D Offline
      D Offline
      davecotter
      wrote on 6 Mar 2024, 23:57 last edited by
      #10

      okay pilot error

      my build called WinDeployQt, which properly staged the ffmpegmediaplugin.dll
      but my installer didn't pick up that file.

      it is the debug MESSAGE that is new, and does NOT in fact indicate any problem that affects me.

      1 Reply Last reply
      0
      • D davecotter
        6 Mar 2024, 19:18

        I'm attempting to use Qt 6.8.0, but get this warning.
        Am i just too early? i should wait?

        J Offline
        J Offline
        JoeCFD
        wrote on 6 Mar 2024, 19:19 last edited by
        #2

        @davecotter FFmpeg is not a part of Qt and it is a separate package. Install it.

        1 Reply Last reply
        0
        • D Offline
          D Offline
          davecotter
          wrote on 6 Mar 2024, 19:20 last edited by
          #3

          why did i never get this message before, and why did the Multimedia package always "just work" before?

          J 1 Reply Last reply 6 Mar 2024, 19:21
          0
          • D davecotter
            6 Mar 2024, 19:20

            why did i never get this message before, and why did the Multimedia package always "just work" before?

            J Offline
            J Offline
            JoeCFD
            wrote on 6 Mar 2024, 19:21 last edited by
            #4

            @davecotter What is the previous version of Qt?

            1 Reply Last reply
            0
            • D Offline
              D Offline
              davecotter
              wrote on 6 Mar 2024, 19:22 last edited by
              #5

              6.6.2, 6.5.x etc

              1 Reply Last reply
              0
              • D Offline
                D Offline
                davecotter
                wrote on 6 Mar 2024, 19:23 last edited by davecotter 3 Jun 2024, 19:27
                #6

                i'm about to try 6.7.0... but if you tell me that ALSO won't work, i'll skip it.

                and/or where do i install ffmpeg such that the deploy tool will "just pick it up" ?

                as you can see my previous installation DOES deploy the ffmpeg plugin that Qt has always, previously, provided.

                Screenshot 2024-03-06 at 11.26.37 AM.png

                J 1 Reply Last reply 6 Mar 2024, 20:13
                0
                • D davecotter
                  6 Mar 2024, 19:23

                  i'm about to try 6.7.0... but if you tell me that ALSO won't work, i'll skip it.

                  and/or where do i install ffmpeg such that the deploy tool will "just pick it up" ?

                  as you can see my previous installation DOES deploy the ffmpeg plugin that Qt has always, previously, provided.

                  Screenshot 2024-03-06 at 11.26.37 AM.png

                  J Offline
                  J Offline
                  JoeCFD
                  wrote on 6 Mar 2024, 20:13 last edited by
                  #7

                  @davecotter I do not have a Window machine nearby. Other people may help you out.

                  D 1 Reply Last reply 6 Mar 2024, 20:25
                  0
                  • J JoeCFD
                    6 Mar 2024, 20:13

                    @davecotter I do not have a Window machine nearby. Other people may help you out.

                    D Offline
                    D Offline
                    davecotter
                    wrote on 6 Mar 2024, 20:25 last edited by
                    #8

                    Note here are the messages I get:

                    Copying Qt Libraries: 6.8.0...
                    Adding in plugin type generic for module: Qt6Gui
                    Adding in plugin type iconengines for module: Qt6Gui
                    Adding in plugin type imageformats for module: Qt6Gui
                    Adding in plugin type multimedia for module: Qt6Multimedia
                    Adding in plugin type networkinformation for module: Qt6Network
                    Adding in plugin type platforms for module: Qt6Gui
                    Adding in plugin type sqldrivers for module: Qt6Sql
                    Adding in plugin type styles for module: Qt6Widgets
                    Adding in plugin type tls for module: Qt6Network
                    Warning: Cannot find FFmpeg libraries. Multimedia features will not work as expected.
                    

                    also note that even though i get that message, i do see that ffmpegmediaplugin.dll has in fact been deployed in the multimedia directory of my built app. When i personally run my app it works, but when a user does, mp4 video is black.

                    J 1 Reply Last reply 6 Mar 2024, 23:07
                    0
                    • D davecotter
                      6 Mar 2024, 20:25

                      Note here are the messages I get:

                      Copying Qt Libraries: 6.8.0...
                      Adding in plugin type generic for module: Qt6Gui
                      Adding in plugin type iconengines for module: Qt6Gui
                      Adding in plugin type imageformats for module: Qt6Gui
                      Adding in plugin type multimedia for module: Qt6Multimedia
                      Adding in plugin type networkinformation for module: Qt6Network
                      Adding in plugin type platforms for module: Qt6Gui
                      Adding in plugin type sqldrivers for module: Qt6Sql
                      Adding in plugin type styles for module: Qt6Widgets
                      Adding in plugin type tls for module: Qt6Network
                      Warning: Cannot find FFmpeg libraries. Multimedia features will not work as expected.
                      

                      also note that even though i get that message, i do see that ffmpegmediaplugin.dll has in fact been deployed in the multimedia directory of my built app. When i personally run my app it works, but when a user does, mp4 video is black.

                      J Offline
                      J Offline
                      JoeCFD
                      wrote on 6 Mar 2024, 23:07 last edited by
                      #9

                      @davecotter ffmpegmediaplugin.dll is only a plugin and depends on FFmpeg libs which may not be installed or not set in the PATH.

                      1 Reply Last reply
                      0
                      • D Offline
                        D Offline
                        davecotter
                        wrote on 6 Mar 2024, 23:57 last edited by
                        #10

                        okay pilot error

                        my build called WinDeployQt, which properly staged the ffmpegmediaplugin.dll
                        but my installer didn't pick up that file.

                        it is the debug MESSAGE that is new, and does NOT in fact indicate any problem that affects me.

                        1 Reply Last reply
                        0
                        • D davecotter has marked this topic as solved on 6 Mar 2024, 23:57
                        • A Offline
                          A Offline
                          air cloud
                          wrote on 16 Dec 2024, 07:43 last edited by
                          #11

                          How did you solve the problem?

                          S 1 Reply Last reply 16 Dec 2024, 18:47
                          0
                          • A air cloud
                            16 Dec 2024, 07:43

                            How did you solve the problem?

                            S Offline
                            S Offline
                            SGaist
                            Lifetime Qt Champion
                            wrote on 16 Dec 2024, 18:47 last edited by
                            #12

                            @air-cloud hi and welcome to devnet,

                            I would guess that they fixed it by configuring the framework they used for the installer to include the missing library.

                            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
                            • D Offline
                              D Offline
                              davecotter
                              wrote on 16 Dec 2024, 21:43 last edited by
                              #13

                              yes, my installer builder did not pick up the new files, so when the installer ran, the files weren't there. so yes, i just fixed my installer builder to include the new files that WinDeployQT staged for me

                              1 Reply Last reply
                              0

                              6/13

                              6 Mar 2024, 19:23

                              • Login

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