I use drawbox to display lines in the video, but
I would like to draw multiple lines at various times.
-i input-vf drawbox=10:10:1:200:color='#ff0000':8:enable='between(t,3,5)'drawbox=50:50:1:200:color='#ffff00':8:enable='between(t,10,13)'output
As for the image, I would like to use the code above, but
How can I draw multiple lines?
Thank you for your cooperation.
ffmpeg
Multiple drawboxes must be separated by ,
.
ffmpeg-i input.mp4-vf "drawbox=10:1:200:color='#ff0000':8:enable='between(t,3,5)',drawbox=50:50:1:200:color='#fffff00':8:enable='between(t,10,13)'mout4'.
I tried to run it with bash.To prevent bash from interpreting '
, the value of the -vf option is enclosed in "
.
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
582 PHP ssh2_scp_send fails to send files as intended
578 Understanding How to Configure Google API Key
620 Uncaught (inpromise) Error on Electron: An object could not be cloned
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.