yukine.muxer¶
Module Contents¶
Functions¶
Applies a list of | |
Mux the video, audio, and subtitle tracks into a single file |
Data¶
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
SubProcessorto aSubFile.- Parameters:¶
- styles : list[SubProcessor]¶
List of
SubProcessor- sub : muxtools.SubFile¶
Subtitle file to process
- Returns:¶
Processed
muxtools.SubFile- Return type:¶