An open API service indexing awesome lists of open source software.

https://github.com/iandennismiller/youtube-remix

Easily embed Youtube video remixes in HTML. Cut, sequence, and merge multiple videos into a single stream.
https://github.com/iandennismiller/youtube-remix

Last synced: 6 months ago
JSON representation

Easily embed Youtube video remixes in HTML. Cut, sequence, and merge multiple videos into a single stream.

Awesome Lists containing this project

README

          

# youtube-remix

Usage:

```

var mash_cfg = {
'id': 'example_player',
'height': '390',
'width': '640',
'hide_when_finished': true,
'fade': true,
'sequence': "(<yFhFu25TGxM, 2s, 10s>, <tgGxi3hiOnY, 00s, 11s>, <B4Y_2V5caQk, 23s, 33s>, <x5tj9uSc2_4, 8s, 29s>)"
};


```