Skip to content

Commit 74be285

Browse files
committed
docs: sync 1.9.0 with latest
1 parent be9b535 commit 74be285

11 files changed

+67
-51
lines changed

source/docs/en/1.9.0/advanced/surround-sound.markdown

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ The following source format's can be passed thru.
5151
- DTS (Limited player compatibility in MP4)
5252
- DTS-HD (Limited player compatibility in MP4)
5353
- TrueHD (Limited player compatibility in MP4)
54-
- FLAC (MKV files only)
54+
- FLAC
55+
- ALAC
5556
- AAC
56-
- MP3
57-
- MP2
57+
- MP3 (Limited player compatibility in MP4)
58+
- MP2 (Limited player compatibility in MP4)
5859
- Opus
60+
- Vorbis

source/docs/en/1.9.0/developer/build-mac.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ Optional dependencies (required by libdovi)
3939
- `rustup target add aarch64-apple-darwin` for cross-compiling for Apple Silicon on an Intel Mac
4040
- `rustup target add x86_64-apple-darwin` for cross-compiling for Intel on an Apple Silicon Mac
4141
- [openssl](https://www.openssl.org)
42+
- may be built via included script
4243
- [cargo-c](https://github.com/lu-zero/cargo-c)
4344
- Can be installed by running `cargo install cargo-c`
4445

source/docs/en/1.9.0/help/activity-log.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ You can access the current log by opening the Activity Log window in HandBrake.
129129

130130
On Mac, logs are stored at the following locations, where `Username` is your user name:
131131

132-
- `/Users/Username/Library/Containers/fr.handbrake.HandBrake/Data/Library/Application Support/HandBrake/EncodeLogs` for HandBrake 1.3.0 and later, sandboxed nightly/snapshot builds, and sandboxed personal builds
132+
- `/Users/Username/Library/Containers/fr.handbrake.HandBrake/Data/Library/Application Support/HandBrake/EncodeLogs` for HandBrake 1.3.0 and later, sandboxed nightly/snapshot builds, and sandboxed personal builds (the fr.handbrake.HandBrake folder is shown as HandBrake in Finder)
133133
- `/Users/Username/Library/Application Support/HandBrake/EncodeLogs` for HandBrake 1.2.2 and earlier, older non-sandboxed nightly/snapshot builds, and non-sandboxed personal builds
134134

135135
You can open the applicable location directly from HandBrake’s Activity Log window.

source/docs/en/1.9.0/technical/audio-codecs.markdown

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Audio Encoders
4747
- On Mac, HandBrake uses Apple's CoreAudio AAC encoder. It's known to be
4848
much better quality and is the default option for Mac users.
4949

50-
- HE-AAC (Mac Only)
50+
- HE-AAC (Mac Only):
5151

5252
- High Efficiency AAC encoder. This encoder is optimized for low-bitrate
5353
applications which may be useful for streaming.
@@ -63,32 +63,34 @@ Audio Encoders
6363

6464
- HandBrake offers Vorbis audio encoding as well.
6565

66-
- Opus
66+
- Opus:
6767

68-
- Available in MKV files, Opus is the successor to Vorbis. HandBrake uses libopus for encoding.
68+
- Opus is the successor to Vorbis. HandBrake uses libopus for encoding.
6969

7070
- AC3 and E-AC3:
7171

7272
- HandBrake can encode to AC3 using FFmpeg.
7373

7474
- This is not the same as Passthru. You can encode any audio track to AC3.
7575

76-
- Flac 16 and 24bit (FFmpeg)
76+
- Flac 16 and 24bit (FFmpeg):
7777

7878
- Lossless audio compression.
7979

80-
- Available in MKV files.
81-
8280
- It is not currently possible to passthru the compression level to the
8381
ffmpeg encoder which is currently defaulted to "5"
8482

83+
- ALAC 16 and 24bit:
84+
85+
- Lossless audio compression.
86+
8587

8688

8789
Passthru options.
8890
-----------------
8991

9092
HandBrake supports passthru for a limited number of popular source formats.
91-
These are: AC3, E-AC3, DTS, DTS-HD, TrueHD, MP3, MP2, AAC or flac (Passthru)
93+
These are: AC3, E-AC3, DTS, DTS-HD, TrueHD, Opus, Vorbis, MP3, MP2, AAC, FLAC or ALAC (Passthru)
9294

9395
This copies the audio bit-for-bit from the source so offers no loss in audio
9496
quality. These audio tracks can be quite large so can impact the final size of

source/docs/en/1.9.0/technical/audio-quality.markdown

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,22 @@ There are several different modes HandBrake can operate in.
3131

3232
### Average Bitrate
3333

34-
HandBrake supports average bitrate for all audio encoders except FLAC.
34+
HandBrake supports average bitrate for all audio encoders except FLAC, ALAC, and TrueHD.
3535

3636
### Quality based Encoding
3737

3838
Quality based encoding is supported for the following codecs:
39+
3940
- AAC
4041
- MP3
4142
- Vorbis
43+
- Opus
4244

4345
The scale of the quality if much less pronounced compared to the video quality slider, so changes do not have nearly as big an impact on file size.
4446

4547
### Lossless
4648

47-
HandBrake supports FLAC (both 16 and 24bit) when the output format is MKV.
49+
HandBrake supports FLAC and ALAC (both 16 and 24bit) when the output format is MKV or MP4.
4850

4951
In addition, HandBrake can passthru the following source audio track formats:
5052

@@ -53,9 +55,9 @@ In addition, HandBrake can passthru the following source audio track formats:
5355
- TrueHD
5456
- AAC
5557
- MP3
58+
- Opus
59+
- Vorbis
60+
- TrueHD
5661
- FLAC
57-
58-
59-
60-
62+
- ALAC
6163

source/docs/en/1.9.0/technical/containers.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,17 @@ HandBrake creates the widely supported container formats MKV and MP4 (sometimes
2626
Features and playback compatiblity varies between MKV, WebM, and MP4. The following is a summary of some of these differences:
2727

2828
- MP4 container.
29-
- Supports H.264, H.265, MPEG-4, MPEG-2, AV1 video.
30-
- It stores audio in the AAC, MP3, AC3, E-AC3, and Opus format. AAC is recommended for better compatibility on most players. It is also possible to pass through Dolby Digital 5.1 Surround Sound (AC3) audio from a DVD or Blu-ray, and E-AC3 and TrueHD.
29+
- Supports H.264, H.265, MPEG-4, MPEG-2, VP9, AV1 video.
30+
- It stores audio in the AAC, MP3, AC3, E-AC3, TrueHD, Opus, FLAC, and ALAC format. AAC is recommended for better compatibility on most players. It is also possible to pass through Dolby Digital 5.1 Surround Sound (AC3) audio from a DVD or Blu-ray, and E-AC3 and TrueHD.
3131
- MP4 also supports chapters, for which HandBrake uses Apple's chapter format.
3232
- MP4 also is capable of storing [VariableFrameRate Variable Frame Rate] video.
3333
- Be aware that chapters and AC3 audio can only be seen by QuickTime 7 and earlier if you change the file extension from .mp4 to .m4v. HandBrake will do this for you automatically when you enable those features, although this can be disabled in the preferences if you really want .mp4 at the end of the name. QuickTime X and later don't require the extension change.
3434
- The MP4 format can also be optimized for "fast start" progressive downloads over the Web.
3535
- It can also include "soft" text subtitles that can be turned on or off, instead of always being hard burned into the video frames.
3636

3737
- MKV container.
38-
- Supports H.264, H.265, MPEG-4, MPEG-2, VP8, VP9, AV1, Theora video.
39-
- It stores audio in the AAC, MP3, AC3, E-AC3, Vorbis, Opus, or FLAC formats. It can also pass through the Dolby Digital 5.1 (AC3), Digital Theater Systems (DTS), and TrueHD surround sound formats used by DVDs and Blu-rays.
38+
- Supports H.264, H.265, MPEG-4, MPEG-2, VP8, VP9, AV1, Theora, FFV1 video.
39+
- It stores audio in the AAC, MP3, AC3, E-AC3, TrueHD, Vorbis, Opus, FLAC or ALAC formats. It can also pass through the Dolby Digital 5.1 (AC3), Digital Theater Systems (DTS), and TrueHD surround sound formats used by DVDs and Blu-rays.
4040
- It supports chapters, as well as [VariableFrameRate Variable Frame Rate] video.
4141
- It can include "soft" subtitles that can be turned on or off, instead of always being hard burned into the video frame. These can either be bitmap images of the subtitles included on a DVD (known as vobsub) or text.
4242

source/docs/en/1.9.0/technical/filters-summary.markdown

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,17 @@ Summary of Filters
2121
HandBrake contains the following filters:
2222

2323
- Detelecine
24-
- Deinterlace
24+
- Comb Detect
25+
- Deinterlace
26+
- Yadif
2527
- Decomb
26-
- Denoise
28+
- Bwdif
2729
- Deblock
30+
- Denoise
2831
- Chroma Smooth
29-
- Grayscale
32+
- Sharpen
3033
- Colorspace
34+
- Grayscale
3135

3236

3337
Detelecine
@@ -41,6 +45,7 @@ Deinterlace
4145

4246
Deinterlace removes comb artifacts from the picture.
4347
Yadif is a popular and fast deinterlacer.
48+
Bwdif is a motion adaptive deinterlacing based on yadif with the use of w3fdif and cubic interpolation algorithms.
4449
Decomb switches between multiple interpolation algorithms for speed and quality.
4550

4651
The following Deinterlace tunes are available:
@@ -51,6 +56,12 @@ The following Deinterlace tunes are available:
5156
- Bob: Attempts to better preserve motion for a slight penalty to perceived resolution.
5257

5358

59+
Deblock
60+
-------
61+
62+
Deblock reduces blocky artifacts caused by low quality video compression.
63+
64+
5465
Denoise
5566
-------
5667

@@ -71,24 +82,12 @@ For NLMeans the following Denoise tunes are available:
7182
- Sprite: Is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite is not designed for high definition video.
7283

7384

74-
Deblock
75-
-------
76-
77-
Deblock reduces blocky artifacts caused by low quality video compression.
78-
79-
8085
Chroma Smooth
8186
-------------
8287

8388
Reduces chroma noise, rainbows, and other prominent visual artifacts. Useful for resolving various color-related issues, especially with lower resolution content from analog sources, e.g. poor quality DVD and VHS sources. The blurring/smoothing algorithm is the same as used by the unsharp filter.
8489

8590

86-
Grayscale
87-
---------
88-
89-
Grayscale removes the color component of the video. Often referred to as Black & White video.
90-
91-
9291
Colorspace
9392
----------
9493

@@ -100,3 +99,9 @@ Colorspace + tonemap filter. Can change/tonemap the colorspace of the video into
10099
- BT.601 EBU
101100

102101
If this set to "Off" then HandBrake will keep the colorspace of the video.
102+
103+
104+
Grayscale
105+
---------
106+
107+
Grayscale removes the color component of the video. Often referred to as Black & White video.

source/docs/en/1.9.0/technical/preferences.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Preferences menu can be accessed via the "Tools" Menu -> "Preferences" optio
2222

2323

2424
<!-- .system-macos -->
25-
The Preferences menu can be accessed via the "HandBrake" Menu -> "Preferences" option.
25+
The Preferences menu can be accessed via the "HandBrake" Menu -> "Settings" option.
2626
<!-- /.system-macos -->
2727

2828

source/docs/en/1.9.0/technical/video-bit-depth.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ The follow encoders support higher than 8-bit.
2828
| Nvidia NVEnc |
2929
| Apple Video Toolbox |
3030
| SVT-AV1 |
31+
| VP9 |
32+
| FFV1 |
3133

3234
Please note, you must select a "10-bit" or "12-bit" encoder from the "Video Encoder" dropdown on the "Video" tab to enable this feature.
3335
For hardware encoders, the option will only be shown if the system supports it.

source/docs/en/1.9.0/technical/video-cq-vs-abr.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ encoder will vary the number of bits given to any one portion of the video, but
117117
try to keep everything at the average you set.
118118

119119
- The video bitrate can be set on the "Video Tab"
120-
- It is recommended that you use 2-Pass encoding.
120+
- It is recommended that you use multi-pass encoding.
121121
- This will provide better quality and better bit-rate distribution. A single
122122
pass will lead to sub-optimal results.
123123
- The "Turbo" checkbox will make the first pass quicker at the expense of

0 commit comments

Comments
 (0)