Hong-Xiang / drilla

Drilla engine for HPC and visualization
MIT License
0 stars 3 forks source link

Find and Use Beffer FFmpeg Binding #18

Open Hong-Xiang opened 1 month ago

Hong-Xiang commented 1 month ago

Currently we need to manually install FFmpeg shared library (with fixed 6.x version) and set environment variable in users' PC, which is totally not ideal. On the other hand, current implementation is using FFmpeg.AutoGen, which is low-level C-Style API. We want a higher level API.

Candidates: