Skip to content

Commit

Permalink
update URL for ffmpeg (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrlinkwii authored Oct 20, 2023
1 parent d8cc1d9 commit 67fa66d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/troubleshooting/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/usage/setup/requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 67fa66d

Please sign in to comment.