Skip to content

Commit

Permalink
Version 2.2.0
Browse files Browse the repository at this point in the history
MP4: Basic implementation of the MP4 builder
  • Loading branch information
gkozlenko committed Dec 7, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b95bc71 commit ea8ac1a
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@
[![Test Coverage](https://api.codeclimate.com/v1/badges/5244de41aaa07c082764/test_coverage)](https://codeclimate.com/github/gkozlenko/node-video-lib/test_coverage)
[![GitHub License](https://img.shields.io/github/license/gkozlenko/node-video-lib.svg)](https://github.com/gkozlenko/node-video-lib/blob/master/LICENSE)

Node.js Video Library / MP4 & FLV parser / HLS muxer
Node.js Video Library / MP4 & FLV parser / MP4 builder / HLS muxer

## Limitations

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "node-video-lib",
"version": "2.1.12",
"description": "Node.js Video Library / MP4 & FLV parser / HLS muxer",
"version": "2.2.0",
"description": "Node.js Video Library / MP4 & FLV parser / MP4 builder / HLS muxer",
"license": "MIT",
"main": "index",
"author": {

0 comments on commit ea8ac1a

Please sign in to comment.