Skip to content

Commit a871f4b

Browse files
Update README.md
1 parent 7474e93 commit a871f4b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,7 @@ FFEncoder can accept the following parameters from the command line:
252252
| **Help** | False | False | **H**, **?** | Switch to display help information, including examples and parameter descriptions |
253253
| **RemoveFiles** | False | False | **Del**, **RM** | Switch that deletes extra files generated by the script (crop file, log file, etc.). Does not delete the input, output, or report file (if created) |
254254
| **GenerateReport** | False | False | **Report**, **GR** | Switch that generates a report file of the encode. Data is pulled from the log file and written in a reading friendly format |
255+
| **ReportType** | html | False | **ReportFormat** | Specify the report format. Options are `html` and `text`. |
255256
| **GenerateMKVTagFile** | False | False | **CreateTagFile** | Generates an MKV tag file using the TMDB API (key required). See the [wiki](https://github.com/patrickenfuego/FFEncoder/wiki/MKV-Tag-Generator) |
256257
| **Verbose** | False | False | None | `CmdletBinding` switch to enable verbose logging - cascaded down to relevant functions for additional information. Useful for debugging |
257258
| **ExitOnError** | False | False | **Exit** | Switch that forcibly exits the script on certain non-terminating errors that prompt for re-input. Can be used to prevent blocking during automation |
@@ -295,6 +296,7 @@ FFEncoder can accept the following parameters from the command line:
295296
| **Encoder** | x265 | False | **Enc** | Specifies which encoder to use - x264 or x265 |
296297
| **FirstPassType** | Default | False | **PassType**, **FTP** | Tuning option for two pass encoding. See [Two Pass Encoding Options](https://github.com/patrickenfuego/FFEncoder/wiki/Video-Options#two-pass-encoding-options) for more info |
297298
| **SkipDolbyVision** | False | False | **NoDV**, **SDV** | Switch to disable Dolby Vision encoding, even if metadata is present |
299+
| **DolbyVisionMode** | 8.1 | False | **DoViMode** | Specify the DoVi RPU processing mode. Options are 8.1, 8.4, & 8.1m (retains FEL mapping if present, but requires additional processing in frameserver to work properly) |
298300
| **SkipHDR10Plus** | False | False | **No10P**, **NTP** | Switch to disable HDR10+ encoding, even if metadata is present |
299301
| **HDR10PlusSkipReorder** | False | False | **SkipReorder** | Switch to correct improper HDR10+ metadata ordering on some sources. **You must verify yourself if this is required or not** |
300302
| **TestFrames** | 0 (Disabled) | False | **T**, **Test** | Integer value representing the number of test frames to encode. When `-TestStart` is not set, encoding starts at 00:01:30 so that title screens are skipped |
@@ -353,6 +355,7 @@ This section contains acknowledgements for the authors of tools distributed with
353355
- [dovi_tool](https://github.com/quietvoid/dovi_tool) - Developed by **quietvoid**
354356
- [hdr10plus_tool](https://github.com/quietvoid/hdr10plus_tool) - Developed by **quietvoid**
355357
- [deew](https://github.com/pcroland/deew) - While this project contains a modified, custom compiled version of `deew`, the original project was developed by **pcroland**
358+
- [Get-MediaInfo](https://github.com/stax76/Get-MediaInfo) - A fast and reliable PowerShell module for reading audio/video/subtitle metadata from multimedia files. Developed by **stax76**
356359

357360
### Special Mention
358361

0 commit comments

Comments
 (0)