Use new watermark image
This commit is contained in:
parent
91e86a6bae
commit
1f728fe58b
1 changed files with 1 additions and 1 deletions
|
@ -900,7 +900,7 @@ def video_with_voices(user_or_session, friendly_token=None, voicesUid=None):
|
|||
"-i",
|
||||
result_file_name,
|
||||
"-i",
|
||||
settings.STATIC_ROOT + "/images/logo_light.png",
|
||||
settings.STATIC_ROOT + "/images/watermark.png",
|
||||
"-filter_complex",
|
||||
"[1][0]scale2ref=oh*mdar:ih*0.2[logo][video];[video][logo]overlay=(main_w-overlay_w):(main_h-overlay_h)",
|
||||
watermarked_file_name,
|
||||
|
|
Loading…
Add table
Reference in a new issue