Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pbs/pycaption
Python module to read/write popular video caption formats
https://github.com/pbs/pycaption
Last synced: 2 months ago
JSON representation
Python module to read/write popular video caption formats
- Host: GitHub
- URL: https://github.com/pbs/pycaption
- Owner: pbs
- License: apache-2.0
- Created: 2012-06-01T12:11:46.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T08:44:49.000Z (8 months ago)
- Last Synced: 2024-05-23T08:51:37.298Z (8 months ago)
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 250
- Watchers: 89
- Forks: 139
- Open Issues: 24
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Support: docs/supported_formats.rst
Awesome Lists containing this project
- awesome-video - pycaption - Python module to read/write popular video caption formats. (Language and platform specific libraries / Python)
README
py-caption
==========|Build Status| |Python Versions| |Pre-Commit| |Dependencies| |License|
``pycaption`` is a caption reading/writing module. Use one of the given Readers
to read content into a CaptionSet object, and then use one of the Writers to
output the CaptionSet into captions of your desired format.Tested with Python versions 3.6, 3.7, 3.8, 3.9, 3.10 and 3.11.
(for Python 2 use pycaption < 1.0.0)For details, see the `documentation `__.
License
-------This module is Copyright (c) 2012-2024 PBS.org and is available under the `Apache
License, Version 2.0 `__... |Build Status| image:: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml/badge.svg
:target: https://github.com/pbs/pycaption/actions/workflows/unit_tests.yml
:alt: Unit Tests.. |Pre-Commit| image:: https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white
:target: https://github.com/pre-commit/pre-commit
:alt: pre-commit.. |Dependencies| image:: https://img.shields.io/librariesio/release/pypi/pycaption
:target: https://libraries.io/pypi/pycaption
:alt: Dependencies.. |Python Versions| image:: https://img.shields.io/pypi/pyversions/pycaption
:target: https://pypi.org/project/pycaption/
:alt: Python Versions.. |License| image:: https://img.shields.io/github/license/pbs/pycaption
:target: https://github.com/pbs/pycaption/blob/main/LICENSE
:alt: License