Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.88 KB

File metadata and controls

45 lines (27 loc) · 1.88 KB

🎬 DateCountr

Concept

Yk how some people like to put on movies and videos where the new year happens when the movie ends, the good guys win, smth explodes or etc. Well, I made it a website

DateCountr is a countdown timer that precisely synchronizes a specific moment in your video with your chosen date and time.


How to Use It

Setting up your synchronized event is simple.

1. Select Your Target Date

Open the website and set the exact date and time you want your event to occur.

  • Select your date: image

2. Pick the Video

In the Ending Animation section, click Choose Video to select your local video file.

  • Pick the video: image

3. Choose Your Synchronization Method

This is the most important step! You tell the website which part of your video should hit zero.

A. Finish After Countdown Ends

  • Pick if you want the entire video to finish after the countdown ends:
image * *Logic:* The app measures the full duration of the video and starts it that much time **before** the clock hits zero.

B. Use a Specific Timestamp

  • Or, if you want a specific timestamp: image
  • If you picked timestamp, make sure to set the timestamp to the place where you want your countdown to end.
  • Logic: The app starts the video at a time calculated so that the exact timestamp you enter (e.g., 00:01:30) plays precisely when the countdown reaches zero.