emacs-eaf / eaf-video-player

Video Player in Emacs
GNU General Public License v3.0
6 stars 2 forks source link
eaf emacs emacs-lisp player video-player

EAF Video Player

This repository provides the EAF Video Player application for the Emacs Application Framework.

Load application

Install EAF first, then add below code in your emacs config:

(add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-application-framework/")
(require 'eaf)
(require 'eaf-video-player)

The keybinding of EAF Video Player.

Key Event
SPC toggle_play
x close_buffer
h play_backward
l play_forward
j decrease_volume
k increase_volume
f toggle_fullscreen
r restart