JuliaIO / VideoIO.jl

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

Moving to FFMPEG.jl dep #200

Closed IanButterworth closed 5 years ago

IanButterworth commented 5 years ago

Work in progress.. currently fails because in the current regime, the output of ffmpeg needs to be collected through:

https://github.com/JuliaIO/VideoIO.jl/blob/40f21afd29492cbee7101f558fd5ae3b31ef6db5/src/util.jl#L31-L37

IanButterworth commented 5 years ago

Fixed with https://github.com/JuliaIO/FFMPEG.jl/pull/4 awaiting merging and releasing

asinghvi17 commented 5 years ago

Should be GTM now? With compat on FFMPEG >= 0.2.0 for safety

IanButterworth commented 5 years ago

I’ve got the compat commit ready to push when the version is released on general

asinghvi17 commented 5 years ago

@ianshmean it's now merged.