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

WIP: AVOptions API v0.0 (first step) #45

Closed maxruby closed 10 years ago

maxruby commented 10 years ago

AVOptions v0.0 - WIP

New functions and support for AVOptions API in VideoIO See avoptions.jl for details and examples.

To do: 1) Tidying up! 2) Better documentation for the user. 3) Implement AVDictionary, AVDeviceCapabilityQuery functions. 4) Implementing tests in test/runtests.jl.

maxruby commented 10 years ago

Submitted PR #47 AVOptions API, so close this one.