Node-fluent-ffmpeg: Please release a new version

Created on 10 Mar 2016  路  5Comments  路  Source: fluent-ffmpeg/node-fluent-ffmpeg

On npm, fluent-ffmpeg's latest version (2.0.1) was published 10 months ago.

A lot of fixes have been pushed to the master branch in the meanwhile, but not released to npm.
This made me add this to my project's package.json:

"fluent-ffmpeg": "git://github.com/fluent-ffmpeg/node-fluent-ffmpeg.git#master"

Most helpful comment

I'll probably release 2.1.0 next week.

All 5 comments

Hi,
There is still documentation and tests missing on some changes, and I'd like to clear some pending PRs before releasing (I don't have much time to dedicate to node-fluent-ffmpeg as you probably guessed).

In the meantime the way you're referencing the package is the correct way to do it. You may even reference a specific commit if you want to stick to a specific version. There's nothing wrong doing it this way, it's just a bit more verbose.

I'll probably release 2.1.0 next week.

Will the new release support ffmpeg 3.0?

@stephenwithav ffmpeg 3.0 is already supported. There's nothing breaking compatibility on a command-line level in this version. Feel free to report any bugs you should find, though.

Version 2.1.0 was just released. Sorry for the delay, it's sometimes difficult to find free time for fluent-ffmpeg :)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

xyk2 picture xyk2  路  3Comments

judemorrissey picture judemorrissey  路  5Comments

epdev picture epdev  路  3Comments

echo66 picture echo66  路  3Comments

timkendall picture timkendall  路  7Comments