mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-22 16:50:06 +00:00
Add new Windows steps and clarify macOS steps.
parent
37d93d6d90
commit
722d0c3e01
@ -3,9 +3,10 @@ If you try to use the video dumper without a compatible install of FFmpeg, you w
|
|||||||
## Windows
|
## 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.
|
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
|
## Other OSes
|
||||||
|
|
||||||
@ -13,7 +14,8 @@ Other operating systems have package managers that allow you to easily install a
|
|||||||
|
|
||||||
### macOS
|
### 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
|
### Linux
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user