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

Update playvideo to work with v0.4 and latest ImageView #71

Closed bnels closed 8 years ago

bnels commented 9 years ago

Fixes problem where read! could not find an appropriate method.

coveralls commented 8 years ago

Coverage Status

Changes Unknown when pulling 52436e8a1654976a854a4f623ba2831b76e96d5a on bnels:master into \ on kmsquire:master**.

kmsquire commented 8 years ago

Sorry not to respond to this sooner (I've been mostly MIA on this package).

playvideo seems to work (for me) on the current master, without this change. If you're interested in testing this, I'd love to hear if it doesn't work for you still.

Note that, if all goes as planned, the parts of this package which depend on Images.jl will be split out into a separate package at some point soon. (Of course, that assumes I have time to work on this...)

Closing, but please post back here if this is still an issue, and I'll reopen.