-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2813ef2
commit 143b7b5
Showing
1 changed file
with
18 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,28 @@ | ||
video-sync | ||
========== | ||
# video-sync | ||
|
||
|
||
|
||
[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) | ||
[![Version](https://img.shields.io/npm/v/video-sync.svg)](https://npmjs.org/package/video-sync) | ||
[![Downloads/week](https://img.shields.io/npm/dw/video-sync.svg)](https://npmjs.org/package/video-sync) | ||
[![License](https://img.shields.io/npm/l/video-sync.svg)](https://github.com/Chaphasilor/video-sync/blob/master/package.json) | ||
--- | ||
|
||
<!-- toc --> | ||
* [Usage](#usage) | ||
* [Commands](#commands) | ||
- [video-sync](#video-sync) | ||
- [Usage](#usage) | ||
- [Arguments](#arguments) | ||
<!-- tocstop --> | ||
# Usage | ||
|
||
## Usage | ||
<!-- usage --> | ||
|
||
```sh-session | ||
$ npm install -g video-sync | ||
$ video-sync COMMAND | ||
running command... | ||
$ video-sync (-v|--version|version) | ||
video-sync/1.0.0 linux-x64 node-v14.16.0 | ||
$ video-sync --help [COMMAND] | ||
USAGE | ||
$ video-sync COMMAND | ||
$ video-sync # interactive mode | ||
... | ||
$ video-sync video1 offset1 video2 offset2 -o output # CLI mode | ||
... | ||
$ video-sync -h # help page | ||
... | ||
``` | ||
|
||
<!-- usagestop --> | ||
# Commands | ||
<!-- commands --> | ||
|
||
<!-- commandsstop --> | ||
## Arguments | ||
<!-- arguments --> | ||
|
||
<!-- argumentsstop --> |