Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/Kagami/mpv_frame_info
- Owner: Kagami
- License: cc0-1.0
- Created: 2015-09-24T21:35:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-12T23:47:53.000Z (over 7 years ago)
- Last Synced: 2024-11-17T17:37:05.648Z (2 months ago)
- Language: Lua
- Size: 524 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
- awesome-mpv - frame_info - Show frame info, similar to ffdshow's OSD. (Video)
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 .