Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnut authored Oct 13, 2024
1 parent 88827f0 commit 56978e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
vcpkg install ffmpeg[core,avcodec,avformat,avutil,swscale,swresample,amf,x264,x265,nvcodec]:x64-windows-static --recurse

0 comments on commit 56978e4

Please sign in to comment.