mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
wacaw: fix command descriptio (#8984)
This commit is contained in:
parent
39372e262f
commit
65a6005e99
2 changed files with 25 additions and 1 deletions
24
pages.es/osx/wacaw
Normal file
24
pages.es/osx/wacaw
Normal file
|
@ -0,0 +1,24 @@
|
|||
# wacaw
|
||||
|
||||
> Herramienta de línea de comandos para macOS para capturar imágenes fijas y videos desde una cámara adjunta.
|
||||
> Más información: <http://webcam-tools.sourceforge.net>.
|
||||
|
||||
- Toma una foto desde la cámara web:
|
||||
|
||||
`wacaw {{filename}}`
|
||||
|
||||
- Graba un video:
|
||||
|
||||
`wacaw --video {{filename}} --duration {{duration_in_seconds}}`
|
||||
|
||||
- Toma una foto con resolución personalizada:
|
||||
|
||||
`wacaw --width {{width}} --height {{height}} {{filename}}`
|
||||
|
||||
- Copia imagen recién tomada al portapapeles:
|
||||
|
||||
`wacaw --to-clipboard`
|
||||
|
||||
- Lista de los dispositivos disponibles:
|
||||
|
||||
`wacaw --list-devices`
|
|
@ -1,6 +1,6 @@
|
|||
# wacaw
|
||||
|
||||
> A little command-line tool for macOS that allows you to capture both still pictures and video from an attached camera.
|
||||
> Command-line tool for macOS to capture both still pictures and video from an attached camera.
|
||||
> More information: <http://webcam-tools.sourceforge.net>.
|
||||
|
||||
- Take a picture from webcam:
|
||||
|
|
Loading…
Add table
Reference in a new issue