Skip to main content

A tool to extract frames from MP4 videos and remove duplicates

Project description

Video Frame Extraction Tool

This tool allows you to extract frames from video files, with features like deduplication and dynamic frame skipping.

Features

This Video Frame Extraction Tool is designed to optimize your workflow with powerful, customizable features for handling video frame processing. Below are the standout capabilities:

  • Versatile Video Format Support: Work with popular video formats including .mp4 and .mov.
  • Frame Deduplication: Integrates an intelligent algorithm to eliminate similar frames, ensuring each extracted frame is unique. Customize the similarity threshold to fit your needs.
  • Adaptive Frame Skipping: Dynamically skips frames to maintain efficiency without sacrificing quality. The tool automatically adjusts skipping based on the video's FPS and duration, or you can customize the settings to your preferences.
  • Custom Frame Limits: Exercise complete control over your output. Set a cap on the maximum number of frames extracted from each video or across all your video processing tasks.
  • Fast Processing: Leverages the power of multi-core CPUs to speed up frame extraction, enabling parallel processing of video files.
  • User-Friendly GUI: A graphical user interface simplifies file selection and settings adjustments, making it accessible to users of all skill levels.

Requirements

  • Python 3.6+
  • Required Python packages (listed in requirements.txt):
    • opencv-python
    • tqdm
    • loguru
    • imagededup
    • click
    • tkinter

Installation

  1. Clone the repository:

    git clone [https://github.com/yourusername/video-frame-extraction-tool.git](https://github.com/yourusername/video-frame-extraction-tool.git)
    cd video-frame-extraction-tool
    
  2. Install the required Python packages:

    pip install -r requirements.txt
    

Usage:

python extract_frames.py [OPTIONS]

CLI arguments:

Tailor the tool's operation with command-line arguments to fit your project requirements:

  • --threshold FLOAT Set the similarity threshold for deduplication (range: 0.5 to 1.0). A higher value results in stricter deduplication.
  • --no-deduplication Disables the frame deduplication feature.
  • --no-fps-skip Stops the tool from skipping frames based on FPS, extracting every frame.
  • --no-time-skip Prevents frame skipping based on video duration.
  • --max-frames INTEGER Limit the total number of frames to be generated from all processed videos.
  • --max-frames-per-video INTEGER Specify a maximum number of frames to be extracted from each individual video.

Example usage:

python extract_frames.py --threshold 0.95 --max-frames 5000 --max-frames-per-video 1000

This fine-tuned approach provides a robust and flexible solution to efficiently manage frame extraction projects with precision control over output quality and operational parameters.

How It Works

Frame Extraction & Optimization

  • Variable Frame Skipping: Based on the set parameters and video characteristics (FPS and length), the tool calculates an optimal frame skipping strategy to balance between processing speed and output quality.
  • Parallel Processing: Distributes the workload across available CPU cores, significantly reducing the time required for frame extraction.
  • Efficient Frame Saving: Extracted frames are saved as JPG images, with an option to adjust the quality and resolution to meet specific needs.

Deduplication for Quality Control:

  • Utilizes a CNN-based method to analyze and compare frames for near-duplicate detection.
  • Customizable threshold: Allows precision control over what is considered a duplicate, adjustable via the --threshold argument.
  • Organizes and relocates duplicates to a designated folder, ensuring your main output directory contains only unique frames.

Contributing

Contributions are welcome! Please open issues or submit pull requests.

Contact

For questions or feedback, please contact bussines@tadeasfort.com].

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mp4_to_jpg-1.0.3.tar.gz (6.0 kB view details)

Uploaded Source

Built Distribution

mp4_to_jpg-1.0.3-py3-none-any.whl (6.3 kB view details)

Uploaded Python 3

File details

Details for the file mp4_to_jpg-1.0.3.tar.gz.

File metadata

  • Download URL: mp4_to_jpg-1.0.3.tar.gz
  • Upload date:
  • Size: 6.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for mp4_to_jpg-1.0.3.tar.gz
Algorithm Hash digest
SHA256 44c24632ef1e6e5081ede3c6dce6ed95043ea3965510aaf4bc0b0ad708ba2813
MD5 fbcebfea900d41ca0b3652ca309f8f5a
BLAKE2b-256 185677800fb9e3071a61a1335413d2de273c1fb8a474ff15f92cc5ec0f675c24

See more details on using hashes here.

File details

Details for the file mp4_to_jpg-1.0.3-py3-none-any.whl.

File metadata

  • Download URL: mp4_to_jpg-1.0.3-py3-none-any.whl
  • Upload date:
  • Size: 6.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.11.9

File hashes

Hashes for mp4_to_jpg-1.0.3-py3-none-any.whl
Algorithm Hash digest
SHA256 687cd3dcd44103c10ab39d9a401bf6ae1e38b76464e76dd89ba8da0d3e2026e3
MD5 f60a74d2932827a1181a2d211090c249
BLAKE2b-256 7031269fa1720d463eab17a8aeb189c01aad1db65ebf341c52df4bd9425d7ede

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page