visualmpeg-framework

----


License
Artistic-2.0
Install
npm install visualmpeg-framework@0.0.8

Documentation

VisualMpeg


Add subtitles into your video by using FFmpeg.

Example usage

Table of Contents

Installation

This pacakage requires NodeJS and NPM(Installed with NodeJS) installed device. Also FFmpeg is needed to make this program work correctly.

npm i -g visualmpeg-framework

Done!

Usage

To start CLI application, do a favor for me.

visualmpeg

When pacakage installed as global, you can run this pacakge using 'visualmpeg' command.

Updates

v0.0.9

  • Fix checking file extension [function: convertSubtitles].
  • Add new function [function: setFramerate].

v0.0.8 (b+fx1)

  • Fix various bug around command handlers.

v0.0.7

  • Fix invalid path input for [function: convertSubtitles].

v0.0.6

  • Fix invalid subtitles path input for [functions: addSubtitle]
  • Auto creating directory for work.
  • UX/UI improvements for VisualMpeg startup screen.

v0.0.5

  • Fix general path input for [function: addSubtitle].

v0.0.4

  • First release.