Skip to main content

A CLI tool to extract frames from MP4/MOV videos with intelligent frame skipping and duplicate detection

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_click-1.3.7.tar.gz (18.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mp4_to_jpg_click-1.3.7-py3-none-any.whl (19.9 kB view details)

Uploaded Python 3

File details

Details for the file mp4_to_jpg_click-1.3.7.tar.gz.

File metadata

  • Download URL: mp4_to_jpg_click-1.3.7.tar.gz
  • Upload date:
  • Size: 18.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.8

File hashes

Hashes for mp4_to_jpg_click-1.3.7.tar.gz
Algorithm Hash digest
SHA256 665201afc2f006c96a4200cabbd0460b1ce700a84b6a0bc9edb131b79627b0b5
MD5 ecd5c61f30f5e3b8460cb8259543d48f
BLAKE2b-256 2dc133d846c42eee43d2c55bb36da0bc999ad8944363842ec5857a6bf75e2f09

See more details on using hashes here.

File details

Details for the file mp4_to_jpg_click-1.3.7-py3-none-any.whl.

File metadata

File hashes

Hashes for mp4_to_jpg_click-1.3.7-py3-none-any.whl
Algorithm Hash digest
SHA256 98e29f7bb9a7a629c77d8eafdb950825ad1b98846e10c67789fd19352e2be535
MD5 618bf5ba0aa28eb992154fe828d34c6f
BLAKE2b-256 3dab6eee5ae12f1d72968793c6e1e3934dc640d31f8d8a578b2fda71565534bd

See more details on using hashes here.

Supported by

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