mipops / dvrescue

Archivist-made software that supports data migration from DV tapes into digital files suitable for long-term preservation. Snapshot daily builds are at https://mediaarea.net/download/snapshots/binary/dvrescue/.
BSD 3-Clause "New" or "Revised" License
94 stars 20 forks source link

enable drawtext filter in bundled ffmpeg #646

Closed dericed closed 1 year ago

dericed commented 2 years ago

The gui uses the drawtext filter, but the bundled ffmpeg is not built with it:

$ ffmpeg -v 0 -filters | grep -c drawtext
1

$ /Applications/dvrescue.app/Contents/Helpers/ffmpeg -v 0 -filters | grep -c drawtext
0

Can we add --enable-libfreetype and --enable-libfontconfig to this configuration?

retokromer commented 1 year ago

+1

g-maxime commented 1 year ago

Is fontconfig really needed?

Current only use of drawtext in the gui don't use 'font=' parameter and fontconfig leack an official way to make an msvc build.