MP4 Library
IchorDev
zxinsworld at gmail.com
Thu Aug 22 14:01:50 UTC 2024
On Monday, 19 August 2024 at 18:18:57 UTC, Ron Tarrant wrote:
> Hi all,
> Anyone know of a library similar to OpenCV that can be used
> from D to create MP4 files from a series of images? I think I
> came across some mention of OpenCV bindings, but I can't find
> it now.
>
> Any help would be most welcome and appreciated. Thanks.
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?
More information about the Digitalmars-d
mailing list