Page 1 of 1

Video editor do you use to upload your songs as videos?

Posted: Wed Mar 13, 2024 7:44 am
by v1daam
I've been using LMMS for a while now, but when I upload, I cobble together a video for YouTube using Windows Movie Maker. I'm starting to notice how bad the quality gets once I put it through WMM, so I'm wondering if anyone can point me in the direction of better video editors. I'm just looking for something that I can add a picture as a background, and then lay the music over it. Any help is appreciated omegle xender

Re: Video editor do you use to upload your songs as videos?

Posted: Wed Mar 13, 2024 4:53 pm
by musikbear
v1daam wrote:
Wed Mar 13, 2024 7:44 am
I've been using LMMS for a while now, but when I upload, I cobble together a video for YouTube using Windows Movie Maker. I'm starting to notice how bad the quality gets once I put it through WMM, so I'm wondering if anyone can point me in the direction of better video editors. I'm just looking for something that I can add a picture as a background, and then lay the music over it. Any help is appreciated♡
Not lmms related.
You can find many different video editors that can make videos and use soundtracks inserted as special resources. Lots here:
https://www.cyberlink.com/blog/youtube- ... or-youtube

Besides that, since you are new in Forum
Welcome v1daam !
Here are all important links:
http://lmms.io/forum/viewtopic.php?f=1&t=4740
-A few rules and useful forum instructions
If you like to introduce yourself, to the community, go here:
http://lmms.io/forum/viewtopic.php?f=4&t=4480

Re: Video editor do you use to upload your songs as videos?

Posted: Sun Nov 10, 2024 7:52 pm
by mpxvm
v1daam wrote:
Wed Mar 13, 2024 7:44 am
I've been using LMMS for a while now, but when I upload, I cobble together a video for YouTube using Windows Movie Maker. I'm starting to notice how bad the quality gets once I put it through WMM, so I'm wondering if anyone can point me in the direction of better video editors. I'm just looking for something that I can add a picture as a background, and then lay the music over it. Any help is appreciated omegle xender
The easiest way to combine an audio file with a cover image is by using FFmpeg.

Code: Select all

ffmpeg -stream_loop 0 -i your_video.mp3 -i your_image.png  -c:a aac -b:a 256k -c:v libx264 -y output.mp4

Re: Video editor do you use to upload your songs as videos?

Posted: Sun Dec 08, 2024 12:54 pm
by jackmor
Hi. I'm using Canva, which I found at https://www.movavi.com/learning-portal/free-video-editing-software.html.
I read an article about it and decided to give it a try, no difficulties so far.

Re: Video editor do you use to upload your songs as videos?

Posted: Wed Jan 08, 2025 5:45 am
by FourOnTheFloor
Kapwing is relatively easy to use; the free version means you get a watermark on your video though. You can use all kinds of media, still images, GIF animations and video, or any combination of these.

https://www.kapwing.com/studio/editor

4OTF

Re: Video editor do you use to upload your songs as videos?

Posted: Tue Apr 21, 2026 8:40 am
by WaveSynth ArchWelder

For stuff like putting your song on YouTube with just a static image, I switched from Movie Maker a while back because of the same quality issues. I wanted something simple where I could pop in an image and audio without fuzz or a watermark. Now I just use an online MP4 video editor when I’m short on time or don’t feel like installing anything. It runs in my browser and exports clean videos with no watermark, and works fine on my laptop and even my phone if I’m in a rush.


Re: Video editor do you use to upload your songs as videos?

Posted: Fri May 01, 2026 11:30 pm
by kamalamalamalam

I use ffmpeg whenever possible or REAPER when rendering batches of music videos, don't really like using video editors.