[FFmpeg-trac] #6493(undetermined:new): filter_complex Segmentation fault (core dumped)

FFmpeg trac at avcodec.org
Tue Jun 27 15:28:49 EEST 2017


#6493: filter_complex Segmentation fault (core dumped)
-------------------------------------+-------------------------------------
             Reporter:  wwng         |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:  git-
  undetermined                       |  master
             Keywords:               |               Blocked By:
  filter_complex                     |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Hi all,
 i use ffmpeg to add watermark at twitch stream, then i got Segmentation
 fault (core dumped)

 i use:

 {{{
 ffmpeg -i 'https://video-edge-c67b10.cdg02.hls.ttvnw.net/v0
 /CtgBwk7ubWy8LXl_uWuOcaIIipDd9o29h7zCOdSVnqLjJIaF5P8u35ny6Q1fNDBA7HGiOwAiwnpmrC-
 BiI20okHgq4_JbIbkrnbq1J0rkL2LsrtpW1O1R2hPbdpMw_x59itrg3lKlSYjSfG8LbM857ZxkXgMpq05uyVy1_ZV7xNmPq2I_ekFiT4PJ4E5bzu7_kxiNVcRGB2Wp_ibP3Q2MBQtG2rRvbUOYfPZ4SlCzEAb0Mry26uSSCUiYNqgY0wRkW9fB6yhCo4s0KWLyIYynRi54xd2ak5cafVuEhDV49XnRCQ-
 DCVJABbF3BxeGgysR19eL9-xr8NFvWY/index-live.m3u8' -i /tmp/watermark.png
 -filter_complex 'overlay=0:0' -acodec aac -strict -2 -f flv -y
 'rtmp://192.168.1.11/live/test2' -report
 }}}

 ffmpeg version:

 {{{
 root at 9bd2d21e0670:/www# ffmpeg
 ffmpeg version 3.3.2-static http://johnvansickle.com/ffmpeg/  Copyright
 (c) 2000-2017 the FFmpeg developers
   built with gcc 5.4.1 (Debian 5.4.1-11) 20170519
   configuration: --enable-gpl --enable-version3 --enable-static --disable-
 debug --disable-ffplay --disable-indev=sndio --disable-outdev=sndio
 --cc=gcc-5 --enable-fontconfig --enable-frei0r --enable-gnutls --enable-
 gray --enable-libass --enable-libfreetype --enable-libfribidi --enable-
 libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-
 libopenjpeg --enable-libopus --enable-librtmp --enable-libsoxr --enable-
 libspeex --enable-libtheora --enable-libvidstab --enable-libvo-amrwbenc
 --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264
 --enable-libx265 --enable-libxvid --enable-libzimg
   libavutil      55. 58.100 / 55. 58.100
   libavcodec     57. 89.100 / 57. 89.100
   libavformat    57. 71.100 / 57. 71.100
   libavdevice    57.  6.100 / 57.  6.100
   libavfilter     6. 82.100 /  6. 82.100
   libswscale      4.  6.100 /  4.  6.100
   libswresample   2.  7.100 /  2.  7.100
   libpostproc    54.  5.100 / 54.  5.100
 Hyper fast Audio and Video encoder
 usage: ffmpeg [options] [[infile options] -i infile]... {[outfile options]
 outfile}...

 Use -h to get full help or, even better, run 'man ffmpeg'
 }}}

 then i got a log

 Here is the log:

 https://ufile.io/719ba

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6493>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list