I use ffmpeg to capture a screenshot from a video. Here is the command code:
ffmpeg -i /my_video_file_dir/video.flv -y -f image2 -ss 8 -sameq -t 0.001 -s 320*240 /image_dir/screenshot.jpg
And I want to capture a screenshot in the exact timeline 8.344, for example
But it does not display a screenshot of the above command.
In my test, -ss 1,1,5,2,2,5 ... works fine, while others are not the same as 1.1.1.11
Does anyone know why this is happening and how I can take a screenshot from x.xxx
ffmpeg
hyperion
source share