I have a question what i need to write in path to ffmpeg in Lunux Ubuntu actually Is executable file or something else Do I need to do make install or only make for ffmpg source https://launchpad.net/ubuntu/+source/ffmpeg/7:4.4.1-1ubuntu2 ``` FFmpeg ffmpeg = new FFmpeg("/path/to/ffmpeg"); FFprobe ffprobe = new FFprobe("/path/to/ffprobe"); ```