Maximiliano Suster
Maximiliano Suster
@maxekman First of all great work on this nice library. I am rather new to EH and its internal details (though I have experience with a full CQRS/ES implementation in...
This definitely helps! The overall structure of ffmpeg is nicely described in README - I got that far. The part I did not understand is to do with calling all...
Having gone through your files, its now much more clear what I need to do to access the parameters in the immutable types AVCodecContext and AVForrmatConext. I see you created...
Now it makes sense! Sure, I will create a new issue entitled "Wrapping latest versions of ffmpeg".
OK. I will work on support for as many libraries as I can. Personally I would prefer to support the latest ones and those essential for Linux systems like v53.
@kmsquire. I have been testing several ideas about how to create access to the AVOptions in ffmpeh/libav within avio.jl and possibly some in LIBCODEC.jl, LIBAVUTIL.jl depending on what is appropriate....
That is a relief. Being a perfectionist-type, I thought that I should pursue a general support of as many AVOptions as possible. . . But I also agree that it...
Hi Kevin, Thanks again for your patience. I apologize for asking so many questions. Q1. Is it possible to use the av_setfield function (defined in util.jl) to set iformat, probesize...
I am happy to implement properly the library AVOptions API in VideoIO. After reading carefully the ffmpeg h files (e.g., avformat.h), it is more clear what these different options mean....
@kmsquire. By the way, I think we should include in the VideoIO.jl file: using Images using ImageView I understand that it may slow down the first time you import VideoIO,...