<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Bradley,<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">This is not the best situation, and it is kind of a dubious label for Libav to be declared as working and/or supported on OS X if there are no devs using OS X or supporting it. I have generally found answers to most of the issues I have had to work through, but finding those answers has been slow-going, and a tedious process. My purpose here is to poll the list members to ask if anyone would find any value at all if someone created an OS X / Cocoa / Swift (and possibly iOS) wrapper for Libav? <br class=""><br class="">Perhaps I’m the only one on the planet using Libav on Apple platforms, though I’m betting I’m not (actually I know I’m not, as a few have contacted me off-list). Also, it might take some of the headache away from the Libav devs who don’t use Apple platforms to answer some support questions. For us who like apples, a nice, clean Swift API might be very nice, and save a lot of time and headaches. I might be able to produce such a thing, first somewhat limited and rudimentary, and then mature it over time. <br class=""><br class="">Would anyone be interested in such an API? <br class=""></div></blockquote><div><br class=""></div><div>I’ve been using libav for about 2 years now in my own project as well as in the company I’m working for.</div><div>We share a common FFmpegContext class with a couple hundred lines of code only to grab video frames and audio samples in a format we can use.</div><div><br class=""></div><div>So, yes. I would love to see a high-level wrapper taking the implementation specific burdens off our shoulders.</div><div>Basically, all I'd want is: </div><div>- give me a frame at this index (and if there’s some inter frame coding to be done, just do it for me)</div><div>- give me audio samples starting from x and ending at y</div><div><br class=""></div><div>While it’s rather straight forward to use libav when you have your code set up, it’s really tough getting started as application developers need to get deep into video coding to be able to use the platform.</div><div><br class=""></div><div>There was only one FFmpeg wrapper at the time I was investigating that could deliver frames reliably at a given index (I don’t remember the name).</div><div>Unfortunately, it was unusable as it needed to index the file first. Well, telling your customer that he needs to wait 20 seconds before he can playback a large file is of course not doable.</div><div><br class=""></div><div>A big +1 here.</div><div><br class=""></div><div>Best,</div><div><br class=""></div><div>Flo</div></div><div apple-content-edited="true" class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; " class=""><br class=""></div></div></div></body></html>