Frame Dumping: Difference between revisions

m
→‎Installing FFmpeg: Added Linux information.
(Added instructions for MacOS, and reorganized the article.)
m (→‎Installing FFmpeg: Added Linux information.)
Line 14: Line 14:
They are included in ''\bin\'' folder in the recommended compatible package of FFmpeg. Extract and place them into your current Dolphin root directory, then restart Dolphin for changes to take effect.
They are included in ''\bin\'' folder in the recommended compatible package of FFmpeg. Extract and place them into your current Dolphin root directory, then restart Dolphin for changes to take effect.


=== macOS ===
=== Linux and macOS ===
On macOS, Dolphin is built to export the frame capture as individual PNG files. If you wish to export an AVI file rather than PNG files, you will need to install FFmpeg, then [https://github.com/dolphin-emu/dolphin#building-for-linux-and-macos build Dolphin from source.]  
On Linux and macOS, Dolphin is built to export the frame capture as individual PNG files. If you wish to export an AVI file rather than PNG files, you will need to install FFmpeg, then [https://github.com/dolphin-emu/dolphin#building-for-linux-and-macos build Dolphin from source.]  


To install FFmpeg for macOS, the best way is to use [https://brew.sh/ Homebrew Package Manager] by typing this command into Terminal:
To install FFmpeg for macOS, the best way is to use [https://brew.sh/ Homebrew Package Manager] by typing this command into Terminal:
Line 22: Line 22:
brew install ffmpeg
brew install ffmpeg
</pre>
</pre>
To install FFmpeg for Linux distributions, you need the ffmpeg and libavcodec-dev dependencies. See [[Compiling Dolphin on Linux]] for more details.


== Dumping Frames ==
== Dumping Frames ==