RecentChanges TextFormattingRules AllWikiTopics OrphanedWikiTopics ToDoWikiTopics WikiLockList RSS Export2HTML WikiSearch SetUsername StartingPoints Home |
FFmpeg:selecting images
This long command line (which should be all one line) will pick 9 images at defined frames and will write them as jpegs.
ffmbc -i <input> -vf select='eq(n\,0)+eq(n\,25)+eq(n\,50)+eq(n\,75)+eq(n\,100)+eq(n\,125)+eq(n\,150)+eq(n\,175)+eq(n\,200)', setpts='N/(25*TB)',yadif -vcodec mjpeg -f image2 output%06d.jpg FFmpeg:selecting images is mentioned on: FFmpeg |