ffmpeg-cli-wrapper
ffmpeg-cli-wrapper copied to clipboard
Embed the ffmpeg into this wrapper
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.
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.
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/