From 799d72772c889c4b20cd8acd9021ccc5d7d08528 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Fri, 11 Dec 2020 18:10:29 -0500 Subject: [PATCH] update README --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ced4003..6286a57 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Javicle - a JSON Video Composition Language -Javicle is a JSON DSL for audio/video transformations. +JVCL (pronounced "Javicle") is a JSON DSL for audio/video transformations. Under the hood, it's all shell commands: ffmpeg, mediainfo, sox, and so on. JVCL provides higher-level semantics for working with these lower level tools. @@ -42,15 +42,15 @@ coverage of the full capabilities of ffmpeg. We also plan to introduce "function to create reusable compound operations, further increasing reusability and lowering long-term maintenance. -# Who is this not for? -If you like GUIs, Javicle is probably not for you. +# Who is JVCL not for? +If you like GUIs, JVCL is probably not for you. -Javicle is not a replacement for Final Cut Pro or even iMovie. +JVCL is not a replacement for Final Cut Pro or even iMovie. -# Who is this for? -If you like CLIs, Javicle might be for you. +# Who is JVCL for? +If you like CLIs, JVCL might be for you. -You might enjoy Javicle if your video composition needs are relatively simple or +You might enjoy JVCL if your video composition needs are relatively simple or if you enjoy capturing repeatable processes in source control. # Concepts