This program automatically adds a timestamp to your videos, serving as a useful tool for organizing and maintaining a visual chronological record of your recordings. Ideal for users dealing with large volumes of video files, this application provides a quick and efficient method for embedding temporal information directly into the videos.
- Language Support Choose between English and Spanish language to write the name of the day in the Timestamp.
- Font Selection: Choose from a variety of fonts to customize the timestamp on your videos.
- Automated Processing: Automatically analyzes all videos in a directory and adds a timestamp based on the file's metadata.
- MP4 Video Support: Currently focuses on processing
.mp4
file extensions.
Ensure you have Python 3.6 or higher installed on your system to run this program. Additionally, the following libraries are required and can be installed using pip
:
opencv-python
for video processing.moviepy
for video and audio editing.
Install all the necessary dependencies with the following command:
pip install -r requirements.txt