You are not logged in.
hey yall
Does anybody know any video editing software so that I can Add a jpeg Picture to an Mp3 track for uploading on youtube???
even if i have to convert the mp3 to something else.. i don't care, i can't find an editor that allows me to add a photo
any ideas?
havn't found a way to do it in kino, avidemux, lives, cinelerra........... any others that support it?
had a good look and i can't find a solution....
cheers in advance
kaddy
Last edited by kaddy (2010-02-01 10:59:38)
Offline
found a program
its called
Kdenlive, its awesome ![]()
Offline
If you can't directly import an image as a frame in avidemux, you can use ffmpeg or imagemagick to convert it to a video first. You might even be able to specify the length of the video with one of those tools and I wouldn't be surprised if ffmpeg can add the audio track to the video that it outputs (which means you can skip the next step).
Once you get the frame/video in avidemux, you should be able to adjust fps to stretch it out to the length of your song.
*edit*
ah, too late
Last edited by Xyne (2010-02-01 11:01:28)
My Arch Linux Stuff • Forum Etiquette • Community Ethos - Arch is not for everyone
Offline
openshot.. i think
Offline
You can do this with FFmpeg with one easy command:
ffmpeg -loop_input -r ntsc -i input.jpg -i audio.mp3 -acodec copy \
-shortest -vcodec libx264 -vpre hq -crf 20 -threads 0 output.mkvLast edited by DrZaius (2010-02-02 20:12:35)
Offline