Releases: skiptirengu/media-split
Releases · skiptirengu/media-split
Brand new media-split!
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
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
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
isString is deprecated
v3.1.0
Update license on package.json
v3.0.0
cover always download, w/e
v2.3.0
download lower res if max res is not available