Skip to content
This repository was archived by the owner on Oct 31, 2022. It is now read-only.

Commit 563775c

Browse files
committed
Update README.md
Add Hap Q Alpha format and adjust text accordingly.
1 parent c90db95 commit 563775c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Hap QuickTime Codec
33

44
Hap is a video codec for fast decompression on modern graphics hardware. This is the home of the Hap QuickTime codec. For general information about Hap, see [the Hap project][1].
55

6-
The Hap QuickTime codec supports encoding and decoding Hap video. Video can be decoded to RGB(A) formats for playback in any existing application, or if an application explicitly requests it, to S3TC/DXT frames for accelerated playback on graphics hardware.
6+
The Hap QuickTime codec supports encoding and decoding Hap video. Video can be decoded to RGB(A) formats for playback in any existing application, or if an application explicitly requests it, to compressed texture formats for accelerated playback on graphics hardware.
77

88
Note that there is no advantage to using Hap over other codecs if the application you will be using for playback does not support accelerated Hap playback.
99

@@ -19,11 +19,12 @@ Requires at minimum MacOS 10.6 Snow Leapord, or Windows Vista with QuickTime 7 i
1919
Using the Hap QuickTime Codec
2020
====
2121

22-
After installation, the codec will show up when exporting video in applications which support QuickTime. Three variants of the codec exist:
22+
After installation, the codec will show up when exporting video in applications which support QuickTime. Four variants of the codec exist:
2323

2424
* **Hap** - Reasonable image quality
2525
* **Hap Alpha** - Reasonable image quality with an alpha channel
2626
* **Hap Q** - Good image quality at a higher data-rate
27+
* **Hap Q Alpha** - Good image quality with an alpha channel at a higher data-rate
2728

2829
Hap and Hap Alpha have a quality setting. Although QuickTime displays a slider, it has only two effective settings: below "High" a fast low-quality encoder is used, and at "High" or above a slower high-quality encoder is used.
2930

0 commit comments

Comments
 (0)