From 722d0c3e018483ac517a31dc9c9131857a9b1a3e Mon Sep 17 00:00:00 2001 From: Steveice10 <1269164+Steveice10@users.noreply.github.com> Date: Fri, 9 Jun 2023 20:12:04 -0700 Subject: [PATCH] Add new Windows steps and clarify macOS steps. --- Installing-FFmpeg-for-the-Video-Dumper.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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