Skip to content

GitHangar/tplayer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tplayer - Linux terminal video player

example

Terminal support

Its better to use "fast" terminals like alacritty or kitty, but all of wide-used supported

Build dependencies

  • git
  • gcc or clang | with c++20 support
  • cmake (3.18 or higher)
  • findpkg
  • OpenAL
  • FFmpeg
  • Intel Threading Building Blocks(tbb)

Build instructions

$ git clone https://github.com/tabz1234/tplayer.git
&& cd tplayer/
&& cmake .
&& cmake --build .

About

Linux terminal video player

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 76.8%
  • CMake 22.4%
  • Shell 0.8%