timeconv
¶
Functions:
| Name | Description |
|---|---|
seconds2ts |
Convert seconds to timestamp in the format |
ts2seconds |
Convert timestamp |
seconds2f |
Convert seconds to frames. |
ts2f |
Convert a timestamp |
seconds2ts
¶
Convert seconds to timestamp in the format hh:mm:ss.xxx.
Source code in src/encode_utils_cli/util/timeconv.py
4 5 6 7 8 9 10 | |
ts2seconds
¶
Convert timestamp hh:mm:ss.xxxx to seconds.
Source code in src/encode_utils_cli/util/timeconv.py
13 14 15 16 | |
seconds2f
¶
Convert seconds to frames.
Source code in src/encode_utils_cli/util/timeconv.py
19 20 21 | |
ts2f
¶
Convert a timestamp hh:mm:ss.xxxx in number of frames.
Source code in src/encode_utils_cli/util/timeconv.py
24 25 26 | |