docs: Minor improvement to the autoname documentation page.

This commit is contained in:
sr55 2022-05-28 23:23:37 +01:00
parent e277139478
commit 92838ce229
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5
3 changed files with 18 additions and 13 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -21,24 +21,29 @@ HandBrake can automatically name your output files for you based on a number of
If you open the programs Preferences screen, you'll see a section that referes to the "Output Files" 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-1.0.0.png "File output preferences") <!-- .system-macos -->
![File output preferences](../../images/mac/output-file-preferences-1.5.0.png "File output preferences macOS")
<!-- /.system-macos -->
<!-- .system-windows -->
![File output preferences](../../images/windows/output-file-preferences-1.5.0.png "File output preferences Windwos")
<!-- /.system-windows -->
Here you can define the default path where output files will be stored, and the format the file name will take. 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} By default, it will be {source}-{title}
These are all of the placeholder field options: | Placeholder | Description | Windows| macOS | Linux |
* Live Update: |-----------------|-----|------|-----|-----|
* {source} | Source | Name of the source file or drive label | Supported | Supported | Supported |
* {title} | Title | The number of the title (dvd/bluray) or file index | Supported | Supported | Supported |
* {chapters} | Chapters | The chapter range selected in the UI | Supported | Supported | Supported |
* Non-live Update: These only change if you scan a new source, change title or chapters. | Date | Current Date (in system short format) | Supported | Supported | Supported |
* {date} | Time | Current Time (HH:mm) format | Supported | Supported | Supported |
* {time} | Creation-Date | Date the file source created from source file metadata | Supported | Supported | Supported |
* {creation-date} | Creation-Time | Time the file source created from source file metadata | Supported | Supported | Supported |
* {creation-time} | quality_bitrate | Quality or Bitrate value from the video tab. | Supported | Supported | Supported but separate options |
* {quality} | preset | The name of the currently selected preset | Not Supported | Not Supported | Supported |
* {bitrate}
### Source Name Handling. ### Source Name Handling.