Fori Pepe
2009-10-01 15:25:39 UTC
Hi,
I would like to generate images from videos at every scene changes.
My present solution is:
- ffmpeg -i source_video -r 25 -an -vcodec mjpeg destination_video.avi
- lav2yuv -S list.el destination_video.avi
It generates a scene list text file with time codes that I use later to creating images.
I was wondering maybe there is an easier solution.
I have browsed the net to get a better solution (ffmpeg, sc_threshold etc.), but I couldn't find any other just my present lav2yus solution.
Is it possible to use ffmpeg to create images on scene changes?
Or is it possible to use ffmpeg to create a text file with the time codes of scene changes?
If you have any idea, I would be very happy.
Thanks in advance.
I would like to generate images from videos at every scene changes.
My present solution is:
- ffmpeg -i source_video -r 25 -an -vcodec mjpeg destination_video.avi
- lav2yuv -S list.el destination_video.avi
It generates a scene list text file with time codes that I use later to creating images.
I was wondering maybe there is an easier solution.
I have browsed the net to get a better solution (ffmpeg, sc_threshold etc.), but I couldn't find any other just my present lav2yus solution.
Is it possible to use ffmpeg to create images on scene changes?
Or is it possible to use ffmpeg to create a text file with the time codes of scene changes?
If you have any idea, I would be very happy.
Thanks in advance.