[FFmpeg-trac] #8784(ffmpeg:new): support comments in filter_complex_script files

FFmpeg trac at avcodec.org
Fri Jul 10 01:11:43 EEST 2020


#8784: support comments in filter_complex_script files
-------------------------------------+-------------------------------------
             Reporter:  RrnR         |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:  ffmpeg       |                  Version:
             Keywords:               |  unspecified
  filter_complex_script comments     |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Suggestion to support comments in the script files referenced by
 filter_complex_script directive.

 Inline comments such as:

 {{{
 nullsrc=size=1920x1080 [bg];     // this is a comment
 }}}

 should be relatively easy to incorporate into the scanner by treating the
 delimiter as an end-of-line token.  Block (multi-line) comments might need
 a bit of thought.

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


More information about the FFmpeg-trac mailing list