[FFmpeg-trac] #10350(undetermined:new): Movie filter initializes in a broken state when called with loop=0

FFmpeg trac at avcodec.org
Tue May 9 02:08:00 EEST 2023


#10350: Movie filter initializes in a broken state when called with loop=0
-------------------------------------+-------------------------------------
             Reporter:  Dennis E.    |                    Owner:  (none)
  Mungai                             |
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
             Keywords:               |               Blocked By:
  libavfilter,movie                  |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Comment (by Dennis E. Mungai):

 You are indeed correct. I tested this shortly after filing the ticket and
 it worked:

 {{{
 ffmpeg -nostdin -an -sn -y \
 -i 'x264-test.ts' \
 -filter_complex \
 "[0:v]drawtext=text=\\
 :expansion=strftime:fontcolor=white:fontsize=0:fontfile=/usr/share/fonts/truetype/dejavu/DejaVuMathTeXGyre.ttf:x=w/2-tw/2:y=h/2-th/2[video];movie=/home/brainiarc7/Desktop/src/logo/test1_%d.png,loop=loop=-1:size=1:start=0[logo];\
 [video][logo]overlay=x=0:y=0:alpha=0:format=yuv420:repeatlast=1[overlay];\
 [overlay]scale=640:360[v0] " \
 -map '[v0]' -b:v 1250k -c:v libx264 -pix_fmt yuv420p \
 -sc_threshold 0 -keyint_min 50 -bf 0 -g 50 -minrate 1250k \
 -maxrate 1250k -bufsize 1250k -preset medium -r 25 \
 -f mpegts \
 "ovtest.ts"
 }}}

 I'll close the ticket as invalid. Wish this was better documented though.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/10350#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list