#11261: Allow scientific notation in all filters
-------------------------------------+-------------------------------------
             Reporter:  Jozef        |                     Type:  defect
  Chutka                             |
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Using ffmpeg version 7.0, some filters accept values as scientific
 notation and some do not.

 For example sine and volume works with i.e. ".5e0":

 {{{
 ffmpeg -filter_complex
 "sine=beep_factor=.5e0,volume=eval=frame:volume=t*.05e1" -t 5 out.mp4
 }}}

 While `apad` does not:

 {{{
 ffmpeg -filter_complex "sine=beep_factor=.5e0,apad=whole_dur=1e1" -t 5
 out.mp4
 // [Parsed_apad_1 @ 0x11c62eb20] Unable to parse option value "1e1" as
 duration
 }}}
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/11261>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-trac

To unsubscribe, visit link above, or email
ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to