Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Intel gpu top performance when encoder is added to a decoder-display pipeline
Forum Updated to NodeBB v4.3 + New Features

Intel gpu top performance when encoder is added to a decoder-display pipeline

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 2 Posters 559 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.
  • N Offline
    N Offline
    nishithaa
    wrote on 4 Nov 2022, 08:59 last edited by
    #1

    I have a pipeline to decode mp4 file :
    filesrc location= s1.mp4 ! qtdemux ! h264parse ! vaapih264dec ! queue ! vaapipostproc ! vaapisink

    The intel_gpu_top result
    ENGINE BUSY
    Render/3D/0 3.32%
    Blitter/0 0.00%
    Video/0 0.00%
    Video/1 5.56%
    VideoEnhance/0 5.84%

    Then another pipeline to scale down and encode this video parallel to decoding :
    filesrc location= s1.mp4 ! qtdemux ! queue ! h264parse ! vaapih264dec ! tee name=t t.src_0 ! queue ! vaapipostproc ! vaapisink
    t.src_1 ! queue ! vaapipostproc ! width=1280, height=720 ! vaapih264enc bitrate=4500 ! h264parse ! qtmux ! filesink location=encodefile.mp4

         ENGINE      BUSY
    Render/3D/0    5.40% 
      Blitter/0    0.00% 
        Video/0    2.22% 
        Video/1    0.91% 
    

    VideoEnhance/0 4.05%

    I expected gpu load to increase in this case, but its reduced. May I know why ?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 4 Nov 2022, 20:18 last edited by
      #2

      Hi,

      This looks rather like a question for the GStreamer folks.

      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

      1/2

      4 Nov 2022, 08:59

      • Login

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