yukine.muxer

Module Contents

Functions

process_subs

Applies a list of SubProcessor to a SubFile.

mux

Mux the video, audio, and subtitle tracks into a single file

Data

script_dir

cap_handler

API

yukine.muxer.script_dir : pathlib.Path = None
yukine.muxer.cap_handler = 'LogCaptureHandler(...)'
yukine.muxer.process_subs(styles: list[yukine.vapoursynth_class.SubProcessor], sub: muxtools.subtitle.sub.SubFile) muxtools.subtitle.sub.SubFile

Applies a list of SubProcessor to a SubFile.

Parameters:
styles : list[SubProcessor]

List of SubProcessor

sub : muxtools.SubFile

Subtitle file to process

Returns:

Processed muxtools.SubFile

Return type:

muxtools.SubFile

yukine.muxer.mux(source: yukine.vapoursynth_class.Source) None

Mux the video, audio, and subtitle tracks into a single file

Parameters:
source : Source

Source object

Returns:

None