Docs: Drafting up more of the second advanced section and tidy'd up the table of contents.

This commit is contained in:
sr55
2016-05-03 20:11:24 +01:00
parent 286b8842a6
commit 7d8e7fde92
13 changed files with 83 additions and 29 deletions

View File

@@ -16,4 +16,6 @@ License_URL: https://handbrake.fr/docs/license.html
Audio Quality
=============================
Todo
Todo
- Affects file size, though not as much as video quality
- Adjustments may impact compatibility (recommend to leave alone)

View File

@@ -6,7 +6,7 @@ Project_Version: Latest
Language: English
Language_Code: en
Text_Encoding: utf-8
Authors:
Authors: Scott (s55)
Copyright: 2016 HandBrake Team
License: Creative Commons Attribution-ShareAlike 4.0 International
License_Abbr: CC BY-SA 4.0
@@ -16,4 +16,37 @@ License_URL: https://handbrake.fr/docs/license.html
Automatic File Naming
=============================
Todo
HandBrake can automatically name your output files for you based on a number of criteria.
If you open the programs Preferences screen, you'll see a section that referes to the "Output Files"
![File output preferences](../images/windows/output-file-preferences.png "File output preferences")
Here you can define the default path where output files will be stored, and the format the file name will take.
By default, it will be {source}-{title}
You can add in addition to this: {chapters}
### Source Name Handling.
Many sources have awkward names. (i.e all capitals). HandBrake offers a few options to correct this.
The following options will affect the source name:
- "Change to Title case", This is also known as camel case where the first letter of each word is a capital followed by lower case letters.
- "Replace underscores with a space" i.e "_" to " "
- "Remove common punctuation" i.e ( Dash - Period . Commas ,)
### MP4 File Extension Handling
The last option allows you to choose the MP4 file extension handling.
MP4 and M4V are identical files. It's just a different file extension.
For MP4 files, HandBrake will automatically use the extension M4V when you pass-through audio (AC3), use SRT subtitles or have chapter markers enabled.
You can simply change the file extension between .mp4 and .m4v as the file is exactly the same. There are no differences in the content or container itself.

View File

@@ -16,4 +16,7 @@ License_URL: https://handbrake.fr/docs/license.html
Framerates
=============================
Todo
Todo
Same as source VFR/CFR
Fixed VFR (peak) or CFR

View File

@@ -6,7 +6,7 @@ Project_Version: Latest
Language: English
Language_Code: en
Text_Encoding: utf-8
Authors:
Authors: Scott (s55)
Copyright: 2016 HandBrake Team
License: Creative Commons Attribution-ShareAlike 4.0 International
License_Abbr: CC BY-SA 4.0
@@ -16,4 +16,11 @@ License_URL: https://handbrake.fr/docs/license.html
iPod 5G Support
=============================
Todo
![iPod 5G Checkbox](../images/windows/ipod-5g.png "iPod 5G Checkbox")
Older classic iPods require a special atom to be written to the MP4 file before they will play back on the device or be transferable in iTunes.
HandBrake doesn't add this by default, but if you have an older classic iPod, you can turn it on by selecting the "iPod 5G Support" checkbox located under the Destination chooser.
This is only available for MP4 files

View File

@@ -16,4 +16,19 @@ License_URL: https://handbrake.fr/docs/license.html
Point to Point Encoding
=============================
Todo
## Understanding your source
DVDs, blu-ray discs and video files can be divided into titles and chapters. Usually a title is a whole feature, like a movie or an episode.
Chapters, then, divide the movie/episode up logically. In a DVD or Blu-ray disc menu, if you use "Scene Selection", you are navigating by chapter.
## Point to Point options
![Point to Point controls](../images/windows/point-to-point.png "Point to Point controls")
For a given title, you can choose to encode only part of it unstead of the whole thing.
There are three options:
- Chapters,
- Seconds, e.g 60-180 means it will encode 2 minutes of video, starting 1 minute into the title.
- Frames, e.g (25-150) will encode 5 seconds of video if the framerate is 25fps. Starting after the 1st second of video.

View File

@@ -16,4 +16,8 @@ License_URL: https://handbrake.fr/docs/license.html
Video Encoding Speed
=============================
Todo
Todo
- Quality affects speed
- x264 preset
- May affect compatibility

View File

@@ -16,4 +16,5 @@ License_URL: https://handbrake.fr/docs/license.html
Video Sources
=============================
Todo
- x264 tune
- May affect compatibility

View File

@@ -6,7 +6,7 @@ Project_Version: Latest
Language: English
Language_Code: en
Text_Encoding: utf-8
Authors:
Authors: Scott (s55)
Copyright: 2016 HandBrake Team
License: Creative Commons Attribution-ShareAlike 4.0 International
License_Abbr: CC BY-SA 4.0
@@ -16,4 +16,9 @@ License_URL: https://handbrake.fr/docs/license.html
Web Optimised
=============================
Todo
![Web Optimised Checkbox](../images/windows/web-optimised.png "Web Optimised Checkbox")
If you are encoding for the web and using the MP4 file format, you'll want to turn on "Web Optimised" checkbox.
This places the MP4 container header at the start of the file, optimizing it for streaming across the web.
This is often referred to as MP4 "Fast Start".

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@@ -51,7 +51,7 @@ Table of contents
- [Surround sound](advanced/surround-sound.html)
- [Adding subtitles](advanced/subtitles.html)
- [Chapter markers](advanced/chapter-markers.html)
- [Post-processing metadata](advanced/post-processing.html)
<!-- - [Post-processing metadata](advanced/post-processing.html) -->
## Restoration and enhancement
@@ -77,20 +77,12 @@ Table of contents
- [Formats/containers](advanced/containers.html)
- [Video source type](advanced/video-sources.html)
- x264 tune
- May affect compatibility
- [Video encoding speed](advanced/video-encoding-performance.html)
- Quality affects speed
- x264 preset
- May affect compatibility
- [Video angles](advanced/video-angles.html)
- [Point-to-point](advanced/point-to-point.html)
- [Frame rate](advanced/frame-rates.html)
- Same as source VFR/CFR
- Fixed VFR (peak) or CFR
<!-- TODO - VFR/PFR, CFR, custom frame rates under this? -->
- [Audio quality](advanced/audio-quality.html)
- Affects file size, though not as much as video quality
- Adjustments may impact compatibility (recommend to leave alone)
- [Automatic file naming](advanced/automatic-file-naming.html)
- [Web optimized](advanced/web-optimised.html)
- [iPod 5G support](advanced/old-ipod-support.html)
@@ -118,17 +110,12 @@ Table of contents
## Technical documentation
- Introduction
- Not for regular use
- [Source formats](technical/source-formats.html)
- Containers
- Known issue: MP4 edit lists
- Video
- [Codecs](technical/video-codecs.html)
- [x264 presets, tunes, and custom settings](technical/video-x264-presets-tunes.html)
- [x264 profile and level](technical/video-x264-profiles-levels.html)
- [Constant quality versus average bit rate](technical/video-cq-vs-abr.html)
- VFR/PFR, CFR, custom frame rates
- Advanced picture settings
- Anamorphic modes
- Modulus
@@ -136,10 +123,7 @@ Table of contents
- Advanced Filter Settings
- Audio
- [Codecs](technical/audio-codecs.html)
- Known issue: Dolby Atmos
- [Gain](technical/audio-gain.html)
- [DRC](technical/audio-drc.html)
- [Mixdown](technical/audio-mixdowns.html)
- Subtitles
- Formats
- Advanced preferences