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

Embed the ffmpeg into this wrapper

Open yummish opened this issue 7 years ago • 2 comments
trafficstars

this is a feature request: Is it possible to embed the ffmpeg into this wrapper so devs do not need to worry about cross platform etc... The ffmpeg config on different platform is kinda frustrating.

Thanks.

yummish avatar Dec 19 '17 03:12 yummish

Good idea, but unsure how workable it is as I would need to provide packages for different OSes, and deal with new releases, etc. Also issues around what codecs are built in, as some have licences that forbid distribution.

I could perhaps bundle just the static builds available on ffmpeg.org. Or I could just update the docs to points devs to the static builds, to safe you the hassle of configuring it on different platforms.

bramp avatar Dec 19 '17 03:12 bramp

Yummish, just add location of your FFmpeg to Path variable or something like that. In linux, if downloaded from repos, ffmpeg is almost always in /usr/bin/

1ghost1 avatar Feb 02 '18 21:02 1ghost1