Kali Linux Tools

Vid2img-extract all frame from a given video

Introduction to Vid2img Tool:

A script written in Python called the vid2img tool can extract every frame from a given video. Any device with Python installed can use this tool

Installation vid2img tool (python 3)

  • Kali-Linux

sudo apt-get update -y && sudo apt-get upgrade -y

sudo apt install git python3 -y

git clone https://github.com/turbo-hackers/Vid2img.git

cd Vid2img

make install

python3 vid2img -h

  • Termux

apt-get update -y && apt-get upgrade -y

pkg install git python3 -y

git clone https://github.com/turbo-hackers/Vid2img.git

cd Vid2img

make termux-install

python3 vid2img  -h

USAGE

  • python3 vid2img
  • set frame per second to extract frames

Note:- Don’t delete any of the scripts included in core files

MODULES NEEDED :

opencv-python, numpy, rich

UNINSTALLATION :

make uninstall

WARNING :

This tool is only meant to be used for learning. We will not be held accountable if you use this tool for anything other than educational purposes.

Please consider following and supporting us to stay updated with the latest info

Aman Mishra

Aman Mishra is a eJPT certified and always keen to learn new concepts and methodologies regarding cybersecurity.he is also a cyber security content writer and have passion for sharing my knowledge about the latest threads and trends in the industry.

Recent Posts

AutoExif – Simplifying Image Metadata Editing With Bash

AutoExif is a powerful Bash script designed to streamline the process of editing image metadata…

3 hours ago

SimpleImager V4.3 : A Step-by-Step Guide To Efficient System Imaging

SimpleImager V4.3, your go-to tool for streamlined system imaging and data acquisition. Designed to simplify…

3 hours ago

MetaOSINT – Revolutionizing OSINT Investigations With Top Tools And Resources

MetaOSINT enables open source intelligence ("OSINT") practitioners to jumpstart their investigations by quickly identifying relevant,…

3 hours ago

ThreatPinch Lookup – Enhancing Cybersecurity Investigations Through Automated Tooltips

ThreatPinch Lookup creates informational tooltips when hovering oven an item of interest on any website.…

3 hours ago

Oh Shint! Navigating The Depths Of Cyber-Intelligence With Donvito

Myself and any other potential contributors to this website are NOT in any way affiliated…

3 hours ago

M.E.A.T. – Pioneering Mobile Forensics With The Mobile Evidence Acquisition Toolkit

The Mobile Evidence Acquisition Toolkit designed by BlackStone Discovery. Developed to enhance digital forensics, this…

1 day ago