#9720: Drawtext reinit command fails when using textfile
-------------------------------------+-------------------------------------
             Reporter:  toots        |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:  avfilter     |                  Version:
             Keywords:  drawtext     |  unspecified
  textfile command                   |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 It looks like the drawtext filter populates its internal text parameter
 when reading from a text file and then fails to reinit, erroneously
 complaining that both text and textfile are provided.

 To reproduce:
 ffmpeg -i /tmp/bla.mp4 -filter_complex
 "zmq,drawtext=x=100:textfile=/tmp/content" -y /tmp/bla.flv

 Then, in another console:
 echo Parsed_drawtext_1 reinit x=200 | zmqsend

 Error log:
 [Parsed_drawtext_1 @ 0x7fbe47713e80] Both text and text file provided.
 Please provide only one
 [Parsed_drawtext_1 @ 0x7fbe47713e80] Failed to process command. Continuing
 with existing parameters.
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9720>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to