misc ¶
Classes:
-
BestSource
–BestSource indexer
-
CarefulSource
–CarefulSource indexer
-
FFMS2
–FFmpegSource2 indexer
-
IMWRI
–ImageMagick Writer-Reader indexer
-
LSMAS
–L-SMASH-Works indexer
BestSource ¶
BestSource indexer
Classes:
-
CacheMode
–Cache mode
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 |
|
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
54 55 56 |
|
get_videos_hash classmethod
¶
Source code
58 59 60 61 62 |
|
normalize_filenames classmethod
¶
Source code
68 69 70 71 72 73 74 75 76 77 78 |
|
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
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|
CarefulSource ¶
Bases: Indexer
CarefulSource indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
44 45 46 47 48 |
|
get_joined_names classmethod
¶
Source code
54 55 56 |
|
get_videos_hash classmethod
¶
Source code
58 59 60 61 62 |
|
normalize_filenames classmethod
¶
Source code
68 69 70 71 72 73 74 75 76 77 78 |
|
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
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|
FFMS2 ¶
Bases: Indexer
FFmpegSource2 indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
44 45 46 47 48 |
|
get_joined_names classmethod
¶
Source code
54 55 56 |
|
get_videos_hash classmethod
¶
Source code
58 59 60 61 62 |
|
normalize_filenames classmethod
¶
Source code
68 69 70 71 72 73 74 75 76 77 78 |
|
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
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|
IMWRI ¶
Bases: Indexer
ImageMagick Writer-Reader indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
44 45 46 47 48 |
|
get_joined_names classmethod
¶
Source code
54 55 56 |
|
get_videos_hash classmethod
¶
Source code
58 59 60 61 62 |
|
normalize_filenames classmethod
¶
Source code
68 69 70 71 72 73 74 75 76 77 78 |
|
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
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|
LSMAS ¶
Bases: Indexer
L-SMASH-Works indexer
Methods:
Attributes:
-
force
– -
indexer_kwargs
–
Source code
44 45 46 47 48 |
|
get_joined_names classmethod
¶
Source code
54 55 56 |
|
get_videos_hash classmethod
¶
Source code
58 59 60 61 62 |
|
normalize_filenames classmethod
¶
Source code
68 69 70 71 72 73 74 75 76 77 78 |
|
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
101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 |
|