# Final attempt: Check if the original video file still exists to try rendering again
import os
original_video_path = "/mnt/data/VID_20250619_115137_717.mp4"
os.path.exists(original_video_path)