linuxffmpeg

Remove the Offset by ffmpeg while generating images from Video


ffmpeg -i $1 -vf fps=1/15 -s 120x67 thumbs/movie_%04d.png

Hi i am trying to generate images from a video but the first image is generated form 00:07 so the first image at 00:00 is missing can anyone help me out.


Solution

  • This is solved by setting the start interval as -ss -00:00:07.