From 9b442eabe6e4f580497b79bcffac4c381dca736e Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Sat, 19 Dec 2020 07:56:10 -0500 Subject: [PATCH] update docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 157745c..773526a 100644 --- a/README.md +++ b/README.md @@ -117,9 +117,9 @@ Concatenate audio/video assets together into one asset. Transform a still image into video via a zoom-pan (aka Ken Burns) effect. ### [letterbox](src/test/resources/tests/test_letterbox.jvc) -Transform a video from one size to another size, maintaining the aspect ratio -of the video and adding letterboxes on the sides or top/bottom. -Handy for embedding mobile videos into other screen formats. +Resize a video, maintaining the aspect ratio and adding letterboxes on +the sides or top/bottom. Handy for embedding mobile videos into other screen +formats. ### [merge-audio](src/test/resources/tests/test_merge_audio.jvc) Merge an audio asset into the audio track of a video asset.