Skip to main content

Internet video (aka YouTube)

2 posts / 0 new
Last post
supercheetah
Offline
Joined: 06/02/2007
Posts:
Internet video (aka YouTube)

Is there a way to get KDENLIVE to render in 320x240?

That's the recommended resolution for YouTube, and I think it be nice to be able to render in that resolution optimally right away, rather than have the YouTube servers re-encode it.

0
Your rating: None
deathguppie
Offline
Joined: 10/29/2007
Posts:
Re: Internet video (aka YouTube)

I use ffmpeg

#ffmpeg -i myvideo.mpeg -sameq -s 320x240 myrezisedvideo.mpeg

and that's it.. video turns out really good on youtube..

PS it does not need to be an mpeg it can be anything .avi.. etc ffmpeg figures it out and changes it for you..