![]() |
|
"Dump Frames" codec box not appearing - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Support (https://forums.dolphin-emu.org/Forum-support) +--- Thread: "Dump Frames" codec box not appearing (/Thread-dump-frames-codec-box-not-appearing) |
"Dump Frames" codec box not appearing - shadowofchaos - 01-12-2016 If I recall correctly, isn't Dump Frames supposed to ask you a codec before it starts recording? I mean it asks if I want to overwrite an existing frame dump file... but nothing after that... And the DumpFramesSilent = False in the config file... I wanted to record uncompressed, but it keeps recording Xvid codec... which somehow my video editor can't read properly. Even when I install the Xvid codec, the video comes out... pixelated and skipping. RE: "Dump Frames" codec box not appearing - JMC47 - 01-12-2016 To record lossless, go into the advanced options and use FFV1 for encoding. RE: "Dump Frames" codec box not appearing - Fog - 01-13-2016 We recently switched our video dumping protocol to use ffmpeg instead of the outdated Video for Windows API on Windows operating systems. By default it dumps to Xvid MPEG4, but we also support the option to dump lossless to the FFV1 codec. RE: "Dump Frames" codec box not appearing - shadowofchaos - 01-13-2016 Thank you very much. That's exactly what I was looking for. |