ソースを参照

update README

master
Jonathan Cobb 4年前
コミット
0aad3ef0ab
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      README.md

+ 1
- 1
README.md ファイルの表示

@@ -16,7 +16,7 @@ and bash, you might do something like this:
ffmpeg -i $i /tmp/my/source.mp4 -ss $((i)) -t $((i+INCR)) /tmp/my/slice_$((i))_$((i+INCR)).mp4
done
```
With JVCL, you would use write this spec:
With JVCL, you'd create this spec:
```json
{
"assets": [ {"name": "src", "path": "/tmp/my/source.mp4"} ],


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