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

Update writing.md: Add FileIO dependency #420

Closed Techniktypi closed 3 months ago

Techniktypi commented 3 months ago

Without FileIO the example did not work for me so I'm under the impression that it's mandatory. Without "using FileIO" the error message ERROR: LoadError: UndefVarError:loadnot defined occurred. This is the outcome of the following post. I also added the package "ImageIO.jl" before as (for me) implied in the post. But I don't know if this is relevant here.

Disclaimer: This is my first contribution to an open source project ever. So please let me know if there are more rules to follow for contribution.