New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

subconv

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

subconv

Tool for converting subtitles. Supported formats TMP, MPL2, MicroDVD, SubRip.

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
6
100%
Maintainers
1
Weekly downloads
 
Created
Source

SUBCONV

Small command line tool for converting subtitles.

ABOUT

Subconv is a small command line tool for converting subtitles. It can convert subtitles between formats:

  • TMP( 00:01:02:Sample text)
  • MPL2([123][456]Sample text)
  • SubRip({123}{456}Sample text)
  • MicroDvd

HOW TO INSTALL

git clone git@github.com:wojtekw92/subconv.git
cd subconv
npm install -g

or simply

npm i subconv -g

USAGE

subconv -i INPUTFILE.txt -c "OUTPUT FORMAT"

OPTIONS

Options:

-h, --help                 output usage information
-V, --version              output the version number
-c, --convert <format>     convert input subtitles to output with selected format(TMP, MPL2, SubRip, MicroDVD)
-i, --input <file>         input file
-o, --output <file>        output file
-C, --check <file>         Check subtitle format in file
-o, --output <outputFile>  File with converted subtitles
-f, --fps [fps]            Set FPS for some subtitles format[23.98]

if you don't give output file it will override input file

TO DO

  • convert from tmp to all formats
  • convert from mpl2 to subrip
  • convert from MicroDVD to SubRip

Keywords

subtitles

FAQs

Package last updated on 17 Dec 2015

Did you know?

Socket

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.

Install

Related posts