How to make videos for youtube with ffmpeg

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
User avatar
Dingo
Posts: 1437
Joined: Tue 11 Dec 2007, 17:48
Location: somewhere at the end of rainbow...
Contact:

How to make videos for youtube with ffmpeg

#1 Post by Dingo »

little tutorial to making videos joining music and static images for uploading on youtube:

ffmpeg -loop_input -t (lenght in seconds) -i /path to/...image.png -i /path to/...file_audio.mp3 -y -f flv -r 1 -s 320x240 video.flv

this gives a flv file as output. compression is very good
replace .co.cc with .info to get access to stuff I posted in forum
dropbox 2GB free
OpenOffice for Puppy Linux

Post Reply