dsymbol/decipher

Please add s static-ffmpg to provide binaries

zackees opened this issue · 1 comments

You can use
from static_ffmpef import add_paths
add_paths(weak=True)

To add ffmpeg to your project that will download platform specific ffmpeg for this package if ffmpeg is not already on the system path.

My own package 'transcribe-anything' does this to great effect.

Thanks for the suggestion but I've already implemented it myself as I didn't know of static_ffmpeg's existence.