From 56978e481aa86def21708cb5792726717e8cee19 Mon Sep 17 00:00:00 2001 From: maxnut <54683950+maxnut@users.noreply.github.com> Date: Sun, 13 Oct 2024 20:13:24 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa4aed9..a0634d1 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ A mod that lets developers easily interact with ffmpeg to record raw videos, and void video() { ffmpeg::Recorder recorder; - RenderSettings settings; + ffmpeg::RenderSettings settings; //ffmpeg-api will automatically handle conversion between the input pixel //format and the codec's pixel format @@ -59,4 +59,4 @@ void audioRaw() { ### Windows To get the needed libraries on Windows, you can use vcpkg ```sh -vcpkg install ffmpeg[core,avcodec,avformat,avutil,swscale,swresample,amf,x264,x265,nvcodec]:x64-windows-static --recurse \ No newline at end of file +vcpkg install ffmpeg[core,avcodec,avformat,avutil,swscale,swresample,amf,x264,x265,nvcodec]:x64-windows-static --recurse