If I use:
melt -profile square_ntsc movie.flv -consumer avformat:image%05d.jpg s=60x45
I get so many images as many frames are in movie.
How do I extract an image each second? (the frame rate is known). Same as how do I extract an image every n-th frame.
found the answer: just add a r=1 for consumer, like in:
to get 2 images each second, write:
to get images each 2 seconds, write: