vtt to srt subtitles converter package
Project description
vtt_to_srt.py
useful python script for Python 3.7 (you can get version for Python 2.7 here: https://github.com/jansenicus/vtt-to-srt.py)
convert vtt files to srt subtitle format
Installation:
pip install vtt_to_srt3
Usage from terminal:
python vtt_to_srt.py pathname [-r]
pathname - a file or directory with files to be converted
-r - walk path recursively
Usage as a lib:
# convert vtt file
from vtt_to_srt import vtt_to_srt
path = '/path/to/file.vtt'
vtt_to_srt(path)
# recursively convert all vtt files in directory
from vtt_to_srt import vtts_to_srt
path = '/path/to/directory'
vtts_to_srt(path, rec = True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
vtt_to_srt3-0.1.4.tar.gz
(2.5 kB
view details)
Built Distribution
File details
Details for the file vtt_to_srt3-0.1.4.tar.gz
.
File metadata
- Download URL: vtt_to_srt3-0.1.4.tar.gz
- Upload date:
- Size: 2.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6fa81256dff155d74c731589ece3f495e3c24d98c6d2dc05d31b1b368a3a4120 |
|
MD5 | 20cd02e225d493778c758725274cedf0 |
|
BLAKE2b-256 | 23bdd75ef5127d1c81f3314c9dea97397dacadaa3c4dde68d2f2daa7fc2ae311 |
File details
Details for the file vtt_to_srt3-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: vtt_to_srt3-0.1.4-py3-none-any.whl
- Upload date:
- Size: 3.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.19.1 setuptools/40.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.7.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a973d6ee027e8d5d2f711a6d37f07141d529f3050ca6881767234b65274834f8 |
|
MD5 | 98447fb67dabd288cf172e5df1449620 |
|
BLAKE2b-256 | ff12c372ee8f80542f7685d62112e82a0f5d450167bf956bff1e117dd77cccb7 |