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

"Video Playback" code is not working with latest Makie #354

Closed FelipeLema closed 2 years ago

FelipeLema commented 2 years ago

The sample code for "Video Playback" has deprecated and no-longer-supported code.

Specifically, show_axis and scale_plot have been deprecated

IanButterworth commented 2 years ago

Thanks. A PR to update both the docs and the VideoIO.playvideo would be greatly appreciated

I don't like that this code remains in VideoIO, but unfortunately it didn't occur to me to remove it before tagging v1.0.0, so we're stuck with it for now

FelipeLema commented 2 years ago

here's the discussion in julia forums.

I'm reading about what the code should look like today. Unless someone beats me to it, I'll do the PR