Qt AVPlayer

 Like

Free and open-source Qt Media Player library based on FFmpeg, for Linux, Windows, macOS, iOS and Android.

License model

  • FreeOpen Source

Platforms

  • Windows
  • Mac
  • Linux
  • Android
  • iPhone
  • FFmpeg
  No rating
0likes
0comments
0alternatives
0news articles

Features

Suggest and vote on features
  1.  QT Based

 Tags

  • ffmpeg
  • qt

Qt AVPlayer News & Activities

Highlights All activities

Recent activities

Show all activities

Qt AVPlayer information

  • Developed by

    Val Doroshchuk
  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  369 Stars
  •  69 Forks
  •  14 Open Issues
  •   Updated Jun 4, 2025 
View on GitHub

Our users have written 0 comments and reviews about Qt AVPlayer, and it has gotten 0 likes

Qt AVPlayer was added to AlternativeTo by Paul on Jul 16, 2024 and this page was last updated Jul 16, 2024.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Qt AVPlayer?

Free and open-source Qt Media Player library based on FFmpeg.

  • Designed to decode video/audio/subtitle frames.
  • Supports FFmpeg Bitstream Filters and FFmpeg Filters including filter_complex.
  • Supports multiple parallel filters for one input (one input frame produces multiple outputs).
  • Supports decoding all available streams at the same time.
  • Based on Qt platform the video frames are sent using specific hardware context.
  • It is up to an application to decide how to process the frames.
  • Supports accurate seek, it starts playing the closest frame. No weird jumps on pts anymore.
  • Supports DASH / mpd.
  • It is bundled directly into an app.
  • Designed to be as simple and understandable as possible, to share knowledge about creating efficient FFmpeg applications.
  • Might be used for media analytics software like qctools or dvrescue.
  • Implements and replaces a combination of FFmpeg and FFplay.

Official Links