外部录音
你也可以在录音机视频中加入你在外部录制的音频。 例如,你可以用它来编辑一个视频日志。
🌐 You can also include recordings that you recorded externally in your Recorder video.
For example, you may edit a vlog with it.
添加文件
🌐 Add files
将摄像机中的录音传输到电脑,并放入 public/<composition-id> 文件夹中。
文件结构应如下所示:
🌐 Transfer the recordings from your camera to your computer and put them in the public/<composition-id> folder.
The file structure should look like this:
Assuming the composition id is 'vlog'public ├── vlog │ ├── camera10.mov │ ├── camera20.mov │ └── camera30.mov
每个视频的前缀必须是 "webcam"。
后缀必须按照你想使用视频的顺序递增。
🌐 The prefix must be "webcam" for every video.
The suffixes must be ascending in the order you want to use the videos.
生成字幕
🌐 Generate captions
运行
🌐 Run
bun sub.ts为你的录音生成字幕。
🌐 to generate captions for your recordings.
使用这些视频
🌐 Use the videos
现在你可以在右侧边栏添加更多场景,以开始包含录音内容。
🌐 Now you can add more scenes in the right sidebar to start including the recordings.
示例
🌐 Examples
在 our-recorder 仓库中,作品 marathon 和 airportrun 使用了真实生活的录像。
🌐 In the our-recorder repository, the compositions marathon and airportrun are using real-life footage.