]> git.pld-linux.org Git - packages/ffmpeg.git/commitdiff
Suggest fontconfig for subs embedding
authorElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Mar 2020 11:05:34 +0000 (14:05 +0300)
committerElan Ruusamäe <glen@pld-linux.org>
Sun, 29 Mar 2020 11:06:52 +0000 (14:06 +0300)
$ ffmpeg -hide_banner -i test.mkv -t 3:00 -vf 'subtitles=test.srt' test.mp4

Fontconfig error: Cannot load default config file
[Parsed_subtitles_0 @ 0x21b6f80] No usable fontconfig configuration file found, using fallback.
Fontconfig error: Cannot load default config file
[Parsed_subtitles_0 @ 0x21b6f80] Using font provider fontconfig

ffmpeg.spec

index 34d1d0c8a4c2a56694d3709f40cece3e54e483ad..3d2d3af7ead4f17d4bb0a82b63b919dc18d163d3 100644 (file)
@@ -233,6 +233,7 @@ BuildRequires:      zlib-devel
 # overflows maximum hash table size
 BuildConflicts:        pdksh < 5.2.14-57
 Requires:      %{name}-libs = %{version}-%{release}
+Suggests:      fontconfig
 Obsoletes:     libpostproc
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
This page took 0.133367 seconds and 4 git commands to generate.