rstudio / shinyapps-package-dependencies

Collection of bash scripts that install R package system dependencies
https://www.shinyapps.io/
Other
79 stars 56 forks source link

Add ffmpeg for general use #378

Closed jcheng5 closed 4 months ago

jcheng5 commented 4 months ago

I've been using ffmpeg to process video/audio files for ML models, for a Shiny for Python demo. It'd be really nice to be able to deploy it on shinyapps.io.

stevenolen commented 4 months ago

Hi @jcheng5! this repo only works for installing sys deps required by a given R package, where the name of the dir is the R package that needs the additional sys deps, and the content of the install script is what commands to execute to install the necessary sys deps!

Not to worry though, I've tagged you on a PR to the internal repo that would add ffmpeg sys dep for all applications 😄

jcheng5 commented 4 months ago

Ohhh that makes so much sense. Thanks @stevenolen, much appreciated!