You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/docs/en/1.9.0/help/activity-log.markdown
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ You can access the current log by opening the Activity Log window in HandBrake.
129
129
130
130
On Mac, logs are stored at the following locations, where `Username` is your user name:
131
131
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)
133
133
-`/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
134
134
135
135
You can open the applicable location directly from HandBrake’s Activity Log window.
- 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.
- 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.
31
31
- MP4 also supports chapters, for which HandBrake uses Apple's chapter format.
32
32
- MP4 also is capable of storing [VariableFrameRate Variable Frame Rate] video.
33
33
- 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.
34
34
- The MP4 format can also be optimized for "fast start" progressive downloads over the Web.
35
35
- It can also include "soft" text subtitles that can be turned on or off, instead of always being hard burned into the video frames.
- 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.
- 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.
40
40
- It supports chapters, as well as [VariableFrameRate Variable Frame Rate] video.
41
41
- 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.
Copy file name to clipboardExpand all lines: source/docs/en/1.9.0/technical/filters-summary.markdown
+20-15Lines changed: 20 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,13 +21,17 @@ Summary of Filters
21
21
HandBrake contains the following filters:
22
22
23
23
- Detelecine
24
-
- Deinterlace
24
+
- Comb Detect
25
+
- Deinterlace
26
+
- Yadif
25
27
- Decomb
26
-
- Denoise
28
+
- Bwdif
27
29
- Deblock
30
+
- Denoise
28
31
- Chroma Smooth
29
-
-Grayscale
32
+
-Sharpen
30
33
- Colorspace
34
+
- Grayscale
31
35
32
36
33
37
Detelecine
@@ -41,6 +45,7 @@ Deinterlace
41
45
42
46
Deinterlace removes comb artifacts from the picture.
43
47
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.
44
49
Decomb switches between multiple interpolation algorithms for speed and quality.
45
50
46
51
The following Deinterlace tunes are available:
@@ -51,6 +56,12 @@ The following Deinterlace tunes are available:
51
56
- Bob: Attempts to better preserve motion for a slight penalty to perceived resolution.
52
57
53
58
59
+
Deblock
60
+
-------
61
+
62
+
Deblock reduces blocky artifacts caused by low quality video compression.
63
+
64
+
54
65
Denoise
55
66
-------
56
67
@@ -71,24 +82,12 @@ For NLMeans the following Denoise tunes are available:
71
82
- Sprite: Is useful for 1-/4-/8-/16-bit 2-dimensional games. Sprite is not designed for high definition video.
72
83
73
84
74
-
Deblock
75
-
-------
76
-
77
-
Deblock reduces blocky artifacts caused by low quality video compression.
78
-
79
-
80
85
Chroma Smooth
81
86
-------------
82
87
83
88
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.
84
89
85
90
86
-
Grayscale
87
-
---------
88
-
89
-
Grayscale removes the color component of the video. Often referred to as Black & White video.
90
-
91
-
92
91
Colorspace
93
92
----------
94
93
@@ -100,3 +99,9 @@ Colorspace + tonemap filter. Can change/tonemap the colorspace of the video into
100
99
- BT.601 EBU
101
100
102
101
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.
0 commit comments