diff --git a/docs.json b/docs.json index af04ebb..f94cc07 100644 --- a/docs.json +++ b/docs.json @@ -41,6 +41,7 @@ "group": "Jobs", "pages": [ "jobs/ffmpeg", + "jobs/ffprobe", "jobs/compose", { "group": "Captions", diff --git a/jobs/ffprobe.mdx b/jobs/ffprobe.mdx new file mode 100644 index 0000000..f916498 --- /dev/null +++ b/jobs/ffprobe.mdx @@ -0,0 +1,351 @@ +--- +title: "Probe media metadata" +sidebarTitle: "ffprobe" +description: "Run ffprobe on a video, audio, or image URL and get a normalized summary plus the full raw report: codec, resolution, duration, fps, rotation, HDR, audio." +icon: "magnifying-glass" +keywords: ["ffprobe api", "media metadata api", "video metadata api", "probe video url", "ffprobe json api", "get video resolution api", "detect video rotation api", "hdr detection api", "raw ffprobe command"] +canonical: "https://rendobar.com/docs/jobs/ffprobe" +tag: "Live" +--- + +