MP4 Library

Jordan Wilson wilsonjord at gmail.com
Tue Aug 20 03:32:03 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.

dcv might be something you are interested in looking at.
I've used dmagick + process pipes to `ffmpeg` myself, and found 
it pretty straightforward (dmagick might be heavy for your use, 
if it's just simply image loading there'll be more lightweight 
libs available I imagine).

Jordan


More information about the Digitalmars-d mailing list