From 62b512a83ffb3521e2c63e90cb0841d39a6473a1 Mon Sep 17 00:00:00 2001 From: Jonathan Cobb Date: Thu, 17 Dec 2020 18:08:49 -0500 Subject: [PATCH] fix indent --- docs/complex_example.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/complex_example.md b/docs/complex_example.md index 04dd733..4e9f135 100644 --- a/docs/complex_example.md +++ b/docs/complex_example.md @@ -63,7 +63,7 @@ support a `comment` field, which can be used as well. "operation": "scale", // name of the operation "creates": "vid2_big", // asset it creates "source": "vid2", // source asset - "factor": "2.2" // scale factor. if factor is set, width and height are ignored. + "factor": "2.2" // scale factor. if factor is set, width and height are ignored. }, // split example @@ -98,14 +98,14 @@ support a `comment` field, which can be used as well. // trim example { "comment": "trim all of the assets that were split above", - "operation": "trim", // name of the operation - "creates": { // create multiple files, will be prefixed with `name`, store them in `dest` + "operation": "trim", // name of the operation + "creates": { // create multiple files, will be prefixed with `name`, store them in `dest` "name": "vid1_trims", "dest": "src/test/resources/outputs/trims/" }, - "source": "vid1_split", // trim these source assets - "start": "1", // cropped region starts here, default is zero - "end": "6" // cropped region ends here, default is end of video + "source": "vid1_split", // trim these source assets + "start": "1", // cropped region starts here, default is zero + "end": "6" // cropped region ends here, default is end of video }, // overlay example