Frame Dumping: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
(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 ==

Revision as of 02:15, 15 March 2021

Frame Dumping captures each frame from gameplay and exports the frames as individual PNG files. However, if you have FFmpeg, Dolphin can also export the frame dump as an AVI file.

Installing FFmpeg

You can download FFmpeg from https://ffmpeg.org/download.html or you can use a package manager.

Windows

You must manually download and install additional files to enable frame dumping. The required files are:

  • avcodec-58.dll
  • avformat-58.dll
  • avutil-56.dll
  • swresample-3.dll
  • swscale-5.dll

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.

Linux and macOS

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 build Dolphin from source.

To install FFmpeg for macOS, the best way is to use Homebrew Package Manager by typing this command into Terminal:

brew install ffmpeg

To install FFmpeg for Linux distributions, you need the ffmpeg and libavcodec-dev dependencies. See Compiling Dolphin on Linux for more details.

Dumping Frames

To dump frames in Dolphin, go to Movie > Dump Frames. You can set the output folder in Preferences > Paths > Dump Path.

By default, Dolphin exports to the "Dump" folder in its root directory.