Skip to content

dy-tea/simplevideoplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Video Player

Main View

Features

  • Play/Pause with spacebar
  • Fullscreening with F key
  • Seek 10 seconds with left/right arrow keys
  • Change volume by 10% with up/down arrow keys
  • Media information

Building

git clone https://github.com/dy-tea/simplevideoplayer
cd simplevideoplayer
cargo build --release