Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Kagami/mpv_frame_info

Show frame info with mpv
https://github.com/Kagami/mpv_frame_info

Last synced: 2 months ago
JSON representation

Show frame info with mpv

Awesome Lists containing this project

README

        

`frame_info.lua` is a simple Lua script for mpv to display frame info, similar to ffdshow's OSD.
Might be useful in case of e.g. screenshot comparisions.

![](https://raw.githubusercontent.com/Kagami/mpv_frame_info/assets/example.png)

#### Usage

Put `frame_info.lua` to `~/.config/mpv/scripts/` or `~/.mpv/scripts/` directory
to autoload the script or load it manually with `--script=`.

The script is binding itself to `TAB` (however, not overriding your own bindings)
and can therefore be invoked with this key. You can create different
bindings by adding ` script_binding frame_info` to `input.conf`.

Press `TAB` to toggle info displaying, press `Ctrl+s` to make the screenshot with info.

#### License

mpv_frame_info - Show frame info with mpv

Written in 2015-2017 by Kagami Hiiragi

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see .