From 1a18f4664b12fe03eab1e66132907e87473c2616 Mon Sep 17 00:00:00 2001 From: pilotpirxie <10637666+pilotpirxie@users.noreply.github.com> Date: Wed, 31 Jan 2024 22:58:55 +0100 Subject: [PATCH] Add json-to-ffmpeg --- contents.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/contents.json b/contents.json index f4a103e..e809d1c 100644 --- a/contents.json +++ b/contents.json @@ -4717,6 +4717,13 @@ "homepage": "https://media-analyzer.pro", "description": "In-browser tool that helps to analyze the internal structure of MPEG-TS and MP4/MOV files", "title": "VTCLab Media Analyzer" + }, + { + "title": "json-to-ffmpeg", + "category": "ffmpeg", + "description": "Translate JSON into FFmpeg commands. Strongly typed schema provided.", + "homepage": "https://github.com/pilotpirxie/json-to-ffmpeg", + "tags": ["ffmpeg", "json", "utils"] } ] }