ffmpegthumbnailer icon indicating copy to clipboard operation
ffmpegthumbnailer copied to clipboard

Seeking in video failed Operation not permitted, will use first frame

Open x-yuri opened this issue 6 years ago • 1 comments

$ ffmpegthumbnailer -v
ffmpegthumbnailer version: 2.2.0

$ ffmpegthumbnailer -i 1.mp4 -o 1.mp4.png -c png -s 300 -t 00:00:02
Seeking in video failed Operation not permitted, will use first frame.

$ ffmpeg -ss 00:00:02 -i _/1.mp4 -vframes 1 _/1.mp4.png
<succeeds>

1.mp4.gz

x-yuri avatar Apr 13 '18 19:04 x-yuri

Screen Shot 2023-01-02 at 22 36 39

The same issue, how to fix ?

FlashTang avatar Jan 02 '23 14:01 FlashTang