Skip to main content

手动添加录音

你也可以添加来自其他来源的录音,例如你的手机。 只需将文件命名为 webcam 后跟任意数字,例如 10,然后加上其中一个支持的文件扩展名:.mp4.webm.mkv.mov

🌐 You can also add recordings from other sources, like your phone.
Simply name the file webcam followed by any number, like 10, followed by one of the supported file extensions: .mp4, .webm, .mkv or .mov.

你的视频中录音出现的顺序是基于数字后缀的。 这里有一种你可以组织录音的方式:

🌐 The order your recordings appear in your video is based on the number suffix.
Here is a way you could structure your recordings:

public
└── my-video
    ├── webcam10.mp4
    ├── display10.mp4
    ├── webcam20.mp4
    └── webcam30.mp4

如果只有一个带有该号码的 webcam 录音,网络摄像头将全屏显示。

🌐 If there is only a webcam recording with said number, the webcam will be fullscreen.

只有当存在 webcam 录音时,display 录音才会被采集。
在这种情况下,网络摄像头将被微型化。

🌐 A display recording will only get picked up if there is also a webcam recording.
The webcam will be miniaturized in this case.

即使你只是录制了一个显示,也仍然给它添加 webcam 前缀,以便它被识别。

🌐 If you only have recorded a display, give it a webcam prefix nonetheless for it to get picked up.