[FFmpeg-user] Rendering video in reverse.
Mark Himsley
mark at mdsh.com
Thu Dec 8 09:23:24 CET 2011
On 07/12/2011 16:47, Jeff Sorrentino wrote:
> I have a short project where I would like to reverse video play.
Reverse decoding is really hard in long GOP encoded video.
As a quick solution for video only with FFmpeg and a short script, you
could export all frames to images, renumber the images to the reverse
order (being careful to avoid file name collisions) and then re-encode
from the renumbered files.
Sorry, didn't really answer your question.
--
Mark
More information about the ffmpeg-user
mailing list