add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

33
pages.zh/common/obs.md Normal file
View File

@@ -0,0 +1,33 @@
# obs
> 开源广播软件
> 视频录制和直播程序
> 更多信息请访问:<https://obsproject.com/>
- 启动 OBS
`obs`
- 以便携模式启动 OBS
`obs --portable`
- 启动时自动开始录制视频:
`obs --startrecording`
- 启动时自动开始回放缓冲:
`obs --startreplaybuffer`
- 启动时自动开始直播:
`obs --startstreaming`
- 启动时最小化到系统托盘:
`obs --minimize-to-tray`
- 使日志更详细(用于调试):
`obs --verbose`