ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Get single frames from video source
trafficstars
Use ffmpeg to get frames e.g. as BufferedImage. Set decoding options to runtime, e.g. nextFrame(), seek(int timestamp), ...
This possibilities are highly needed to perform imageprocessing tools to videos.
Is there a way to add such things?
Thanks for the nice work so far.