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
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