Skip to content

Commit

Permalink
updated hevc installation instructions in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mmozeiko committed Sep 19, 2024
1 parent 61c43a9 commit 3059b4b
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,6 @@ Make sure your GPU drivers are updated if something is not working with hardware
is enabled, you can disable it in settings. Then video will be encoded using [Microsoft Media Foundation H264][MSMFH264]
software encoder. You might want to explicitly use software encoder on older GPU's as their hardware encoder quality is not great.

H265 encoding might require installing HEVC package from Microsoft Store - copy following link into Explorer address bar,
or in Start->Run dialog:
```
windows-store://pdp/?ProductId=9n4wgh0z6vhq
```

Audio is captured using [WASAPI loopback recording][] and encoded using [Microsoft Media Foundation AAC][MSMFAAC] encoder, or
undocumented Media Foundation FLAC encoder (it seems it always is present in Windows 10).

Expand All @@ -64,6 +58,16 @@ Capture of mouse cursor can be disabled only when using Windows 10 version 2004,

On Windows 11 you can disable yellow recording borders, or rounded window corners.

HEVC Software Encoding
======================

HEVC encoding in software (on CPU) will require installing HEVC Video Extensions from Windows Store. It will support only
8-bit encoding. You can get direct download to installer package without using Windows Store with following steps:

1) open https://store.rg-adguard.net/
2) search `https://www.microsoft.com/store/productId/9n4wgh0z6vhq` for `Retail` channel
3) download & run .appxbundle package it gives you

Creating gif from mp4
=====================

Expand Down

0 comments on commit 3059b4b

Please sign in to comment.