A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://ffmpeg.org/pipermail/ffmpeg-devel/2007-January/027058.html below:

[Ffmpeg-devel] frame extraction

[Ffmpeg-devel] frame extraction [Ffmpeg-devel] frame extractionVĂ­ctor Paesa wzrlpy
Fri Jan 5 17:13:20 CET 2007
Hi,

> Is it possible to extract frame uncontinuos ( one each ten for example )
> from an avi and save it in jpg?
> At the moment I'm only able to extract all the frame from a time to
> another.

Yes, if you input AVI is 25fps and you want one of each ten frames
then use as output rate 25/10

$ ffmpeg -i small.avi -r 25/10 -f image2 out%03d.jpg

The result is not exact, there will be maybe a few frames more.

Regards,
V?ctor


More information about the ffmpeg-devel mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4