You are not logged in.

#1 2010-02-01 10:22:19

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

Creating Music files with a pic for youtube {SOLVED}

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

#2 2010-02-01 10:59:23

kaddy
Member
From: Perth, Western Australia
Registered: 2009-09-22
Posts: 192

Re: Creating Music files with a pic for youtube {SOLVED}

found a program
its called
Kdenlive, its awesome smile

Offline

#3 2010-02-01 11:01:02

Xyne
Forum Fellow
Registered: 2008-08-03
Posts: 6,965
Website

Re: Creating Music files with a pic for youtube {SOLVED}

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 StuffForum EtiquetteCommunity Ethos - Arch is not for everyone

Offline

#4 2010-02-01 11:12:48

b33
Member
Registered: 2009-05-17
Posts: 12

Re: Creating Music files with a pic for youtube {SOLVED}

openshot.. i think

Offline

#5 2010-02-02 20:09:48

DrZaius
Member
Registered: 2008-01-02
Posts: 193

Re: Creating Music files with a pic for youtube {SOLVED}

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.mkv

Last edited by DrZaius (2010-02-02 20:12:35)

Offline

Board footer

Powered by FluxBB