
Company News
Socket Named Top Sales Organization by RepVue
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.
ass2vtt est un outil permettant de transformer un document ass (Advanced Sub Station) en WebVTT (Web Video Text Tracks).
Prerequisites: Node.js (>=6.14), npm version 3+.
$ npm install ass2vtt
$ npm install -g ass2vtt
Utilisation :
$ ass2vtt [options] file_in.ass
file_in.ass optionnel si --dir
Options :
Basic:
-h, --help displays help
-v, --version Output the version number
Options:
--init Creates the config file .ass2vttrc - default: false
Options file out:
-a, --a11y Output the a11y file
-c, --classic Output the classic file
-b, --both Output the a11y and classic files (default)
-d, --dir Process all the ass files in the directory
Vous pouvez paramétrer ass2vtt pour générer un fichier .vtt qui correspond à vos attentes.
ass2vtt --init va créer / modifier le fichier .ass2vttrc dans le répertoire en cours. Il va se baser sur les fichiers .ass de ce répertoire et récupérer les styles de ces fichiers pour générer styleToVtt.
Si le fichier ass2vttrc existe il n'ajoutera que les nouveaux styles non présents.
Créer le fichier .ass2vttrc dans le répertoire du fichier.
Ce fichier sert à faire la correspondance :
Exemple .ass2vttrc
{
"styleToVtt": {
"styleAssFile1":"saf1",
"styleAssFile2":"saf2",
"styleAssFile3":"saf3",
"styleAssFile3":"saf4"
},
"styleOutClassic": [
"styleAssFile1",
"saf3"
],
"styleOutVtt": [
"styleAssFile4",
"saf2"
],
"styleItalicClassic": ["saf4","styleAssFile2"],
"integrerStyle": false,
"extensionA11Y": "_a11y",
"extensionClassic": "_classic"
}
integrerStyle : ajoute les styles dans le fichier WebVTTstyleOutClassic : les textes comportant ces styles sont retirés dans le mode classicstyleOutVtt : les textes comportant ces styles sont retirés dans le mode a11ystyleItalicClassic : les textes comportant ces styles seront en italique en mode classicextensionA11Y et extensionClassic :
Exemple ici
nameAssFile.ass=>nameAssFile_a11y.vttetnameAssFile_classic.vtt
FAQs
Transforme ass en WebVTT.
The npm package ass2vtt receives a total of 26 weekly downloads. As such, ass2vtt popularity was classified as not popular.
We found that ass2vtt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.