Frame Dumping: Difference between revisions

From Dolphin Emulator Wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
==Under construction==
== FFmpeg Installation (Win64) ==
You must manually download and install these files to enable frame dumping. The required Files are:
* avcodec-58.dll
* avformat-58.dll
* avutil-56.dll
* swresample-3.dll
* swscale-5.dll


==FFmpeg Installation (Win64) ==
They are included in ''\bin\'' folder in the recommended compatible package [https://ffmpeg.zeranoe.com/builds/win64/shared/ffmpeg-4.0-win64-shared.zip ffmpeg-4.0-win64-shared.zip] ([https://ffmpeg.zeranoe.com/builds/win64/shared/ view other versions]). Extract and place them into your current Dolphin root directory.


You must manually download and install these files to enable frame dumping.
You must restart Dolphin for changes to take effect.
 
Required Files:<br>avcodec-58.dll <br>avformat-58.dll <br>avutil-56.dll <br>swresample-3.dll <br>swscale-5.dll
 
Compiled FFmpeg shared libraries are usually available at this location: https://ffmpeg.zeranoe.com/builds/win64/shared
 
Recommended compatible package: "ffmpeg-4.0-win64-shared.zip" by Zeranoe.
 
The files are located inside the "bin" folder of the downloaded package.
 
Extract and place them into your current Dolphin root directory.
 
Please restart Dolphin for changes to take effect!
 
----


[[Category:Tutorials]]
[[Category:Tutorials]]

Revision as of 00:55, 17 October 2018

FFmpeg Installation (Win64)

You must manually download and install these 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 ffmpeg-4.0-win64-shared.zip (view other versions). Extract and place them into your current Dolphin root directory.

You must restart Dolphin for changes to take effect.