misc ¶
Classes:
-
BestSource
–BestSource indexer.
-
CarefulSource
–CarefulSource indexer
-
FFMS2
–FFmpegSource2 indexer
-
IMWRI
–ImageMagick Writer-Reader indexer
-
LSMAS
–L-SMASH-Works indexer
BestSource ¶
Bases: Indexer
BestSource indexer.
Classes:
-
CacheMode
–Cache mode.
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
81 82 83 84 |
|
CacheMode ¶
Bases: CustomIntEnum
Cache mode.
Attributes:
-
ABSOLUTE
–Always try to read index but only write index to disk when it will make a noticeable difference
-
ABSOLUTE_WRITE
–Always try to read and write index to disk and store index files
-
CACHE_PATH
–Always try to read index but only write index to disk when it will make a noticeable difference
-
CACHE_PATH_WRITE
–Always try to read and write index to disk and store index files in a subtree of cachepath.
-
NEVER
–Never read or write index to disk.
ABSOLUTE class-attribute
instance-attribute
¶
ABSOLUTE = 3
Always try to read index but only write index to disk when it will make a noticeable difference on subsequent runs and store index files in the absolute path in cachepath with track number and index extension appended.
ABSOLUTE_WRITE class-attribute
instance-attribute
¶
ABSOLUTE_WRITE = 4
Always try to read and write index to disk and store index files in the absolute path in cachepath with track number and index extension appended.
CACHE_PATH class-attribute
instance-attribute
¶
CACHE_PATH = 1
Always try to read index but only write index to disk when it will make a noticeable difference on subsequent runs and store index files in a subtree of cachepath.
CACHE_PATH_WRITE class-attribute
instance-attribute
¶
CACHE_PATH_WRITE = 2
Always try to read and write index to disk and store index files in a subtree of cachepath.
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
CarefulSource ¶
Bases: Indexer
CarefulSource indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
56 57 58 59 60 |
|
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
FFMS2 ¶
Bases: Indexer
FFmpegSource2 indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
56 57 58 59 60 |
|
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
IMWRI ¶
Bases: Indexer
ImageMagick Writer-Reader indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
56 57 58 59 60 |
|
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
LSMAS ¶
Bases: Indexer
L-SMASH-Works indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
56 57 58 59 60 |
|
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|
ZipSource ¶
Bases: Indexer
vszip image reader indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
56 57 58 59 60 |
|
get_joined_names classmethod
¶
Source code
66 67 68 |
|
get_videos_hash classmethod
¶
Source code
70 71 72 73 74 |
|
normalize_filenames classmethod
¶
Source code
80 81 82 83 84 85 86 87 88 89 90 |
|
source ¶
source(
file: SPathLike | Sequence[SPathLike],
bits: int | None = None,
*,
matrix: MatrixT | None = None,
transfer: TransferT | None = None,
primaries: PrimariesT | None = None,
chroma_location: ChromaLocationT | None = None,
color_range: ColorRangeT | None = None,
field_based: FieldBasedT | None = None,
**kwargs: Any
) -> VideoNode
Source code
109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 |
|