Skip to content

A Python-based utility for programmatically adding timestamp overlays to MP4 video files, utilizing metadata for accuracy and customization options for font selection.

License

Notifications You must be signed in to change notification settings

Robbna/TimestamPy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TimestamPy

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.

Features

  • 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.

Prerequisites

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

About

A Python-based utility for programmatically adding timestamp overlays to MP4 video files, utilizing metadata for accuracy and customization options for font selection.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published