How do I slow down a video generating new interpolated frames?
        Posted  
        
            by 
                Grzegorz Adam Hankiewicz
            
        on Super User
        
        See other posts from Super User
        
            or by Grzegorz Adam Hankiewicz
        
        
        
        Published on 2011-01-04T22:31:50Z
        Indexed on 
            2011/01/04
            22:55 UTC
        
        
        Read the original article
        Hit count: 357
        
I've used mencoder's speed parameter to generate a video which is played at half the speed. This basically means halving the framerate of the video. But I'm interested in software that could convert a 30fps video to another 30fps video with half the frames interpolated, maybe using the motion information stored in the video stream per se. I think this is called intra-frame interpolation, but I haven't found anything practical other than research papers.
Any pointers to such software?
© Super User or respective owner