Skip to content

Releases: skiptirengu/media-split

Brand new media-split!

05 Jan 17:22
8a7f483
Compare
Choose a tag to compare

Complete rewrite using ES6 features.

New

  • Add support to time ranges
  • Allow modification of some FFmpeg's options in runtime
  • Make CLI is more visually appealing with progress bars and stuff
  • Add support to FFmpeg node libraries (ffmpeg-binaries & ffmpeg-installer)
  • Add download progress event
  • Better download cache
  • Dynamic number of workers based on CPU availability
  • Add unit tests

Fixes

  • Fix cover download
  • Fix filenames with dot

TBD on next release

  • Allow time ranges without enclosing brackets
  • Automatically extract time ranges from video description
  • Make some utility methods statically available

4.1.0

06 Aug 01:53
Compare
Choose a tag to compare

New features

  • Added format parameter (-f)
  • Added audioonly parameter (-a)
  • Detect ffmpeg-binaries installation

Deprecate "audios" property

Since this became an all purpose library, having an "audios" property is not very intuitive.

4.0.0

13 Jun 22:02
Compare
Choose a tag to compare

New features

  • Pararel ffmpeg processing.
  • Better console output.

Breaking changes

  • afterSplit now sends only the parsed audio instead of the full parsed audio list.

v3.1.1

16 Jan 17:46
Compare
Choose a tag to compare
isString is deprecated

v3.1.0

21 Dec 18:40
Compare
Choose a tag to compare
Update license on package.json

v3.0.0

20 Dec 19:48
Compare
Choose a tag to compare
cover always download, w/e

v2.3.0

19 Dec 19:29
Compare
Choose a tag to compare
download lower res if max res is not available