Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tsvietOK/WinUIVLC

This is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK.
https://github.com/tsvietOK/WinUIVLC

csharp design-concepts dotnet fluent fluent-design vlc vlc-libvlc vlc-media-player winappsdk winui winui3 xaml

Last synced: 13 days ago
JSON representation

This is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK.

Awesome Lists containing this project

README

        


WinUIVLC Logo

WinUIVLC

WinUIVLC - is an unofficial design concept of a VLC media player created using design components from WinUI 3 / Windows App SDK. As base libraries for media playback, used [libVLC](https://www.videolan.org/vlc/libvlc.html) and [LibVLCSharp](https://github.com/videolan/libvlcsharp).

## Screenshots


Files Logo
Files Logo


Files Logo
Files Logo

## Supported features

- Play/Pause (Space)
- Stop (S)
- Fast forward +10s (Arrow right)
- Fast forward +3s (Shift + Arrow right)
- Fast forward +60s (Ctrl + Arrow right)
- Rewind -10s (Arrow left)
- Rewind -3s (Shift + Arrow left)
- Rewind -60s (Ctrl + Arrow left)
- Full screen mode (F)
- Mute/unmute (M)
- Change volume (Arrow up/down or mouse scroll)
- Supported file types: mkv, mp4

Work in progress...