update URL for ffmpeg (#269)

This commit is contained in:
Mrlinkwii 2023-10-20 22:21:04 +01:00 committed by GitHub
parent d8cc1d9912
commit 67fa66dc14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ If you see this error message during PCSX2 startup such as the following:
<Image cols={6} src={require("./img/ffmpeg.webp").default} />
- PCSX2 requires some additional ffmpeg libraries to enable video capture.
- Grab the ffmpeg Windows files [here](https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/FFMPEG/ffmpeglibs-6.0.7z).
- Grab the ffmpeg Windows files [here](https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/FFMPEG/ffmpeglibs-6.0.7.7z).
- Extract the zip file, then place the extracted dll files in your PCSX2 folder. They should be in the same folder as the main PCSX2 exe file.
### Failed to create render device

View File

@ -90,7 +90,7 @@ sidebar_position: 1
### FFmpeg
- PCSX2 requires some additional ffmpeg libraries to enable video capture.
- Grab the ffmpeg Windows files [here](https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/FFMPEG/ffmpeglibs-6.0.7z).
- Grab the ffmpeg Windows files [here](https://github.com/PCSX2/pcsx2-windows-dependencies/releases/download/FFMPEG/ffmpeglibs-6.0.7.7z).
- Extract the zip file, then place the extracted dll files in your PCSX2 folder. They should be in the same folder as the main PCSX2 exe file.
## Version Deprecation Notes