kribblo / node-ffmpeg-installer

Platform independent binary installer of FFmpeg for node projects
https://www.npmjs.com/package/@ffmpeg-installer/ffmpeg
419 stars 70 forks source link

Fontconfig error when using drawtext filter #44

Open danielroehrig opened 4 years ago

danielroehrig commented 4 years ago

When trying to add text to a video on Linux-64 (Ubuntu 19.10), this error appears:

ffmpeg stderr: Fontconfig warning: line 5: unknown element "its:rules"

The text is still written, but it takes about a minute per second of video material.

When replacing the ffmpeg binary with a newer one (git master: built on 20200324) from https://www.johnvansickle.com/ffmpeg/ the error disappears and the video is rendered in seconds.