Skip to content

inaes-tic/in-out-video-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML5 In Out Video Editor

Setup

Get the npm packages and the Sauce Labs Connect server

make

Basic usage

var editor = new iove.InOutVideoEditor({
    src: 'videos/ed_1024.ogv',
    fps: 24
});

Complete example

Look at iove.html file

Tests

A Sauce Labs account is required to run the functional tests. Create an Sauce Labs account and export the following env variables:

export SAUCE_USERNAME=[your-username]
export SAUCE_ACCESS_KEY=[your-sauce-access-key]

Run all tests (unitary and functional)

make test

Run only unitary tests

make unitary_test

Run only functional tests

make functional_test