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
Is your feature request related to a problem? Please describe.
We need to have a feature to add watermark to the video while generating the multi-bitrate video. The image will be present in downloads/directory and the filePath will be given, checkout service/dash.go for more details.
Describe the solution you'd like
Image file is present in downloads/ folder, and the (x,y) coordinates will be passed to function, and inject the image in all the bitrate videos at the given bitrate.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
We need to have a feature to add watermark to the video while generating the multi-bitrate video. The image will be present in downloads/directory and the filePath will be given, checkout service/dash.go for more details.
Describe the solution you'd like
Image file is present in
downloads/
folder, and the(x,y)
coordinates will be passed to function, and inject the image in all the bitrate videos at the given bitrate.The text was updated successfully, but these errors were encountered: