ソースを参照

update docs

master
Jonathan Cobb 3年前
コミット
fec4f292e4
1個のファイルの変更9行の追加4行の削除
  1. +9
    -4
      docs/running.md

+ 9
- 4
docs/running.md ファイルの表示

@@ -13,14 +13,19 @@ For example, to extract the first 5 seconds of a video:
jtrim /tmp/input-file.mp4 /tmp/output-5s.mp4 0 5
```

All commands accept a `-h` / `--help` option, use this to print usage information:
## Help
All commands accept a `-h` / `--help` option, this will print information about
how to use the command, and what arguments it takes.

To view a help for a command, just run the command with `-h` or `--help` as the
first option:
```shell script
jvc -h
jscale -h
jtrim -h
...
```

## Help
To view a list of all `jvc` command-line options, run `jvc -h` or `jvc --help`

## JVC Spec Files
A JVC spec is just a regular JSON file that happens to contain a single JSON object,
whose properties are `assets` and `operations`.


読み込み中…
キャンセル
保存