Changes between Initial Version and Version 1 of Ticket #3571, comment 6


Ignore:
Timestamp:
Apr 28, 2014, 7:41:06 AM (12 years ago)
Author:
Carl Eugen Hoyos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3571, comment 6

    initial v1  
    33Yes I can confirm that that issue occurs with that input -
    44
    5 ----
     5{{{
    66ffmpeg -y -v debug -f lavfi  -i testsrc -pix_fmt rgba -filter_complex "drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) " drawtext-2.mp4
    7 C:\Users\Nick\Documents\Visual Studio 2008\Projects\TprVideoEngine2-15\TprVideoEngine2-15\Debug>ffmpeg -y -v debug -f lavfi  -i testsrc -pix_fmt rgba -filter_complex "drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNO
    8 PQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) " drawtext-2.mp4
     7C:\Users\Nick\Documents\Visual Studio 2008\Projects\TprVideoEngine2-15\TprVideoEngine2-15\Debug>ffmpeg -y -v debug -f lavfi  -i testsrc -pix_fmt rgba -filter_complex "drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) " drawtext-2.mp4
    98ffmpeg version N-62460-gef818d8 Copyright (c) 2000-2014 the FFmpeg developers
    109  built on Apr 14 2014 22:05:25 with gcc 4.8.2 (GCC)
    11   configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libc
    12 aca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr -
    13 -enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --ena
    14 ble-zlib
     10  configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libcaca --enable-libfreetype --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-zlib
    1511  libavutil      52. 76.100 / 52. 76.100
    1612  libavcodec     55. 58.103 / 55. 58.103
     
    2723Reading option '-i' ... matched as input file with argument 'testsrc'.
    2824Reading option '-pix_fmt' ... matched as option 'pix_fmt' (set pixel format) with argument 'rgba'.
    29 Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=
    30 white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) '.
     25Reading option '-filter_complex' ... matched as option 'filter_complex' (create a complex filtergraph) with argument 'drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) '.
    3126Reading option 'drawtext-2.mp4' ... matched as output file.
    3227Finished splitting the commandline.
     
    3429Applying option y (overwrite output files) with argument 1.
    3530Applying option v (set logging level) with argument debug.
    36 Applying option filter_complex (create a complex filtergraph) with argument drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/F
    37 ONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) .
     31Applying option filter_complex (create a complex filtergraph) with argument drawtext=borderw=1:box=1:boxcolor=black@0.5:bordercolor=black:text='ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz':fontcolor=white@0.8:fontsize=24:fontfile='/WINDOWS/FONTS/Arial.ttf':x=(w-tw)/2:y=h-(2*lh) .
    3832Successfully parsed a group of options.
    3933Parsing a group of options: input file testsrc.
     
    8276[libx264 @ 00603920] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX AVX2 FMA3 LZCNT BMI2
    8377[libx264 @ 00603920] profile High 4:4:4 Predictive, level 1.3, 4:4:4 8-bit
    84 [libx264 @ 00603920] 264 - core 142 r2409 d6b4e63 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16
    85  chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=12 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 we
    86 ightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
     78[libx264 @ 00603920] 264 - core 142 r2409 d6b4e63 - H.264/MPEG-4 AVC codec - Copyleft 2003-2014 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=4 threads=12 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
    8779Output #0, mp4, to 'drawtext-2.mp4':
    8880  Metadata:
     
    251243Received signal 2: terminating.
    252244Terminate batch job (Y/N)?
    253 ----
     245}}}