Git Product home page Git Product logo

vrtk's Introduction

VRTK - Video Releaser's Toolkit

VRTK is designed to help people who works with video publishing. Currently it can:

  • grep screenshots from videos
  • create collages
  • analyze video metadata
  • create well-designed release template
  • create a torrent file on a template

More features are coming!

Installation

Prebuilt binaries

You can download prebuilt binaries from Releases page.

Building from source

Currently we can provide auto-building on x64 Windows platforms. Also, some features work only on Windows.

Windows

Prerequisites
  • Ruby (>= 2.4.2)
  • Git
Building

We recommend to use Ruby 2.4.2 or newer.

First, clone repository:

git clone https://github.com/mrakobeze/vrtk
cd vrtk

Install deps with bundler:

gem install bundler
bundler install

Then run rake build task:

rake win32:build:folder             # Builds VRTK to pkg/win32 folder.
rake win32:build:zip                # Builds :folder and then packs to zipfile.
rake win32:build:inno               # Builds :folder and then creates ISS installer.
rake win32:build:all                # Builds both :zip and :inno.
                                    # Script template can be found in 'dist/innosetup' directory.
rake win32:build:inno:generate      # Does not build anything, just generates INNO script from template 
                                    # to be able for you to edit it as you need.

Every build task checks dist/ folder for folders named 'bindeps'. Each bindep contains binary files which is placed outside of repository. When any bindep is missing, it's downloaded from our server and extracted to dist/. Currently project needs three bindeps: ffmpeg, magick and mingw.

Usage

Basic usage:

vrtk <applet> [applet options]

More information you can get if you run vrtk help and vrtk <applet> --help for any applet.

vrtk's People

Contributors

mrakobeze avatar

Watchers

 avatar

vrtk's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.