Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,17 @@ loudness and true peak using the `ebur128` filter.
## Install

ClipCheck requires Node.js 20 or newer plus `ffprobe` on `PATH`. Install FFmpeg
from <https://ffmpeg.org/download.html>, then run without a global install:
from <https://ffmpeg.org/download.html>, then run the current release directly
from its public source repository:

```console
npx yy-clipcheck --profile youtube-shorts ./short.mp4
npm exec --yes --package=git+https://github.com/yycore/clipcheck.git -- clipcheck --profile youtube-shorts ./short.mp4
```

Or install the command globally:

```console
npm install --global yy-clipcheck
npm install --global git+https://github.com/yycore/clipcheck.git
clipcheck --list-profiles
```

Expand Down
Loading