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. How to embed SDL_Overlay to QWidget/Qlabel ?

How to embed SDL_Overlay to QWidget/Qlabel ?

Scheduled Pinned Locked Moved Mobile and Embedded
1 Posts 1 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
    DevSam
    wrote on 30 Dec 2014, 11:00 last edited by
    #1

    I am new on SDL and FFmpeg API framework. I am trying to run video file using FFmpeg and SDL framework. In this, i am extracting frame from video files using ffmpeg and then displaying those frames as a video file using SDL framework.

     @SDL_DisplayYUVOverlay(SDL_Overlay* overlay,SDL_Rect *rect);@
    

    playing my video files as a player. Here my problem is SDL creates its own window for playing videos but i want to display those frames on my own Qt GUI. I want to embed that SDL Window on my Qt application. If anyone knows anything about this, please help me out of this problem. Your help will really appreciate. Thanks

    1 Reply Last reply
    0

    1/1

    30 Dec 2014, 11:00

    • Login

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