Video Fix
1
I recorded this video with Tonor Mic on Zoom on Ubuntu. However, when I uploaded this video on Youtube, my audio is like below:
Volume / Normalized 100% / 100% (content loudness -13.4dB)
How should I fix it?
To fix the audio issues in your YouTube video, you can follow these steps:
1. Adjusting Microphone Settings
Make sure your Tonor mic is properly configured on Ubuntu:
Open Sound Settings: Go to System Settings > Sound.
Select Input Device: Choose your Tonor mic as the input device.
Adjust Input Volume: Increase the input volume to ensure you're recording at an adequate level.
2. Adjusting Zoom Audio Settings
Ensure Zoom is correctly set up for optimal audio:
Open Zoom Settings: Click on your profile picture in the top right and select "Settings".
Audio Settings: Go to the "Audio" tab.
Microphone: Select your Tonor mic and adjust the input volume.
Suppress Background Noise: Set it to "Low" or "Auto".
Original Sound: Enable "Original Sound" if available for better audio quality.
3. Post-Processing the Audio
To improve your audio before uploading to YouTube, you can use an audio editing software like Audacity:
Install Audacity: Install Audacity from the Ubuntu Software Center or using the terminal (
sudo apt install audacity
).Import Your Audio: Export your audio from the video file using a tool like FFmpeg or directly import the video into Audacity.
Normalize the Audio:
Select the Track: Click on the track to highlight it.
Effect: Go to Effect > Normalize.
Settings: Set the normalization level to around -1.0 dB to ensure the audio is loud enough but not peaking.
Export the Audio: Export the audio file after normalization.
4. Replacing the Audio in the Video
You can use a video editor to replace the audio track in your video:
Install a Video Editor: Use a tool like OpenShot, Kdenlive, or Shotcut.
Import the Video and Audio: Import your video file and the normalized audio file.
Replace the Audio Track: Sync the new audio with the video and replace the old audio track.
Export the Video: Export the final video with the new audio.
5. Upload the Fixed Video to YouTube
Re-upload the video to YouTube with the improved audio. Check the volume and content loudness again to ensure it's at a suitable level.
By following these steps, you should be able to improve the audio quality of your YouTube videos significantly.
2
how to install OpenShot in ubuntu
You can install OpenShot on Ubuntu using several methods. Here are the steps for each method:
Method 1: Using the Ubuntu Software Center
Open Ubuntu Software Center: Click on the Ubuntu Software Center icon in the dock or search for it in the Activities overview.
Search for OpenShot: Type "OpenShot" in the search bar.
Install OpenShot: Click on the OpenShot Video Editor entry and then click the "Install" button.
Method 2: Using the Terminal (Preferred Method)
Open Terminal: Press
Ctrl + Alt + T
to open the terminal.Add OpenShot PPA: Add the OpenShot PPA (Personal Package Archive) to get the latest version.
Update Package List: Update the package list to include the new PPA.
Install OpenShot: Install OpenShot using the package manager.
Method 3: Using AppImage
Make AppImage Executable: Make the AppImage file executable.
Run AppImage: Run the AppImage file.
Method 4: Using Snap
Install Snap: If Snap is not already installed, install it using the following command.
Install OpenShot: Install OpenShot using Snap.
Choose the method that you prefer. The terminal method using the PPA is recommended for getting the latest updates and features.
3
How to sync audio and video in OpenShot
To sync audio and video in OpenShot, you can follow these steps:
Open OpenShot: Launch OpenShot from your applications menu.
Import Video and Audio:
Click on the "Import Files" button or go to
File > Import Files
.Select your video file and audio file and import them into OpenShot.
Add Video to Timeline:
Drag and drop your video file from the Project Files section to the timeline on Track 1.
Add Audio to Timeline:
Drag and drop your audio file from the Project Files section to the timeline on Track 2 (or any other track).
Zoom In for Precision:
Use the zoom slider (located at the bottom of the timeline) to zoom in on the timeline for more precise adjustments.
Align the Audio and Video:
Play the video and use the visual waveform of the audio track to help sync it with the video. Look for a recognizable point in the video where there is a distinct sound (e.g., a clap, a door closing) and align the corresponding part of the audio waveform to that point.
Click and drag the audio track left or right to adjust its position relative to the video track.
Fine-Tune the Sync:
Play the video and audio together to check the synchronization. If necessary, make small adjustments by nudging the audio track slightly forward or backward.
You can use the arrow keys for finer adjustments after selecting the audio clip on the timeline.
Trim Excess Audio or Video:
If there is extra audio at the beginning or end, you can trim it. Move the playhead to the point where you want to cut, right-click on the audio track, and select "Slice" > "Keep Both Sides" (or "Keep Left Side" / "Keep Right Side" as needed).
Delete the unwanted portions by right-clicking on them and selecting "Remove Clip".
Check Sync Again:
Play the synced video and audio from the beginning to the end to ensure everything is perfectly in sync.
Export Your Video:
Once you are satisfied with the synchronization, go to
File > Export Project > Export Video
to export your final video.
By following these steps, you should be able to successfully sync your audio and video in OpenShot. If you need more precise adjustments, consider using additional tools or plugins available in OpenShot for better control over the syncing process.
what is Volume / Normalized
in Youtube video
In YouTube videos, "Volume / Normalized" refers to the way YouTube processes and presents the audio levels of your video. Here's a breakdown of what these terms mean:
Volume
The "Volume" percentage indicates the relative loudness of your video as uploaded. This value shows how close the audio level is to YouTube's target loudness. A volume of 100% means the audio level is at the standard target, while a volume lower or higher than 100% indicates that the audio level is below or above the target, respectively.
Normalized
The "Normalized" percentage indicates how much YouTube has adjusted the audio level to meet its loudness standard. YouTube uses a process called "normalization" to ensure that all videos have a consistent audio level, providing a better listening experience for users. This normalization process adjusts the loudness of your video to meet YouTube's target loudness, which is typically around -14 LUFS (Loudness Units Full Scale).
Content Loudness
The content loudness value (e.g., -13.4dB) indicates how much the loudness of your video's audio differs from YouTube's target loudness. A negative value means your video is quieter than the target, and a positive value means it is louder.
Example Interpretation
Given your example:
Volume: 100%: Your video's audio is at the target loudness level set by YouTube when you uploaded it.
Normalized: 100%: No additional normalization was needed because your video's audio already met YouTube's loudness standard.
Content Loudness: -13.4dB: The loudness of your video is -13.4 dB relative to YouTube's target loudness of -14 LUFS. This means your video is slightly quieter than the target, but within an acceptable range.
How to Fix Loudness Issues
If your content loudness is significantly off from the target, you might want to adjust your audio levels before uploading. Here’s how:
Check and Adjust Audio Levels in Editing Software:
Use audio editing software like Audacity, Adobe Audition, or the audio tools in your video editing software (e.g., Premiere Pro, Final Cut Pro).
Aim to normalize your audio to around -14 LUFS.
Use YouTube's Audio Library:
If you’re using background music or sound effects, consider using YouTube’s audio library, which offers pre-normalized audio tracks.
Re-upload Video:
After adjusting the audio levels, re-upload your video to YouTube and check the new Volume / Normalized values.
By ensuring your audio levels are close to YouTube’s target loudness before uploading, you can avoid significant normalization and maintain better control over how your audio sounds on the platform.
Last updated
Was this helpful?