mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-25 16:17:57 +08:00
8086bce5c4
* fese library was updated * mergerfs_mode support was dropped. Too much false positives * extended codec support (two new codecs added: webvtt and mov_text) * disable conversion to srt by default
7 lines
148 B
Python
Executable file
7 lines
148 B
Python
Executable file
# -*- coding: utf-8 -*-
|
|
# License: GPL
|
|
|
|
from .container import FFprobeVideoContainer
|
|
from .stream import FFprobeSubtitleStream
|
|
|
|
__version__ = "0.2"
|