You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -252,6 +252,7 @@ FFEncoder can accept the following parameters from the command line:
252
252
|**Help**| False | False |**H**, **?**| Switch to display help information, including examples and parameter descriptions |
253
253
|**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) |
254
254
|**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`. |
255
256
|**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)|
256
257
|**Verbose**| False | False | None |`CmdletBinding` switch to enable verbose logging - cascaded down to relevant functions for additional information. Useful for debugging |
257
258
|**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:
295
296
|**Encoder**| x265 | False |**Enc**| Specifies which encoder to use - x264 or x265 |
296
297
|**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 |
297
298
|**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) |
298
300
|**SkipHDR10Plus**| False | False |**No10P**, **NTP**| Switch to disable HDR10+ encoding, even if metadata is present |
299
301
|**HDR10PlusSkipReorder**| False | False |**SkipReorder**| Switch to correct improper HDR10+ metadata ordering on some sources. **You must verify yourself if this is required or not**|
300
302
|**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
353
355
-[dovi_tool](https://github.com/quietvoid/dovi_tool) - Developed by **quietvoid**
354
356
-[hdr10plus_tool](https://github.com/quietvoid/hdr10plus_tool) - Developed by **quietvoid**
355
357
-[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**
0 commit comments