ffmpeg-cli-wrapper icon indicating copy to clipboard operation
ffmpeg-cli-wrapper copied to clipboard

what i need to include in FFmpeg ffmpeg = new FFmpeg("/path/to/ffmpeg"); path to file ffmpeg Lunux

Open mikebgrep opened this issue 4 years ago • 4 comments
trafficstars

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");

mikebgrep avatar Nov 21 '21 16:11 mikebgrep

Yes the path to the executable.

Type which ffmpeg in a terminal, and that value is what you will use.

On Sun, 21 Nov 2021, 8:21 am mikebgrep, @.***> wrote:

I have a question what i need to write in path to ffmpeg in Lunux Ubuntu actually Is executable file or something else

FFmpeg ffmpeg = new FFmpeg("/path/to/ffmpeg"); FFprobe ffprobe = new FFprobe("/path/to/ffprobe");

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bramp/ffmpeg-cli-wrapper/issues/240, or unsubscribe https://github.com/notifications/unsubscribe-auth/AABHG424ZILW3OLXLDOI3C3UNEMAVANCNFSM5IPKFPFQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

bramp avatar Nov 21 '21 16:11 bramp

Okay thank you I didn't know this command

mikebgrep avatar Nov 21 '21 16:11 mikebgrep

I get this error: This binary '/usr/local/bin/ffmpeg' is not a supported version of ffprobe

Goldo02 avatar Jun 30 '22 17:06 Goldo02

"his binary '/usr/local/bin/ffmpeg' is not a supported version of ffprobe"... did you mean to use /usr/local/bin/ffprobe ?

bramp avatar Jun 30 '22 17:06 bramp

I think this issue is resolve. Feel free to reopen if you need more help. Thanks.

bramp avatar Oct 26 '23 05:10 bramp