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. Setting up Ffmpeg for QT
Forum Updated to NodeBB v4.3 + New Features

Setting up Ffmpeg for QT

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 254 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.
  • V Offline
    V Offline
    Videas
    wrote on last edited by
    #1

    Hi, I am trying to setting up ffmpeg and QT. As from an instruction, I installed the ffmpeg version 7.1 and have its .dll file, I copied those files (
    libavutil 59. 39.100 / 59. 39.100
    libavcodec 61. 19.100 / 61. 19.100
    libavformat 61. 7.100 / 61. 7.100
    libswscale 8. 3.100 / 8. 3.100
    libswresample 5. 3.100 / 5. 3.100) to the QT/llvc/bin (which overwrite to the old .dll with the same name in QT) The purpose is make QT use the same version as ffmpeg. However, the log is like this. 995499bd-18fb-484c-a8b0-a8823521729a-image.png
    But if I don't do that, even there is no log like that, the software still could not run, it keeps saying missed RTP package. Anyone has suggestion about this? Thank you

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

      Hi and welcome to devnet,

      Start your application with the QT_DEBUG_PLUGINS environment variable set to 1. You'll have more information about what is going on.

      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
      • V Offline
        V Offline
        Videas
        wrote on last edited by
        #3

        thank you, I did the debug log and fixed it!

        1 Reply Last reply
        0
        • V Videas has marked this topic as solved on
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          What was the issue ? It might help other people

          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
          • V Offline
            V Offline
            Videas
            wrote last edited by
            #5

            It seems like some .dll files was missing. I ran the debug log and it said the libwinpthread-1.dll was missing. So I copied it to the mingw64/bin/ folder and then it worked. It didn't say missing that .dll file when I run it normally but only when run by debug log

            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