[FFmpeg-user] How to use libplacebo with FFmpeg?
Dennis Mungai
dmngaie at gmail.com
Wed Mar 27 00:19:17 EET 2024
On Wed, 27 Mar 2024 at 01:07, Hartman Tam <hartmantam.enc at gmail.com> wrote:
> Hello all,
>
> As subject. I found out libplacebo is enabled on FFmpeg but I couldn't
> find any documentation associated with it. Can anyone guide me on how to
> use it? I want to upscale some old video I got using GLSL shaders.
>
> Thanks,
> Hartman
>
You can start with
ffmpeg -h filter=libplacebo
Google's first result on a usable example demonstrating upscaling with this
filter: https://stackoverflow.com/a/76793322/4675388
More information about the ffmpeg-user
mailing list