[FFmpeg-trac] #11261(undetermined:new): Allow scientific notation in all filters
FFmpeg
trac at avcodec.org
Tue Oct 22 13:58:42 EEST 2024
#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
More information about the FFmpeg-trac
mailing list