New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

multi-language-ass

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

multi-language-ass

Creates one ass with 2 languages combined from single ass files

  • 0.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

multi-language-ass

NPM Package Build Status

Merges two ASS subtitle files with different languages into a combined ASS file so you can have 2 sets of subtitles on your film at once.

One language is displayed at the bottom and one on the top as defined by the Alignment style in the ASS file.

Quick start

sudo npm i -g multi-language-ass
multiass subs-en.ass subs-vi.ass > subs-combined.ass

Convert SRT to ASS

TODO: integrate a converter so this happens automatically for input files.

However for now an easy way to convert is with ffmpeg. For example:

ffmpeg -i film_en.srt film_jp.ass

Keywords

FAQs

Package last updated on 16 Jan 2018

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc