MP4 Library

Paolo Invernizzi paolo.invernizzi at gmail.com
Mon Aug 26 09:06:11 UTC 2024


On Thursday, 22 August 2024 at 14:01:50 UTC, IchorDev wrote:
> On Monday, 19 August 2024 at 18:18:57 UTC, Ron Tarrant wrote:
>> [...]
>
> If you know how to use ffmpeg as a library then there’s very 
> good bindings in the form of 
> [ffmpeg-d](https://code.dlang.org/packages/ffmpeg-d). If you 
> have never used ffmpeg as a library then I’ll send you a 
> warning: the API is confusing, the documentation is vague, and 
> every example you can find online will use deprecated/removed 
> functionality somewhere.
> Other than that, the existing options for encoding videos in D 
> are pretty sparse. I would love to write some bindings to try 
> and help the situation, but I’m not sure what libraries would 
> be good. Are there any C/C++ libraries that developers prefer 
> for video encoding, decoding, and manipulation?

Just to add that importC works pretty fine against ffmpeg, and 
it's a big plus as ffmpeg API is pretty fluid from release to 
release.



More information about the Digitalmars-d mailing list