Skip to main content
Home

Built and signed on GitHub Actions

Library to help probing media files for metadata.

This package works with Node.jsIt is unknown whether this package works with Cloudflare Workers, Deno, Bun, Browsers
It is unknown whether this package works with Cloudflare Workers
This package works with Node.js
It is unknown whether this package works with Deno
It is unknown whether this package works with Bun
It is unknown whether this package works with Browsers
JSR Score
64%
Published
10 months ago (0.0.7)

media-probe

Library to help probing media files for metadata.

Requirements

This library expects the following tools to be installed on the system:

  • exiftool

Development

Publishing

To publish a new version of the library, update the version in both jsr.json and package.json. Run npm install and push to master. The CI will take care of the rest.

Built and signed on
GitHub Actions

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@hwaterke/media-probe

Import symbol

import * as media_probe from "@hwaterke/media-probe";
or

Import directly with a jsr specifier

import * as media_probe from "jsr:@hwaterke/media-probe";

Add Package

pnpm i jsr:@hwaterke/media-probe
or (using pnpm 10.8 or older)
pnpm dlx jsr add @hwaterke/media-probe

Import symbol

import * as media_probe from "@hwaterke/media-probe";

Add Package

yarn add jsr:@hwaterke/media-probe
or (using Yarn 4.8 or older)
yarn dlx jsr add @hwaterke/media-probe

Import symbol

import * as media_probe from "@hwaterke/media-probe";

Add Package

npx jsr add @hwaterke/media-probe

Import symbol

import * as media_probe from "@hwaterke/media-probe";

Add Package

bunx jsr add @hwaterke/media-probe

Import symbol

import * as media_probe from "@hwaterke/media-probe";