wacaw: fix command descriptio (#8984)

pull/1/head
Darío Hereñú 2022-10-18 08:43:49 -03:00 committed by GitHub
parent 39372e262f
commit 65a6005e99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 25 additions and 1 deletions

24
pages.es/osx/wacaw Normal file
View 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`

View File

@ -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: