瀏覽代碼

fix indent

master
Jonathan Cobb 4 年之前
父節點
當前提交
62b512a83f
共有 1 個檔案被更改,包括 6 行新增6 行删除
  1. +6
    -6
      docs/complex_example.md

+ 6
- 6
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


Loading…
取消
儲存