Updated README
This commit is contained in:
parent
77406c156e
commit
b2639223ae
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ VirtPlay is a bash script to automate playing video or audio files over a fake P
|
||||||
| `-ao` `--audio-only` | `false` | Only uses the fake microphone |
|
| `-ao` `--audio-only` | `false` | Only uses the fake microphone |
|
||||||
| `-vo` `--video-only` | `false` | Only uses the fake webcam |
|
| `-vo` `--video-only` | `false` | Only uses the fake webcam |
|
||||||
| `-vd` `--video-device` | `/dev/video0` | Changes which v4l2loopback device to use |
|
| `-vd` `--video-device` | `/dev/video0` | Changes which v4l2loopback device to use |
|
||||||
| `-ad` `--audio-device` | `/run/user/$UID/virtmic` | Changes the name of the fake microphone |
|
| `-ad` `--audio-device` | `VirtPlay` | Changes the name of the fake microphone |
|
||||||
| `-bf` `--buffer-file` | `/tmp/virtplay` | Changes the path that the stdin buffer file is created at |
|
| `-bf` `--buffer-file` | `/tmp/virtplay` | Changes the path that the stdin buffer file is created at |
|
||||||
| `-t` `--timestamp` | `0` | Jumps play head to timestamp in either seconds or [HH:]MM:SS[.m...] |
|
| `-t` `--timestamp` | `0` | Jumps play head to timestamp in either seconds or [HH:]MM:SS[.m...] |
|
||||||
| `-v` `--volume` | `1` | Sets the volume 0-1, where 0 is 0% and 1 is 100% |
|
| `-v` `--volume` | `1` | Sets the volume 0-1, where 0 is 0% and 1 is 100% |
|
||||||
|
|
Loading…
Reference in a new issue