Metadata-Version: 2.4
Name: VideoTimestamps
Version: 0.2.0
Summary: Get video timestamps.
Author-email: moi15moi <moi15moismokerlolilol@gmail.com>
License: MIT
Project-URL: Source, https://github.com/moi15moi/VideoTimestamps/
Project-URL: Tracker, https://github.com/moi15moi/VideoTimestamps/issues/
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
Classifier: Typing :: Typed
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: dev
Requires-Dist: coverage>=7.0.0; extra == "dev"
Requires-Dist: mypy>=1.0.0; extra == "dev"
Requires-Dist: pillow>=10.0.0; extra == "dev"
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: ruff>=0.8.4; extra == "dev"
Dynamic: license-file

# VideoTimestamps
[![VideoTimestamps - CI Build Status](https://github.com/moi15moi/VideoTimestamps/workflows/Run%20Tests/badge.svg)](https://github.com/moi15moi/VideoTimestamps/actions/workflows/run_test.yml)
[![VideoTimestamps - Version](https://img.shields.io/pypi/v/videotimestamps.svg)](https://pypi.org/project/VideoTimestamps)
[![VideoTimestamps - Python Version](https://img.shields.io/pypi/pyversions/videotimestamps.svg)](https://pypi.org/project/VideoTimestamps)
[![VideoTimestamps - Coverage](https://img.shields.io/codecov/c/github/moi15moi/VideoTimestamps)](https://app.codecov.io/github/moi15moi/VideoTimestamps)
[![VideoTimestamps - mypy](https://img.shields.io/badge/mypy-checked-blue)](https://github.com/moi15moi/VideoTimestamps/actions?query=branch:main)
[![VideoTimestamps - Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)

This tool allows to recover the timestamps of each frame in a video in milliseconds.
It also help to convert a frame to a time in milliseconds and vice-versa.

## Installation
```
pip install VideoTimestamps
```

## Dependencies
-  [ffprobe](https://ffmpeg.org/download.html)

## How to use it?
See the [example file](./examples/get_timestamps.py).
