Kagami / ffmpeg.js

Port of FFmpeg with Emscripten
Other
3.29k stars 335 forks source link

Can't build ffmpeg.js with freetype support #71

Closed erlenner closed 4 years ago

erlenner commented 5 years ago

Freetype doesn't seem to be enabled by default since trying to use the drawtext filter results in [AVFilterGraph @ 0x8079f0] No such filter: 'drawtext'. When adding --enable-libfreetype to FFMPEG_COMMON_ARGS in the Makefile, the build errors out with ERROR: freetype2 not found. This in spite of the fact that freetype is one of the submodules in the project.

Is it possible to build ffmpeg.js with support for the drawtext filter?

Kagami commented 4 years ago

I've removed freetype dependency.