bytedeco / javacv

Java interface to OpenCV, FFmpeg, and more
Other
7.4k stars 1.57k forks source link

After upgrading org.bytedeco.ffmpeg to 6.1-1.5.10-SNAPSHOT, I found that drawtext filter is no longer supported. It prompts no such filter. #2153

Open DearTan opened 6 months ago

DearTan commented 6 months ago

After upgrading org.bytedeco.ffmpeg to 6.1-1.5.10-SNAPSHOT, I found that drawtext filter is no longer supported. It prompts no such filter.

saudet commented 6 months ago

Which version used to work?

DearTan commented 6 months ago

Which version used to work?

version 1.5.9 used to work.

saudet commented 6 months ago

It looks like the drawtext filter now depends on libharfbuzz, so we'd have to add builds for that in the cppbuild.sh script.

DearTan commented 6 months ago

It looks like the drawtext filter now depends on libharfbuzz, so we'd have to add builds for that in the cppbuild.sh script.

OK, Thanks!