Emulator Issues #8696
openA/V Dumping Issues/Suggestions
0%
Description
Audio/Video Dumping has been greatly improved compared to what it was previously, but there are some glaring issues at hand that should be resolved.
- Some games with variable frame rates do not get video dumped properly in Windows
This is due to VFW not supporting variable frame rate dumping and the current implementation for Windows. Linux does not have this issue as it uses FFmpeg. The ideal solution would be to replace the VFW process with FFmpeg for all OSes.
- Some games have extra silent audio at the beginning of the dump
Most games do not have this issue, but usually VC titles are affected by this (as well as some Gamecube games)
- No options to merge dsp/dtk audio and merge audio/video into a single file
Right now, the audio is dumped straight from the DSP and Streaming Audio, without the use of mixers. One option would be to combine the audio files after dumping. Similarly, it could be done with adding the audio to the video.
- Some games do not dump at the proper speed
Seems mostly related to homebrew or VC MSX games with weird audio polling rates.
- OSX Video Dumping non-existant
On last check, OSX video dumping does not work at all. Perhaps have OSX builds have FFmpeg on the buildbot
- More codecs/file formats
Would be dependent on switching over fully to FFmpeg. Would also need some new UI created and code changes to accommodate this feature.