Reputation: 153
Getting an error:
"java.io.IOException: Cannot run program
"/home/dijo/ffmpeg_sources/ffmpeg": error=13, Permission denied"
When I use
FFmpeg ffmpeg = new FFmpeg("/home/dijo/ffmpeg_sources/ffmpeg")
Does anyone know how to solve this?
Upvotes: 1
Views: 3064
Reputation: 153
installing ffmpeg from https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu has solved the error. After following these steps
ffmpeg path will be - /usr/bin/ffmpeg
an dffprobe path will be - /usr/bin/ffprobe
Upvotes: 1