Update automatic file naming docs. Updated Menu structue to include a heading for preferences.

This commit is contained in:
sr55 2023-05-13 21:05:22 +01:00
parent 879d85319b
commit e87ce7184f
No known key found for this signature in database
GPG Key ID: 99C970F83E86C84B
3 changed files with 54 additions and 11 deletions

View File

@ -153,6 +153,7 @@ Table of contents
- Files and compatibility
- [Container formats](technical/containers.html)<span class="notice draft"><span>draft</span></span>
- [iPod 5th Generation support](technical/old-ipod-support.html)<span class="notice draft"><span>draft</span></span>
- [Preferences](technical/preferences.html)
- [Automatic file naming](technical/automatic-file-naming.html)<span class="notice draft"><span>draft</span></span>
## Developer documentation

View File

@ -33,17 +33,26 @@ Here you can define the default path where output files will be stored, and the
By default, it will be {source}-{title}
| Placeholder | Description | Windows| macOS | Linux |
|-----------------|-----|------|-----|-----|
| Source | Name of the source file or drive label | Supported | Supported | Supported |
| Title | The number of the title (dvd/bluray) or file index | Supported | Supported | Supported |
| Chapters | The chapter range selected in the UI | Supported | Supported | Supported |
| Date | Current Date (in system short format) | Supported | Supported | Supported |
| Time | Current Time (HH:mm) format | Supported | Supported | Supported |
| Creation-Date | Date the file source created from source file metadata | Supported | Supported | Supported |
| Creation-Time | Time the file source created from source file metadata | Supported | Supported | Supported |
| quality_bitrate | Quality or Bitrate value from the video tab. | Supported | Supported | Supported but separate options |
| preset | The name of the currently selected preset | Not Supported | Not Supported | Supported |
| Placeholder | Description | Windows | macOS | Linux |
|-------------------------|-----|------|-----|-----|
| Source | Name of the source file or drive label | Supported | Supported | Supported |
| Title | The number of the title (dvd/bluray) or file index | Supported | Supported | Supported |
| Chapters | The chapter range selected in the UI | Supported | Supported | Supported |
| Date | Current Date (in system short format) | Supported | Supported | Supported |
| Time | Current Time (HH:mm) format | Supported | Supported | Supported |
| Creation-Date | Date the file was created from source file metadata | Supported | Supported | Supported |
| Creation-Time | Time the file was created from source file metadata | Supported | Supported | Supported |
| Modification-Date | Date the file was modified from source file metadata | Supported | Not Supported | Supported |
| Modification-Time | Time the file was modified from source file metadata | Supported | Not Supported | Supported |
| preset | The name of the currently selected preset | Supported | Not Supported | Supported |
| width | The storage width of the output file | Supported | Not Supported | Supported |
| height | The height width of the output file | Supported | Not Supported | Supported |
| preset | The name of the currently selected preset | Supported | Not Supported | Supported |
| codec | The video format name | Supported | Not Supported | Supported |
| encoder | The short hand key of they video encoder used | Supported | Not Supported | Not Supported |
| encoder_bit_depth | The bit-depth of the encoding | Supported | Not Supported | Supported |
| quality_bitrate | Quality or Bitrate value from the video tab. | Supported | Supported | Supported but separate options |
| quality_type | "Q" Quality or "kbps" for avg bitrate | Supported | Not Supported | Supported but separate options |
### Source Name Handling.

View File

@ -0,0 +1,33 @@
---
Type: article
Title: Preferences.
Project: HandBrake
Project_URL: https://handbrake.fr/
Project_Version: Latest
Language: English
Language_Code: en
Authors: [ sr55 ]
Copyright: 2023 HandBrake Team
License: Creative Commons Attribution-ShareAlike 4.0 International
License_Abbr: CC BY-SA 4.0
License_URL: https://handbrake.fr/docs/license.html
---
Preferences
===================
## Supported Encoders
<!-- .system-windows -->
The Preferences menu can be accessed via the "Tools" Menu -> "Preferences" option.
<!-- /.system-windows -->
<!-- .system-macos -->
The Preferences menu can be accessed via the "HandBrake" Menu -> "Preferences" option.
<!-- /.system-macos -->
<!-- .system-linux -->
The Preferences menu can be accessed via the "File" Menu -> "Preferences" option.
<!-- /.system-linux -->