mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 19:55:27 +02:00
obs: add Spanish translation (#15158)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
44c05bb28d
commit
bf322f4888
1 changed files with 33 additions and 0 deletions
33
pages.es/common/obs.md
Normal file
33
pages.es/common/obs.md
Normal file
|
@ -0,0 +1,33 @@
|
|||
# obs
|
||||
|
||||
> Open Broadcaster Software.
|
||||
> Programa de grabación de vídeo y streaming en directo.
|
||||
> Más información: <https://obsproject.com/>.
|
||||
|
||||
- Abre OBS:
|
||||
|
||||
`obs`
|
||||
|
||||
- Abre OBS en modo portátil:
|
||||
|
||||
`obs --portable`
|
||||
|
||||
- Empieza automáticamente a grabar un vídeo al momento de abrirse:
|
||||
|
||||
`obs --startrecording`
|
||||
|
||||
- Empieza automáticamente el búfer de repetición al abrirse:
|
||||
|
||||
`obs --startreplaybuffer`
|
||||
|
||||
- Inicia automáticamente la transmisión al abrirse:
|
||||
|
||||
`obs --startstreaming`
|
||||
|
||||
- Se minimiza a la bandeja del sistema al abrirse:
|
||||
|
||||
`obs --minimize-to-tray`
|
||||
|
||||
- Hace el registro más detallado (para depurar):
|
||||
|
||||
`obs --verbose`
|
Loading…
Add table
Reference in a new issue