Windows Movie Maker is a popular video editing software that offers a plethora of creative possibilities. However, encountering the frustrating issue of having no video but only audio can put a halt to your editing endeavors. In this article, we delve into the various solutions to fix this problem and regain the visual element that brings your videos to life.
Troubleshoot and Repair Movie Maker Audio Issues
If you’re experiencing audio issues in Windows Movie Maker, follow these steps to troubleshoot and repair the problem:
1. Check your audio settings: Click on the “Options” tab and ensure that the correct audio device is selected. Adjust the volume levels as needed.
2. Update your audio drivers: Go to the manufacturer’s website and download the latest drivers for your audio device. Install them and restart your computer.
3. Confirm the file format compatibility: Make sure the audio file format is supported by Movie Maker. Convert the file to a compatible format if necessary.
4. Adjust the volume levels: On the timeline, select the audio clip and use the volume control to adjust the sound level. You can also use the “Mute” option to mute the audio completely.
5. Remove or replace the audio: To remove audio from a video clip, right-click on the clip and select “Mute.” If you want to add a different audio file, go to the “Home” tab, click on “Add music” and select the desired audio file.
Turn off Video Stabilization to Restore Sound
To restore sound in Windows Movie Maker when there is no video, you can turn off video stabilization. Here’s how:
1. Open Windows Movie Maker.
2. Go to the storyboard or timeline where the video clip is located.
3. Right-click on the video clip to open the context menu.
4. Select “Video Stabilization” from the menu.
5. In the Video Stabilization options, uncheck the box next to “Enable video stabilization.”
6. Click on the “Apply” button to save the changes.
By turning off video stabilization, you should be able to restore the sound in your video.
Update or Reinstall Windows Essentials for Audio Playback
To fix the issue of Windows Movie Maker playing only audio with no video, you can update or reinstall Windows Essentials for audio playback. Follow these steps:
1. Open your web browser and search for “Windows Essentials download.”
2. Click on the official Microsoft website link and navigate to the download page.
3. Select the appropriate version of Windows Essentials for your operating system (e.g., Windows 10, Windows 7, Windows Vista).
4. Click on the “Download” button to begin the download.
5. Once the download is complete, locate the downloaded file and double-click on it to start the installation.
6. Follow the on-screen instructions to complete the installation process.
7. After the installation is finished, restart your computer.
8. Open Windows Movie Maker and check if the issue is resolved.
By updating or reinstalling Windows Essentials, you should be able to resolve the problem of Windows Movie Maker playing only audio.
python
from moviepy.editor import VideoFileClip
def extract_audio(video_path, audio_path):
try:
video = VideoFileClip(video_path)
audio = video.audio
audio.write_audiofile(audio_path)
print("Audio extraction successful!")
except Exception as e:
print("Error occurred during audio extraction:", str(e))
# Usage example
video_file = "path/to/video.mp4"
audio_file = "path/to/audio.mp3"
extract_audio(video_file, audio_file)
The provided code snippet uses the MoviePy library to extract audio from a video file. However, it is important to note that this code does not create a movie maker tool; it simply extracts audio from a video file.
Update Graphics Drivers to Fix Movie Maker Audio Problems
To fix audio problems in Windows Movie Maker where there is no video, only audio, you may need to update your graphics drivers.
1. Press the Windows key + X and select “Device Manager” from the context menu.
2. Expand the “Display adapters” category.
3. Right-click on your graphics adapter and select “Update driver.”
4. Choose the option to search automatically for updated driver software.
5. Follow the on-screen instructions to complete the driver update process.
Updating your graphics drivers can help resolve compatibility issues and ensure your system can properly handle video playback in Movie Maker.

Jett Preston, a dedicated tech writer for helptechportal.com, specializes in mobile technology and IoT. With a background in Electrical Engineering and experience in the telecommunications industry, Jett’s content is informed by deep technical knowledge. When not writing about the latest tech trends, Jett loves to travel and capture stunning photographs using his smartphone.