# Single Camera Video - Editing

1. open [DaVinci Resolve](https://www.blackmagicdesign.com/products/davinciresolve/) (free software from Blackmagic Design)
2. create a new project
3. click on the "Edit" tab at the bottom if the screen

#### Auto Sync Audio ([here's a tutorial](https://www.youtube.com/watch?v=7ciOkTi39ho))

1. drag your video file and your audio file into the media pool
   * if asked, change the project to match the frame rate of the media
2. select both files (video and audio)
3. right click on the files and choose "Auto Sync Audio > Based on Waveform"
4. drag the video file (only) onto the timeline (which should include the new \[superior] audio file)

#### Conduct further editing

1. use Blade Edit Tool (press "b")  to split track where you want the video to begin and end
   * slice the track where you want the video to begin
   * use the Selection Tool (press "a") to select the part you want to delete (from beginning to where you just sliced)
   * hold down Shift and press delete
   * use Blade Edit Tool to cut off the end of the video as well, select it and delete it
2. fade in from black and fade out to black
   * choose the Effect Library tab at the top
   * under Toolbox, choose Video Transitions
   * drag the "Dip to Color Dissolve" to the beginning and end of your video
   * select the transition that you just added (on the video track) and change color from white to black on the settings in the right sidebar (you may have to select the "inspector" tab)

#### Get Audio Loudness Set (-14LUFS and -1TP)

1. watch this video = <https://www.youtube.com/watch?v=SyWFLS4VWvA>
   * File > Project Settings > Fairlight > Audio Metering > Target Loudness Level = -14 LUFS
   * set "Loudness Meter" to show -14 at top by clicking on three dots (...) and choosing = absolute level
   * True Peak can be seen on the Control Room meter (you cannot set it to anything, you just need to keep it below -1.0TP)

### Render the video

1. Choose the "Deliver" tab at the bottom
2. Choose the settings for Youtube
3. add to queue
4. render
5. upload to Youtube

{% content-ref url="davinci-resolve-saving" %}
[davinci-resolve-saving](https://benjohansen.gitbook.io/musictech/2022_spring/appendix/davinci-resolve-saving)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://benjohansen.gitbook.io/musictech/2022_spring/appendix/single-camera-video-editing.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
