JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
125 stars 53 forks source link

Split off ffmpeg wrapper? #323

Open galenlynch opened 3 years ago

galenlynch commented 3 years ago

While hacking on this library I thought it would be nice if the wrappers to FFMPEG were in their own package, instead of bundled together with this package's high level API. The obvious home for these wrappers might be FFMPEG.jl, which currently only packages the binaries.