* [ISSUE] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter
@ 2024-10-22 2:57 abhocetabhac
2024-11-14 16:58 ` [ISSUE] [CLOSED] " classabbyamp
2024-11-14 16:58 ` classabbyamp
0 siblings, 2 replies; 3+ messages in thread
From: abhocetabhac @ 2024-10-22 2:57 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3129 bytes --]
New issue by abhocetabhac on void-packages repository
https://github.com/void-linux/void-packages/issues/52730
Description:
### Is this a new report?
Yes
### System Info
Void 6.11.3_1 x86_64-musl
### Package(s) Affected
ffmpeg6-6.1.2_2
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://ffmpeg.org/ffmpeg-all.html#drawtext-1
https://github.com/AnimMouse/ffmpeg-stable-autobuild/issues/129
https://github.com/FedericoCarboni/setup-ffmpeg/issues/15
### Expected behaviour
ffmpeg -h filter=drawtext
...
Filter drawtext
...
### Actual behaviour
ffmpeg -h filter=drawtext
...
Unknown filter 'drawtext'.
### Steps to reproduce
1. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
2. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
ffmpeg version 6.1.2 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (GCC)
configuration: --prefix=/usr --disable-debug --enable-gpl --enable-gnutls --disable-stripping --enable-libcdio --enable-version3 --enable-runtime-cpudetect --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-shared --enable-static --enable-libxcb --enable-libpulse --enable-libfreetype --enable-libmodplug --enable-libspeex --enable-libcelt --enable-libass --enable-libopus --enable-librtmp --enable-libjack --disable-libopencore_amrnb --disable-libopencore_amrwb --disable-libopenjpeg --enable-libbluray --enable-postproc --enable-opencl --enable-libvmaf --enable-libx265 --enable-libv4l2 --enable-libaom --enable-libbs2b --enable-libvidstab --enable-libdav1d --enable-libsrt --enable-librist --enable-libwebp --enable-vulkan --enable-libdrm --enable-libsvtav1 --enable-vaapi --enable-vdpau --disable-libzimg --disable-libmysofa --enable-libvpl --enable-nvenc --enable-nvdec
libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100
Input #0, matroska,webm, from 'input.mkv':
Metadata:
title : Session streamed by TP-LINK
COMMENT : h264_hd.sdp
ENCODER : Lavf60.16.100
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, 27.33 fps, 27.33 tbr, 1k tbn
Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp
Metadata:
ENCODER : Lavc60.31.102 aac
[AVFilterGraph @ 0x7f2c063ff580] No such filter: 'drawtext'
[vost#0:0/libx264 @ 0x7f2c082ce5c0] Error initializing a simple filtergraph
Error opening output file output.mp4.
Error opening output files: Filter not found
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ISSUE] [CLOSED] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter
2024-10-22 2:57 [ISSUE] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter abhocetabhac
@ 2024-11-14 16:58 ` classabbyamp
2024-11-14 16:58 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-14 16:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3132 bytes --]
Closed issue by abhocetabhac on void-packages repository
https://github.com/void-linux/void-packages/issues/52730
Description:
### Is this a new report?
Yes
### System Info
Void 6.11.3_1 x86_64-musl
### Package(s) Affected
ffmpeg6-6.1.2_2
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://ffmpeg.org/ffmpeg-all.html#drawtext-1
https://github.com/AnimMouse/ffmpeg-stable-autobuild/issues/129
https://github.com/FedericoCarboni/setup-ffmpeg/issues/15
### Expected behaviour
ffmpeg -h filter=drawtext
...
Filter drawtext
...
### Actual behaviour
ffmpeg -h filter=drawtext
...
Unknown filter 'drawtext'.
### Steps to reproduce
1. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
2. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
ffmpeg version 6.1.2 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (GCC)
configuration: --prefix=/usr --disable-debug --enable-gpl --enable-gnutls --disable-stripping --enable-libcdio --enable-version3 --enable-runtime-cpudetect --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-shared --enable-static --enable-libxcb --enable-libpulse --enable-libfreetype --enable-libmodplug --enable-libspeex --enable-libcelt --enable-libass --enable-libopus --enable-librtmp --enable-libjack --disable-libopencore_amrnb --disable-libopencore_amrwb --disable-libopenjpeg --enable-libbluray --enable-postproc --enable-opencl --enable-libvmaf --enable-libx265 --enable-libv4l2 --enable-libaom --enable-libbs2b --enable-libvidstab --enable-libdav1d --enable-libsrt --enable-librist --enable-libwebp --enable-vulkan --enable-libdrm --enable-libsvtav1 --enable-vaapi --enable-vdpau --disable-libzimg --disable-libmysofa --enable-libvpl --enable-nvenc --enable-nvdec
libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100
Input #0, matroska,webm, from 'input.mkv':
Metadata:
title : Session streamed by TP-LINK
COMMENT : h264_hd.sdp
ENCODER : Lavf60.16.100
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, 27.33 fps, 27.33 tbr, 1k tbn
Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp
Metadata:
ENCODER : Lavc60.31.102 aac
[AVFilterGraph @ 0x7f2c063ff580] No such filter: 'drawtext'
[vost#0:0/libx264 @ 0x7f2c082ce5c0] Error initializing a simple filtergraph
Error opening output file output.mp4.
Error opening output files: Filter not found
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [ISSUE] [CLOSED] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter
2024-10-22 2:57 [ISSUE] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter abhocetabhac
2024-11-14 16:58 ` [ISSUE] [CLOSED] " classabbyamp
@ 2024-11-14 16:58 ` classabbyamp
1 sibling, 0 replies; 3+ messages in thread
From: classabbyamp @ 2024-11-14 16:58 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 3132 bytes --]
Closed issue by abhocetabhac on void-packages repository
https://github.com/void-linux/void-packages/issues/52730
Description:
### Is this a new report?
Yes
### System Info
Void 6.11.3_1 x86_64-musl
### Package(s) Affected
ffmpeg6-6.1.2_2
### Does a report exist for this bug with the project's home (upstream) and/or another distro?
https://ffmpeg.org/ffmpeg-all.html#drawtext-1
https://github.com/AnimMouse/ffmpeg-stable-autobuild/issues/129
https://github.com/FedericoCarboni/setup-ffmpeg/issues/15
### Expected behaviour
ffmpeg -h filter=drawtext
...
Filter drawtext
...
### Actual behaviour
ffmpeg -h filter=drawtext
...
Unknown filter 'drawtext'.
### Steps to reproduce
1. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
2. ffmpeg -i input.mkv -vf "drawtext=fontfile='/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf': text='Hello World': fontcolor=white: fontsize=24: box=1: boxcolor=black@0.5: x=10: y=10" output.mp4
ffmpeg version 6.1.2 Copyright (c) 2000-2024 the FFmpeg developers
built with gcc 13.2.0 (GCC)
configuration: --prefix=/usr --disable-debug --enable-gpl --enable-gnutls --disable-stripping --enable-libcdio --enable-version3 --enable-runtime-cpudetect --enable-libmp3lame --enable-libvorbis --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-shared --enable-static --enable-libxcb --enable-libpulse --enable-libfreetype --enable-libmodplug --enable-libspeex --enable-libcelt --enable-libass --enable-libopus --enable-librtmp --enable-libjack --disable-libopencore_amrnb --disable-libopencore_amrwb --disable-libopenjpeg --enable-libbluray --enable-postproc --enable-opencl --enable-libvmaf --enable-libx265 --enable-libv4l2 --enable-libaom --enable-libbs2b --enable-libvidstab --enable-libdav1d --enable-libsrt --enable-librist --enable-libwebp --enable-vulkan --enable-libdrm --enable-libsvtav1 --enable-vaapi --enable-vdpau --disable-libzimg --disable-libmysofa --enable-libvpl --enable-nvenc --enable-nvdec
libavutil 58. 29.100 / 58. 29.100
libavcodec 60. 31.102 / 60. 31.102
libavformat 60. 16.100 / 60. 16.100
libavdevice 60. 3.100 / 60. 3.100
libavfilter 9. 12.100 / 9. 12.100
libswscale 7. 5.100 / 7. 5.100
libswresample 4. 12.100 / 4. 12.100
libpostproc 57. 3.100 / 57. 3.100
Input #0, matroska,webm, from 'input.mkv':
Metadata:
title : Session streamed by TP-LINK
COMMENT : h264_hd.sdp
ENCODER : Lavf60.16.100
Duration: N/A, start: 0.000000, bitrate: N/A
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1280x720, 27.33 fps, 27.33 tbr, 1k tbn
Stream #0:1: Audio: aac (LC), 8000 Hz, mono, fltp
Metadata:
ENCODER : Lavc60.31.102 aac
[AVFilterGraph @ 0x7f2c063ff580] No such filter: 'drawtext'
[vost#0:0/libx264 @ 0x7f2c082ce5c0] Error initializing a simple filtergraph
Error opening output file output.mp4.
Error opening output files: Filter not found
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-11-14 16:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-22 2:57 [ISSUE] FFmpeg 6.1 requires build options '--enable-libharfbuzz' and '--enable-libfontconfig' to enable 'drawtext' filter abhocetabhac
2024-11-14 16:58 ` [ISSUE] [CLOSED] " classabbyamp
2024-11-14 16:58 ` classabbyamp
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).