Qt AVPlayer
Like
Free and open-source Qt Media Player library based on FFmpeg, for Linux, Windows, macOS, iOS and Android.
Cost / License
- Free
- Open Source
Platforms
- Windows
- Mac
- Linux
- Android
- iPhone
- FFmpeg
Qt AVPlayer
Like
Features
- QT Based
Tags
- ffmpeg
- Qt
Qt AVPlayer News & Activities
Highlights All activities
Recent activities
No activities found.
Qt AVPlayer information
No comments or reviews, maybe you want to be first?
Post comment/reviewWhat 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.