import time def get_file_name(prefix: str) -> str: return f"{prefix}_{time.strftime('%Y%m%d-%H%M%S')}.mp4"