<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">> Anyway, in this case I got upset because someone was arguing for<br>
> questionable Apple vendor-lockin<br>
<br>
For a Mac app, yeah, I’d love a wrapper native to the platform I’m working on. It changes nothing that exists already in the FFmpeg API. It merely adds an option for those who can benefit. You don’t want to use it, fine — but it hurts nothing, and helps plenty.<br></blockquote><div><br></div><div>Brad, I'm a bit confused. An Apple-specific audio/video API already exists: AVFoundation. It is Objective-C based, and is capable of performing general purpose audiovisual tasks. It is also documented fairly well, certainly more so than ffmpeg/libav. I use it in my apps to write MOV files instead of ffmpeg because I can be guaranteed the MOVs written will be compatible with the rest of Apple's products. Have you given AVFoundation a try? Is portability critical? Why stress over ffmpeg when you've got AVFoundation?</div></div><br></div></div>