ABCVideoProvider
Source code in video_timestamps/video_provider/abc_video_provider.pyi
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |
get_pts(filename, index)
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
filename
|
str
|
A video path. |
required |
index
|
int
|
Index of the video stream. |
required |
Returns:
| Type | Description |
|---|---|
tuple[list[int], Fraction, Fraction]
|
A tuple containing these 3 informations:
|
Source code in video_timestamps/video_provider/abc_video_provider.pyi
8 9 10 11 12 13 14 15 16 17 18 19 20 21 | |