1
0
Fork 0
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:
Igor Támara 2024-12-16 10:43:59 -05:00 committed by GitHub
parent 44c05bb28d
commit bf322f4888
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

33
pages.es/common/obs.md Normal file
View 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`