This website requires JavaScript.
Explore
Help
Sign In
NegroMate
/
negromate_origins
Archived
Watch
2
Star
0
Fork
You've already forked negromate_origins
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
This repository has been archived on
2024-08-27
. You can view files and clone it, but cannot push or open issues or pull requests.
56cfb0ca9a
negromate_origins
/
web
/
negromateweb
/
tools
/
from_srt_to_vtt.py
7 lines
82 B
Python
Raw
Blame
History
import
sys
import
webvtt
srt
=
sys
.
argv
[
1
]
webvtt
=
webvtt
.
from_srt
(
srt
)
.
save
(
)
Reference in New Issue
View Git Blame
Copy Permalink