From c0d5251e04d9e95e7708f70cb3495d8b6a6125bc Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 18:25:48 -0500 Subject: [PATCH] update docs --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9d768e7..0844629 100644 --- a/README.md +++ b/README.md @@ -74,8 +74,12 @@ JVC is for people who have used ffmpeg filters before and had flashbacks of editing Sendmail configs and debugging PostScript. ##### Caveat Emptor -Obligatory Disclaimer: JVC is still relatively new software and lots of stuff might break. -It should never overwrite your source files, all output goes to new files. +Obligatory Disclaimer: JVC is still relatively new software and lots of stuff +might not work right, or ffmpeg could crap out because we passed bad arguments, +or whatever. + +In any case, JVC should never overwrite your source files, since all output +goes to new files. # Requirements * Java 11