Skip to content

Releases: heristop/ffmpeg-video-composer

0.3.0

19 Feb 19:38
Compare
Choose a tag to compare

Major Changes

  • Dependencies: Removed external FFmpeg libraries dependencies
  • Removed ffmpeg-static
  • Removed ffprobe-static
  • Removed fluent-ffmpeg

This change makes the library more lightweight and flexible by removing the bundled FFmpeg dependencies. Users now have full control over their FFmpeg setup and can use their system's FFmpeg installation or manage FFmpeg binaries themselves.

Before

Previously, the library bundled FFmpeg-related npm packages which could:

  • Lead to duplicate FFmpeg installations
  • Force specific FFmpeg versions
  • Increase the package size

After

The library now uses native FFmpeg binaries:

  • Smaller package footprint
  • More flexibility in FFmpeg version choice
  • Better compatibility with existing FFmpeg installations

Note for users

Make sure you have FFmpeg installed on your system. You can download it from:

  • Official FFmpeg website: https://ffmpeg.org
  • Or use your system's package manager (apt, brew, etc.)

0.2.0

07 Sep 17:26
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.1.1...0.2.0

0.1.1

03 May 00:17
Compare
Choose a tag to compare
[Project] Released v0.1.1

0.1.0

01 May 14:15
c9b1d56
Compare
Choose a tag to compare
[Director] Allow custom path on compilation