How to split movie and play parts to look as a whole?

Posted by luksow on Stack Overflow See other posts from Stack Overflow or by luksow
Published on 2010-05-22T03:38:00Z Indexed on 2010/05/22 3:40 UTC
Read the original article Hit count: 200

Filed under:
|
|

I'm writing software which is demonstraiting video on demand service. One of the feature is something similiar to IIS Smooth Streaming - I want to adjust quality to the bandwith of the client. My idea is, to split single movie into many, let's say - 2 seconds parts, in different qualities and then send it to the client and play them. The point is that for example first part can be in very high quality, and second in really poor (if the bandwith seems to be poor). The question is - do you know any software that allows me to cut movies precisly? For example ffmpeg splits movies in a way that join is visible and really annoying (seconds are the measure of precision). I use qt + phonon as a player if it matters. Or maybe you know any better way to provide such feature, without splitting movie into parts?

© Stack Overflow or respective owner

Related posts about video

Related posts about qt