Files
tldr/pages.zh/common/obs.md

33 lines
498 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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