VideoHelp Forum
+ Reply to Thread
Results 1 to 4 of 4
Thread
  1. Are there any alternatives to MoviePrint?
    https://www.movieprint.org/
    Quote Quote  
  2. Originally Posted by jagabo View Post
    But I want them as separate frames/images.
    Quote Quote  
  3. Originally Posted by Mr. Fanservice View Post
    But I want them as separate frames/images.
    ffmpeg can do that too. The basic procedure would be to reduce the frame rate to a very low value (eg 1 frame every 15 minutes) then export a sequence of image. Something along the lines of:

    Code:
    ffmpeg -i input.mkv -vf fps=0.00111 output%05d.jpeg
    0.00111 is about 1 frame every 15 minutes: fps = 1.0 / (15 minutes * 60 seconds per minute).
    Last edited by jagabo; 13th Jan 2024 at 17:06.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!