Skip to content

Multi-GPU support & ffmpeg error catching

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 23 Feb 22:31
· 22 commits to main since this release
b5b4cb7

New

  • benchmark will detect if you have more than 1 Nvidia GPU, and ask you to pick one (like it asks you to choose the encoder & source file)
  • permutor-cli tool also supports specifying which GPU to run on, and defaults to the first GPU as well

Bugfixes/Improvements

  • if ffmpeg fails to start, either from bad environment setup, or invalid encoder settings (should be rare), the benchmark will detect this and fail early
    (before the tool would just get stuck)