浏览代码

update docs

master
Jonathan Cobb 3 年前
父节点
当前提交
d8e1d30dd6
共有 1 个文件被更改,包括 4 次插入3 次删除
  1. +4
    -3
      docs/running.md

+ 4
- 3
docs/running.md 查看文件

@@ -4,14 +4,15 @@
The `jvc` script (in the `bin` directory) is the primary way to transform video
assets with JVC.

It is the swiss army knife that reads a spec file and can perform any number of
operations on any number of assets.
`jvc` is a swiss army knife that can read a spec file and perform any number
of operations on any number of assets. It's at the core of repeatable creation
of video assets from sources, based on spec files.

## Operation-specific scripts
There are other scripts in [`bin`](../bin) that perform a single operation using
command-line arguments, without requiring you to write a spec file.

If you need to do a quick operation and don't feel like writing up a quick JSON
If you need to do a quick operation and don't feel like writing a JSON
spec file, use one of [these tools](../bin).

For example, to extract the first 5 seconds of a video:


正在加载...
取消
保存