import * as cueshit from "https://deno.land/x/cueshit@v0.7.2/format/ffprobe_json.ts";
Metadata as returned by the ffprobe JSON writer.
ffprobe is part of the FFmpeg multimedia framework and can extract information from various multimedia formats.
Mandatory ffprobe options: -of json
and -show_chapters
In order to extract additional metadata (like media filename and tags),
the -show_format
and -show_streams
options should also be specified.
Variables
Parses the output of the ffprobe JSON writer. | |
Recommended ffprobe CLI options to produce the desired JSON output. |
Interfaces
Chapter as returned by the ffprobe JSON writer. | |
Container format information as returned by the ffprobe JSON writer. | |
Metadata as returned by the ffprobe JSON writer (incomplete). | |
Stream information as returned by the ffprobe JSON writer (incomplete). |