From 62eaa0b3f1553e9c5168a61418830bd841d5d1ae Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Fri, 17 Jul 2026 10:53:39 +0300 Subject: [PATCH 1/4] docs: add ffprobe job type page --- docs.json | 1 + jobs/ffprobe.mdx | 313 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 314 insertions(+) create mode 100644 jobs/ffprobe.mdx 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..e30c027 --- /dev/null +++ b/jobs/ffprobe.mdx @@ -0,0 +1,313 @@ +--- +title: "Probe media metadata" +sidebarTitle: "ffprobe" +description: "Extract normalized media metadata and raw ffprobe output from any video, audio, or image URL. Codec, resolution, duration, fps, rotation, HDR, and 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"] +canonical: "https://rendobar.com/docs/jobs/ffprobe" +tag: "Live" +--- + +