diff --git a/Installing-FFmpeg-for-the-Video-Dumper.md b/Installing-FFmpeg-for-the-Video-Dumper.md index 15e24a2..2ff5e5f 100644 --- a/Installing-FFmpeg-for-the-Video-Dumper.md +++ b/Installing-FFmpeg-for-the-Video-Dumper.md @@ -3,9 +3,10 @@ If you try to use the video dumper without a compatible install of FFmpeg, you w ## Windows 1. Click [here](https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z) to download a compatible release of FFmpeg. Then extract the file you downloaded. -2. Inside the extracted directory, open the ```bin``` directory and copy all of the ```.dll``` files you see into your Citra install directory. +2. Open Citra and in the menu bar go to Tools -> Dump Video. +3. In the error dialog that opens, click "Open". In the file dialog that opens, browse to the FFmpeg folder you extracted and open it. -After completing this process, you should be able to use the Citra video dumper. +After completing these steps, Citra should inform you FFmpeg has successfully been installed into Citra. You should then be able to use the video dumper as normal. ## Other OSes @@ -13,7 +14,8 @@ Other operating systems have package managers that allow you to easily install a ### macOS -Use Homebrew: ```brew install ffmpeg@6``` +1. If you have not already, install the [Homebrew](https://brew.sh/) package manager. +2. In a terminal window, install FFmpeg using Homebrew: ```brew install ffmpeg@6``` ### Linux