Project

General

Profile

Actions

Emulator Issues #7933

closed

Frame dump gives no .avi?

Added by MinecraftMiner1111 over 9 years ago.

Status:
Won't fix
Priority:
Normal
Assignee:
-
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:

Description

Game Name?
Any game

Game ID?
Any game

What's the problem? Describe what went wrong in few words.
When I dump frames, I get a framedump.raw, but not .avi files.

What did you expect to happen instead?
That i'd get .avi files with the dumped recording

What steps will reproduce the problem?

  1. Record a movie
  2. Start dumping frames
  3. Stop dumping frames
  4. In the Frames folder, there is only a framedump.raw

Dolphin 3.5 and 3.5-367 are old versions of Dolphin that have
known issues and bugs, so don't report issues about them and test the
latest Dolphin version first.
Which versions of Dolphin did you test on?
4.0-3587

Does using an older version of Dolphin solve your issue? If yes, which
versions of Dolphin used to work?
No

What are your PC specifications? (including, but not limited to: Operating
System, CPU and GPU)

OS X 10.9.2 (13C64)
2.7 GHz Intel Core i7
8 GB 1333 MHz DDR3
AMD Radeon HD 6630M 256 MB

Is there any other relevant information? (e.g. logs, screenshots,
configuration files)
Don't think so.

Actions #1

Updated by pauldacheez over 9 years ago

  • Status changed from New to Won't fix

You need to compile Dolphin with libav/ffmpeg support. It's not included in buildbot builds for filesize reasons.

Actions #2

Updated by MinecraftMiner1111 over 9 years ago

Ok, and how do I do that?

Actions #3

Updated by pauldacheez over 9 years ago

-Make sure you're comfortable with using Terminal, because if you aren't, this is gonna be a real short trip.

-Install Xcode from the App Store and open it so it installs various requisite tools. (Or just be lazy and install the Command Line Tools separately. I prefer having full Xcode around, though.)

-For completion's sake (and because the next two tools need it) run these two commands in Terminal:
xcode-select --install
sudo xcodebuild -license

-Install Homebrew: http://brew.sh/ MacPorts works fine too, but I've moved away from it since a) it unnecessarily requires root and b) you have to reinstall it and every port when you upgrade OS X. https://www.macports.org/

-Install ffmpeg via whichever thing you installed: "brew install ffmpeg" or "sudo port install ffmpeg"
Also install cmake, you need that to actually compile.

-Compile Dolphin via our GitHub wiki's instructions: https://github.com/dolphin-emu/dolphin/wiki/Building-for-Mac-OS-X
Basically boils down to:
git clone https://github.com/dolphin-emu/dolphin
cd dolphin
mkdir build && cd build
cmake .. && make -j5

Actions #4

Updated by MinecraftMiner1111 over 9 years ago

Ok, and now I've installed this version of Dolphin I can just play back a movie, start dumping the frames, and a .avi will pop up in my ~/Username/Library/Application Support/Dolphin/Dump/Frames. Am I right by assuming this?

-Mvf314

Actions #5

Updated by pauldacheez over 9 years ago

Yeah, I guess. I haven't tried it myself, I just know that ffmpeg/libav is required for .avi dumping.

Actions #6

Updated by MinecraftMiner1111 over 9 years ago

Hmmm, I still only seem to get a framedump.raw. Am I doing something wrong?

Actions

Also available in: Atom PDF