'ffmpeg: How to use milliseconds in FFmpeg's drawblock?
I am trying to generate the movement of a point on the video, this requires a sensitivity equal to the millisecond, but when I execute the command the point manages to move on the video with a sensitivity of the second, is it possible to increase the sensitivity during the creation of the video?
My command is:
ffmpeg -y -i video.mp4 -vf "drawbox=enable='between(t,5.1,5.4)':x=10:y=10:w=10:h=10:[email protected]:t=fill,drawbox=enable='between(t\,5.5,5.7)':x=10:y=10:w=10:h=10:[email protected]:t=fill ... " out.mp4
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
