Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickenfuego committed Jun 18, 2023
1 parent 7474e93 commit a871f4b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@ FFEncoder can accept the following parameters from the command line:
| **Help** | False | False | **H**, **?** | Switch to display help information, including examples and parameter descriptions |
| **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) |
| **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 |
| **ReportType** | html | False | **ReportFormat** | Specify the report format. Options are `html` and `text`. |
| **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) |
| **Verbose** | False | False | None | `CmdletBinding` switch to enable verbose logging - cascaded down to relevant functions for additional information. Useful for debugging |
| **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 |
Expand Down Expand Up @@ -295,6 +296,7 @@ FFEncoder can accept the following parameters from the command line:
| **Encoder** | x265 | False | **Enc** | Specifies which encoder to use - x264 or x265 |
| **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 |
| **SkipDolbyVision** | False | False | **NoDV**, **SDV** | Switch to disable Dolby Vision encoding, even if metadata is present |
| **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) |
| **SkipHDR10Plus** | False | False | **No10P**, **NTP** | Switch to disable HDR10+ encoding, even if metadata is present |
| **HDR10PlusSkipReorder** | False | False | **SkipReorder** | Switch to correct improper HDR10+ metadata ordering on some sources. **You must verify yourself if this is required or not** |
| **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 |
Expand Down Expand Up @@ -353,6 +355,7 @@ This section contains acknowledgements for the authors of tools distributed with
- [dovi_tool](https://github.com/quietvoid/dovi_tool) - Developed by **quietvoid**
- [hdr10plus_tool](https://github.com/quietvoid/hdr10plus_tool) - Developed by **quietvoid**
- [deew](https://github.com/pcroland/deew) - While this project contains a modified, custom compiled version of `deew`, the original project was developed by **pcroland**
- [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**

### Special Mention

Expand Down

0 comments on commit a871f4b

Please sign in to comment.