From 67e7631d75d6c953522aa7d96f3e9f0e530f25f7 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Wed, 2 Mar 2022 11:58:15 +0100 Subject: [PATCH] =?UTF-8?q?tweak=20readme=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 2 +- README.md | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index ca61dd8..7d4ebb2 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright (c) 2020, Eugene Ware and contributors +Copyright (c) 2022, Eugene Ware and contributors All rights reserved. Redistribution and use in source and binary forms, with or without diff --git a/README.md b/README.md index fabc2d1..6438d89 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,13 @@ Supports macOS (64-bit and arm64), Linux (32 and 64-bit, armhf, arm64), Windows (32 and 64-bit) and FreeBSD (64-bit). [The ffmpeg version currently used is `4.4.1`.](https://github.com/eugeneware/ffmpeg-static/releases/tag/b4.4.1) -*Note:* The version of `ffmpeg-static` follows [SemVer](http://semver.org). When releasing new versions, **we do *not* consider breaking changes in `ffmpeg` itself**, but only the JS interface (see below). To stop `ffmpeg-static` from breaking your code by getting updated, [lock the version down](https://docs.npmjs.com/files/package.json#dependencies) or use a [lockfile](https://docs.npmjs.com/files/package-lock.json). - [![npm version](https://img.shields.io/npm/v/ffmpeg-static.svg)](https://www.npmjs.com/package/ffmpeg-static) ![minimum Node.js version](https://img.shields.io/node/v/ffmpeg-static.svg) +*Note:* The version of `ffmpeg-static` follows [SemVer](http://semver.org). When releasing new versions, **we do *not* consider breaking changes in `ffmpeg` itself**, but only the JS interface (see below). For example, `ffmpeg-static@4.4.1` downloads ffmpeg `4.4.1`. To prevent an `ffmpeg-static` upgrade downloading backwards-incompatible ffmpeg versions, [use a strict version range](https://docs.npmjs.com/files/package.json#dependencies) for it or use a [lockfile](https://docs.npmjs.com/files/package-lock.json). + +Also check out [`node-ffmpeg-installer`](https://github.com/kribblo/node-ffmpeg-installer)! + ## Installation This module is installed via npm: