| Name | agl-frame2vid JSON |
| Version |
0.1.2
JSON |
| download |
| home_page | |
| Summary | Frame Extraction |
| upload_time | 2023-10-17 08:59:53 |
| maintainer | |
| docs_url | None |
| author | Thomas J. Lux |
| requires_python | >3.11,<3.13 |
| license | MIT |
| keywords |
|
| VCS |
|
| bugtrack_url |
|
| requirements |
No requirements were recorded.
|
| Travis-CI |
No Travis.
|
| coveralls test coverage |
No coveralls.
|
# AGL-Frame2Vid: Convert Extracted Frames to Video
## Description
AGL-Frame2Vid is a Python package that enables users to create videos from a sequence of extracted frames. This tool is especially designed to work in tandem with the `agl-frame-extractor` package, utilizing its metadata to determine video attributes like framerate.
The package aims to facilitate research in the field of gastrointestinal endoscopy by providing an easy and standardized way to create videos for both training and clinical practice.
## Installation
### Requirements
- Python 3.11 or higher
- OpenCV-Python 4.5 or higher
- FFmpeg-Python 0.2.0 or higher
### Using Poetry
To install the package, navigate to the package directory and run:
```bash
poetry install
```
## Usage
### Basic Example
Here's a basic example that shows how to use `Frame2Vid`:
```python
from agl_frame2vid import Frame2Vid
# Initialize the converter
converter = Frame2Vid("input_frames", "output.mp4")
# Generate the video
converter.generate_video()
```
### Documentation
For complete documentation, refer to the [official documentation](URL_TO_DOCUMENTATION).
## Testing
Tests can be run using `pytest`:
```bash
pytest
```
## Contributing
Contributions are welcomed to improve the package. Please read the [contribution guidelines](URL_TO_CONTRIBUTION_GUIDELINES) for more information.
## Authors
- Thomas J. Lux <lux_t1@ukw.de>
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.
---
Raw data
{
"_id": null,
"home_page": "",
"name": "agl-frame2vid",
"maintainer": "",
"docs_url": null,
"requires_python": ">3.11,<3.13",
"maintainer_email": "",
"keywords": "",
"author": "Thomas J. Lux",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/20/63/c10f7ad61eee9e2b2f7f6de43ac568d7bd3281c46884628bbd3bda02dd22/agl_frame2vid-0.1.2.tar.gz",
"platform": null,
"description": "# AGL-Frame2Vid: Convert Extracted Frames to Video\n\n## Description\n\nAGL-Frame2Vid is a Python package that enables users to create videos from a sequence of extracted frames. This tool is especially designed to work in tandem with the `agl-frame-extractor` package, utilizing its metadata to determine video attributes like framerate. \n\nThe package aims to facilitate research in the field of gastrointestinal endoscopy by providing an easy and standardized way to create videos for both training and clinical practice.\n\n## Installation\n\n### Requirements\n\n- Python 3.11 or higher\n- OpenCV-Python 4.5 or higher\n- FFmpeg-Python 0.2.0 or higher\n\n### Using Poetry\n\nTo install the package, navigate to the package directory and run:\n\n```bash\npoetry install\n```\n\n## Usage\n\n### Basic Example\n\nHere's a basic example that shows how to use `Frame2Vid`:\n\n```python\nfrom agl_frame2vid import Frame2Vid\n\n# Initialize the converter\nconverter = Frame2Vid(\"input_frames\", \"output.mp4\")\n\n# Generate the video\nconverter.generate_video()\n```\n\n### Documentation\n\nFor complete documentation, refer to the [official documentation](URL_TO_DOCUMENTATION).\n\n## Testing\n\nTests can be run using `pytest`:\n\n```bash\npytest\n```\n\n## Contributing\n\nContributions are welcomed to improve the package. Please read the [contribution guidelines](URL_TO_CONTRIBUTION_GUIDELINES) for more information.\n\n## Authors\n\n- Thomas J. Lux <lux_t1@ukw.de>\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details.\n\n---",
"bugtrack_url": null,
"license": "MIT",
"summary": "Frame Extraction",
"version": "0.1.2",
"project_urls": null,
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1a5ef5fdff92115f42a7dfcc662e10f2adac1c035226bc923a76b3def24c09e1",
"md5": "015df610d6b3d38f72e0209a46c50c6e",
"sha256": "aea4e39658bde753594f0d15431680561aa7dfa4beb29916693f911dd22439eb"
},
"downloads": -1,
"filename": "agl_frame2vid-0.1.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "015df610d6b3d38f72e0209a46c50c6e",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">3.11,<3.13",
"size": 3802,
"upload_time": "2023-10-17T08:59:52",
"upload_time_iso_8601": "2023-10-17T08:59:52.251696Z",
"url": "https://files.pythonhosted.org/packages/1a/5e/f5fdff92115f42a7dfcc662e10f2adac1c035226bc923a76b3def24c09e1/agl_frame2vid-0.1.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "2063c10f7ad61eee9e2b2f7f6de43ac568d7bd3281c46884628bbd3bda02dd22",
"md5": "f93e23a8a9721620a1270198f5ca570a",
"sha256": "eb8664ce4012780b4a752d9ecc7867b408dfdebce487c47736069aca31a21a58"
},
"downloads": -1,
"filename": "agl_frame2vid-0.1.2.tar.gz",
"has_sig": false,
"md5_digest": "f93e23a8a9721620a1270198f5ca570a",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">3.11,<3.13",
"size": 3279,
"upload_time": "2023-10-17T08:59:53",
"upload_time_iso_8601": "2023-10-17T08:59:53.718515Z",
"url": "https://files.pythonhosted.org/packages/20/63/c10f7ad61eee9e2b2f7f6de43ac568d7bd3281c46884628bbd3bda02dd22/agl_frame2vid-0.1.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-17 08:59:53",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "agl-frame2vid"
}