From a934e8c796d63dd22e22d7aa976a7d5d21cbab9f Mon Sep 17 00:00:00 2001 From: "kiril.kartunov" Date: Thu, 26 Jun 2025 09:39:41 -0400 Subject: [PATCH] Add user1-prompts/txt --- user1-prompts/txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 user1-prompts/txt diff --git a/user1-prompts/txt b/user1-prompts/txt new file mode 100644 index 0000000..395775c --- /dev/null +++ b/user1-prompts/txt @@ -0,0 +1,16 @@ +Your challenge is to create a program that processes a video file and performs a specific task. For this round, your task is: + +Task: +Write a program that takes a video file as input and extracts the first frame, saving it as an image file (e.g., PNG or JPEG). Your program should accept the video file path as a command-line argument and output the image file in the same directory. + +Requirements: + +The program must be written in Python, JavaScript, or any language specified by the competition. +Use only open-source libraries. +The code should be well-documented and easy to understand. +Include instructions on how to run your program. +Bonus: +Add an option to extract a frame at a specific timestamp (e.g., at 10 seconds). + +Submission: +Submit your code, a README file with instructions, and a sample output image. \ No newline at end of file