Welcome to video_utils’s documentation!

video_utils is a Python package containing many tools useful for converting video files to h264/h265 encoded MP4 or MKV files.

Main features

  • Compatible with Python3

  • Will try to download SRT subtitles from opensubtitles.org if no subtitles in input file

  • Can tag movies and TV shows

  • Can extract closed captions and VOBSUB subtitles from input file and convert to SRT files (dependencies required)

  • Can be set to use a certain percentage of CPU available (dependency required)

Installing

Whenever possible, please always use the latest version from the repository. To install it using pip:

pip install git+https://github.com/kwodzicki/video_utils

Indices and tables