Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/uyjulian/krdslavf
LAVFilters connector for KirikiriZ
https://github.com/uyjulian/krdslavf
krkr-plugin
Last synced: 7 days ago
JSON representation
LAVFilters connector for KirikiriZ
- Host: GitHub
- URL: https://github.com/uyjulian/krdslavf
- Owner: uyjulian
- License: other
- Created: 2019-08-10T00:00:07.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T21:08:28.000Z (5 months ago)
- Last Synced: 2024-10-18T20:38:48.482Z (27 days ago)
- Topics: krkr-plugin
- Language: C++
- Homepage:
- Size: 47.9 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# LAVFilters connector for Kirikiri Z
This plugin allows the usage of
[LAVFilters](https://github.com/Nevcairiel/LAVFilters) in
[KirikiriZ / 吉里吉里Z](https://github.com/krkrz/krkrz).## Building
After placing `ncbind` and `tp_stub` in the parent directory, and setting up
the MinGW-w64 environment, a simple `make` will generate `krdslavf.dll`.## How to use
After `Plugins.link("krdslavf.dll");` is used when `LAVAudio.ax`,
`LAVSplitter.ax`, and `LAVVideo.ax` from
[LAVFilters](https://github.com/Nevcairiel/LAVFilters) is registered,
the `VideoOverlay` class will play formats supported by LAVFilters when
`VideoOverlay.mode` is not set to `vomMFEVR`.## License
This project is licensed under the GNU General Public License GPL version 2 or
later license. Please read the `COPYING` file for more information.