media-probe
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

media-probe

Probe audio or video file for data

(async () => {
  const data = await ffprobe(
    "https://bitmovin-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8",
    {
      selectType: "video",
      selectIndex: 0,
    }
  );
  console.log(data);
})();

/media-probe/

    Package Sidebar

    Install

    npm i media-probe

    Weekly Downloads

    176

    Version

    1.0.1

    License

    ISC

    Unpacked Size

    27.6 kB

    Total Files

    20

    Last publish

    Collaborators

    • jasonbyrne