Go to file
Jean-Claude 32d63b2a68
Update README
2023-08-17 09:57:22 +02:00
.gitignore NEW: Repo setup 2021-04-26 18:02:15 +02:00
.pre-commit-config.yaml Update pre-commit 2023-08-17 09:54:45 +02:00
LICENSE NEW: Repo setup 2021-04-26 18:02:15 +02:00
README.md Update README 2023-08-17 09:57:22 +02:00
__init__.py Update to PyQt6 2023-08-17 09:54:54 +02:00

README.md

Vimiv Video

vimiv plugin for video support

vimiv Video enables support for videos. Videos get listed within vimiv and can be played using an external player like mpv or vlc.

Supported Formats

The following video formats are currently supported:

Format Extension
MPEG-4 .mp4
QuickTime Movie .mov
Audio Video Interleave (AVI) .avi

Installation

  • This plugin requires ffmpeg which needs to be installed.
  • Clone this project into $XDG_DATA_HOME/vimiv/plugins/
  • Activate vimiv Video by adding video = to the PLUGINS section of $XDG_CONFIG_HOME/vimiv/vimiv.conf.

Usage

All your videos are automatically listed in vimiv. To play the selected video, type something like :!mpv %.

Contribute

If you would like to add support for a new video file format feel free to open a PR with the appropriate additions. In case you do not know how to implement it, you are also welcome to open an issue and submit an adequate sample file.