vitrivr / vitrivr-engine

vitrivr's next-generation retrieval engine. It is capable of extracting and retrieving a wider range of multimedia objects such as audio, video, images or 3d models.
https://vitrivr.org
MIT License
6 stars 3 forks source link

Video Decoder using external ffmpeg process #116

Closed lucaro closed 2 weeks ago

lucaro commented 1 month ago

Adds a video Decoder based on Jaffree that uses an external ffmpeg process. Since the ffmpeg process is started anew for each Source, this can prevent problems such as the accumulation of memory during longer extractions. The current implementation only supports video decoding, audio streams are currently ignored.