This should help: https://github.com/kfrajer/ProcessingVideoInEclipse
I don’t think you need to add ffmpeg to eclipse. You just need to make sure it is in your PATH variable. If you open a command prompt and type echo %PATH%
, the path of the ffmpeg executable should be there in that output.
Kf