savonet / ocaml-ffmpeg

OCaml bindings to the FFmpeg library.
http://www.liquidsoap.info/ocaml-ffmpeg/
GNU Lesser General Public License v2.1
48 stars 12 forks source link

Added packed big array API #68

Closed toots closed 1 month ago

toots commented 1 month ago

This PR adds a new conversion module to swscale that stores all converted data into a single contiguous memory region.