mlt-archiver

0.0.3 • Public • Published

mlt-archiver

This is a tool to help you archive your Shotcut project in a single folder, putting together all dependencies (like videos, images, sound tracks etc.) and using relative paths so that you can share the project with other prople.

Usage

Install mlt-archiver from the NPM Repository

$ npm install --global mlt-archiver

Go to the directory where your .mlt file is located and run the arvhive command. You need to point the directory where you want to create your archived folder.

$ mkdir -p ~/Movies/archived-movie
$ mlt-archiver archive my-movie.mlt ~/Movies/archived-movie

This will fill the archived-movie directory with all dependencies and also a my-movie.mlta file which can be unarchived later.

$ mlt-archiver unarchive my-movie.mlta

Readme

Keywords

Package Sidebar

Install

npm i mlt-archiver

Weekly Downloads

6

Version

0.0.3

License

MIT

Unpacked Size

6.53 kB

Total Files

5

Last publish

Collaborators

  • dri9595