https://github.com/ql-win/quicklook.lavfilters
This package is part of QuickLook program. LAV Filters - ffmpeg based DirectShow Splitter and Decoders.
https://github.com/ql-win/quicklook.lavfilters
Last synced: 5 months ago
JSON representation
This package is part of QuickLook program. LAV Filters - ffmpeg based DirectShow Splitter and Decoders.
- Host: GitHub
- URL: https://github.com/ql-win/quicklook.lavfilters
- Owner: QL-Win
- License: gpl-2.0
- Created: 2024-12-28T03:16:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-05-20T07:14:43.000Z (about 1 year ago)
- Last Synced: 2026-01-18T16:43:52.809Z (5 months ago)
- Language: Batchfile
- Size: 55.5 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# QuickLook.LAVFilters
This is a part of the QuickLook program.
LAV Filters Nightly Build from https://files.1f0.de/lavf/nightly/
LAV Filters - ffmpeg based DirectShow Splitter and Decoders
LAV Filters are a set of DirectShow filters based on the libavformat and libavcodec libraries
from the ffmpeg project, which will allow you to play virtually any format in a DirectShow player.
The filters are still under development, so not every feature is finished, or every format supported.
Compiling
=============================
Compiling is pretty straightforward using VS2019 (included project files).
Older versions of Visual Studio are not officially supported, but may still work.
It does, however, require that you build your own ffmpeg and libbluray.
You need to place the full ffmpeg package in a directory called "ffmpeg" in the
main source directory (the directory this file was in). There are scripts to
build a proper ffmpeg included.
I recommend using my fork of ffmpeg, as it includes additional patches for
media compatibility:
https://gitea.1f0.de/LAV/FFmpeg
libbluray is compiled with the MSVC project files, however, a specially modified
version of libbluray is required. Similar to ffmpeg, just place the full tree
inside the "libbluray" directory in the main directory.
You can get the modified version here:
https://gitea.1f0.de/LAV/libbluray
Feedback
=============================
GitHub Project: https://github.com/Nevcairiel/LAVFilters
Doom9: https://forum.doom9.org/showthread.php?t=156191