79564489

Date: 2025-04-09 13:44:23
Score: 1.5
Natty:
Report link

import shutil

# Move the uploaded video and logo to a working directory

video_src = "/mnt/data/765449673.178876.mp4"

logo_src = "/mnt/data/S__13918214.jpg"

video_dst = "/mnt/data/flowerpower_video.mp4"

logo_dst = "/mnt/data/flowerpower_logo.jpg"

shutil.copy(video_src, video_dst)

shutil.copy(logo_src, logo_dst)

video_dst, logo_dst

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Aiman Syafi