[FFmpeg-user] problem with trying maths in a filter

Moritz Barsnick barsnick at gmx.net
Fri Aug 23 10:03:17 EEST 2019


On Thu, Aug 22, 2019 at 19:36:09 +0200, Julian Gardner wrote:
> How do i get the mod(t/30,2) give me and integer of either 0 or 1

floor(mod(t/30,2)), presumably.

Cheers,
Moritz


More information about the ffmpeg-user mailing list