[FFmpeg-user] scene cut doesn't output to image?

Nicolas George nicolas.george at normalesup.org
Fri Sep 7 22:21:33 CEST 2012


Le duodi 22 fructidor, an CCXX, Roger Pack a écrit :
> However, a user pointed out [1] that if you try and extract
> "thumbnails" one per scene, using the same filter, it seems to create
> "the normal number" of image files, but each is a duplicate of the
> first frame in that scene:
> 
> $ ffmpeg -i sintel.mpg -vf select="gt(scene\,0.4)" preview%04d.png
> 
> Anybody know what I'm doing wrong here?

This is starting to become a FAQ: images do not have timestamp, so ffmpeg
duplicates them to accommodate the frame rate. You need to change the vsync
method to avoid that.

Regards,

-- 
  Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20120907/3aea97a5/attachment.asc>


More information about the ffmpeg-user mailing list