Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 3.46 KB

File metadata and controls

79 lines (50 loc) · 3.46 KB

Links:


Documentation:

For configuration options:


Tip:
It is recommended to have this as the very last Plugin in your Worker - Processing file flow.

Overview

If Generate chapter information in file metadata and Remove detected commercials from file are unselected in this Plugin's settings, this Plugin will generate a comskip file according to your configuration in the same directory as the source file.

The name of the generated files will be the same as the video but with a different file extension such as .edl or .txt (depending on your configuration).

This Plugin will auto-install the required dependencies on container startup. Note that this may cause a slower-than-normal startup of the container the first time and every time it is updated thereafter.

The Plugin does not install the required comskip dependencies on any other system. Ensure you have done this prior to running.

Config description:

Only run when the original source file matches specified extensions

When selected, you may specify a list of file extensions that this Plugin will be limited to processing.

This list is matched against the original source file. Not the current cached file. For this reason you can remux the original file to another container prior to processing.

Eg: If you limit to ts files only and then, in your Plugin flow prior to this Plugin running, another Plugin remuxes the file .ts -> .mkv, this Plugin will still process the .mkv file.

Comskip configuration

Add your comskip.ini configuration here.

Generate chapter information in file metadata (Comchap)

Commercial detection script and add chapters original file. GitHub

Comchap will read the input file specified to generate chapter information marking where commercials are located.

Comchap will use your Comskip configuration to do the detection of commercials.

Remove detected commercials from file (Comcut)

Commercial detection and removal script. GitHub

Comcut will read the input file specified and remove detected commercials.

Comcut is very similar to Comchap, however the detected commercials are removed from the resulting file. Chapters are still added to the resulting file.

Warning:
This will modify the file, removing the detected commercials. There is no reversing this process.
Ensure you are happy with your Comskip configuration before letting loose on your library.

Use hardware acceleration for commercial detection

Uses hardware acceleration for commercial detection - compatible with nvidia and QSV GPUs. Autodetects specific GPU installed and will fallback to no hardware acceleration if no useable GPU was found. Prefers nvidia if both nvidia and qsv GPUs are found.