Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tsl0922/implay
A Cross-Platform Desktop Media Player
https://github.com/tsl0922/implay
audio-player cross-platform glfw gui imgui libmpv media-player mpv music-player video-player
Last synced: 2 days ago
JSON representation
A Cross-Platform Desktop Media Player
- Host: GitHub
- URL: https://github.com/tsl0922/implay
- Owner: tsl0922
- License: gpl-2.0
- Created: 2022-11-24T01:56:39.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T09:16:49.000Z (4 months ago)
- Last Synced: 2024-12-14T02:05:12.201Z (9 days ago)
- Topics: audio-player, cross-platform, glfw, gui, imgui, libmpv, media-player, mpv, music-player, video-player
- Language: C++
- Homepage: https://tsl0922.github.io/ImPlay
- Size: 8.99 MB
- Stars: 608
- Watchers: 7
- Forks: 46
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
[![build](https://github.com/tsl0922/ImPlay/actions/workflows/build.yml/badge.svg)](https://github.com/tsl0922/ImPlay/actions/workflows/build.yml)
[![GitHub Releases](https://img.shields.io/github/downloads/tsl0922/ImPlay/total)](https://github.com/tsl0922/ImPlay/releases)
![GitHub](https://img.shields.io/github/license/tsl0922/ImPlay)# ImPlay
ImPlay is a Cross-Platform Desktop Media Player, built on top of [mpv](https://mpv.io) and [ImGui](https://github.com/ocornut/imgui).
ImPlay aims to be mpv compatible, which means almost all mpv features from the [manual](https://mpv.io/manual) are (or will be) available.
# Features
- Highly compatible with mpv
- GPU Video Decoding
- High Quality Video Output
- [Lua](https://mpv.io/manual/stable/#lua-scripting) and [Javascript](https://mpv.io/manual/stable/#javascript) Scripting
- [User Scripts](https://github.com/mpv-player/mpv/wiki/User-Scripts) and [Config Files](https://mpv.io/manual/stable/#configuration-files)
- [Command Line](https://mpv.io/manual/stable/#usage) Interface
- [Keyboard / Mouse](https://mpv.io/manual/stable/#interactive-control) Control
- [On Screen Controler](https://mpv.io/manual/stable/#on-screen-controller) (OSC)
- Compatible with popular OSC scripts: [mpv-osc-modern](https://github.com/maoiscat/mpv-osc-modern), [thumbfast](https://github.com/po5/thumbfast)
- Take Video Screenshot
- Used as Image Viewer
- Graphical User Interface
- Context Menu with most commonly used commands
- Command Palette to quickly search commands and keys
- Quick Settings View with convenient controls
- Playlist / Chapter Manager
- Audio / Video / Subtitle Settings
- Audio / Video Equalizer Support
- Open Dialog for Media Files / Folders
- Open Clipboard / DVD / Blu-ray / ISO Image
- Shadow and Rounding effect for Interface
- Notable additional features
- Single Instance Mode
- Space to play last file on IDLE
- Play recently opened files
- Scripting Developer Friendly
- Visual view of mpv's internal properties
- Console with completion, history support
- Colorful mpv logs view with filter support
- Cross platform: Window, Linux, macOS# Installation
- Binary version: download from the [Releases](https://github.com/tsl0922/ImPlay/releases) page
- Build from source: check the [Compiling](https://github.com/tsl0922/ImPlay/wiki/Compiling) documentRead the [FAQ](https://github.com/tsl0922/ImPlay/wiki/FAQ).
# Screenshots
### Context Menu![screenshot](screenshot/1.jpg)
### Command Palette
![screenshot](screenshot/2.jpg)
### Quick Settings & Debug
![screenshot](screenshot/3.jpg)
# Credits
ImPlay uses the following projects, thanks to their authors and contributors.
- [mpv](https://mpv.io): Command line video player
- [imgui](https://github.com/ocornut/imgui): Bloat-free Graphical User interface for C++ with minimal dependencies
- [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h): public domain image loader
- [glfw](https://www.glfw.org): an Open Source, multi-platform library for OpenGL, OpenGL ES and Vulkan development on the desktop
- [glad](https://glad.dav1d.de): Multi-Language GL/GLES/EGL/GLX/WGL Loader-Generator based on the official specs
- [fmt](https://fmt.dev): A modern formatting library
- [json](https://json.nlohmann.me): JSON for Modern C++
- [inipp](https://github.com/mcmtroffaes/inipp): Simple C++ ini parser
- [libromfs](https://github.com/WerWolv/libromfs): Simple library for embedding static resources into C++ binaries using CMake
- [nativefiledialog](https://github.com/btzy/nativefiledialog-extended): Cross platform (Windows, Mac, Linux) native file dialog library
- [Cascadia Code](https://github.com/microsoft/cascadia-code) / [Font Awesome](https://fontawesome.com) / [Unifont](https://unifoundry.com/unifont.html): Fonts embeded in ImPlay# License
[GPLv2](LICENSE.txt).