mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 11:33:33 +02:00
wf-recorder: add Spanish translation (#15020)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
edcd6e6f6c
commit
d8b6c4965b
1 changed files with 17 additions and 0 deletions
17
pages.es/linux/wf-recorder.md
Normal file
17
pages.es/linux/wf-recorder.md
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
# wf-recorder
|
||||||
|
|
||||||
|
> Screencast para Wayland opcionalmente con audio.
|
||||||
|
> Por defecto necesita terminar el proceso con Ctrl-C.
|
||||||
|
> Más información: <https://github.com/ammen99/wf-recorder>.
|
||||||
|
|
||||||
|
- Grabación de un archivo MP4:
|
||||||
|
|
||||||
|
`wf-recorder --file={{salida.mp4}}`
|
||||||
|
|
||||||
|
- Graba video incluyendo audio; y esto incluye acceso al micrófono y los sonidos del sistema:
|
||||||
|
|
||||||
|
`wf-recorder --audio --file={{/ruta/al/archivo_con_audio.webm}}`
|
||||||
|
|
||||||
|
- Selecciona y graba una porción de la pantalla utilizando `slurp`, guardando en `recording.mp4` de forma predeterminada:
|
||||||
|
|
||||||
|
`wf-recorder -g "$(slurp)"`
|
Loading…
Add table
Reference in a new issue