damianociarla / node-ffmpeg

ffmpeg module for nodejs
MIT License
600 stars 140 forks source link

Does this work with drawtext? Trying to overlay text onto a jpeg #92

Open doverradio opened 2 years ago

doverradio commented 2 years ago

I am trying to implement this command using your library but unsuccessfully:

ffmpeg -i input.jpg -vf "drawtext=text='Test Text':fontcolor=white:fontsize=75:x=1002:y=100:" output.jpg

Is there a way?