Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFV1 fix #7874

Merged
merged 2 commits into from
Mar 15, 2019
Merged

FFV1 fix #7874

merged 2 commits into from
Mar 15, 2019

Commits on Mar 11, 2019

  1. change pixel format from BGRA to BGR0

    for this kind of footage carrying alpha information makes no sense, and it additionally complicates things by hugely damaging compatibility of the resulting video. after this change alone the video becomes compatible with VfW/WinAPI and tools that rely on it (avisynth, virtualdub).
    
    fixes https://bugs.dolphin-emu.org/issues/11141 and https://bugs.dolphin-emu.org/issues/10193
    feos committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    005e60f View commit details
    Browse the repository at this point in the history
  2. decrease gop size (keyint)

    this makes seeking a lot smoother (especially at high resolutions), while only adding less than 1% of filesize with this codec.
    feos committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    7fd9404 View commit details
    Browse the repository at this point in the history