You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Add support for adding watermark to the output videos
It is just adding some parameters to ffmpeg so it should be fairly easy to implement.
https://ottverse.com/adding-a-watermark-in-ffmpeg-a-comprehensive-guide/
something like:
$video->hls()
->x264()
->watermark('./watermark.png', '10:10')
->addRepresentations([$r_360p, $r_480p, $r_720p])
->save();
Beta Was this translation helpful? Give feedback.
All reactions