encode video is reverse?
        Posted  
        
            by bob
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by bob
        
        
        
        Published on 2010-03-31T13:50:11Z
        Indexed on 
            2010/03/31
            13:53 UTC
        
        
        Read the original article
        Hit count: 193
        
ffmpeg
Hi,
Does anyone know if it is possible to encode a video using ffmpeg in reverse? (So the resulting video plays in reverse?)
I think I can by generating images for each frame (so a folder of images labelled 1.jpg, 2.jpg etc), then write a script to change the image names, and then re-encode the ivdeo from these files.
Does anyone know of a quicker way?
This is an FLV video.
Thank you
© Stack Overflow or respective owner