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

Install Mono on Ubuntu 18.04: C# Compiler and Runtime Guide

Running programs built for Microsoft's framework on a Linux system is easier than you think. Mono is…

16 hours ago

Install OpenCV on Ubuntu 18.04: Step-by-Step Setup Guide

Computer vision technology powers many modern applications, from image editors to facial scanners. OpenCV (Open Source Computer…

16 hours ago

Install VNC on Ubuntu 18.04: Step-by-Step TigerVNC Setup

A remote desktop interface makes it easy to manage a remote computer. VNC (Virtual Network Computing) is…

17 hours ago

Install Gitea on Ubuntu 18.04: Self-Hosted Git Service Guide

Hosting your own code repositories is a great way to keep your projects private. Gitea is a…

17 hours ago

Install Java on Ubuntu 18.04: OpenJDK 11 and OpenJDK 8

Many modern programs require Java to run. From development tools like Eclipse to search systems…

17 hours ago

Configure a Static IP Address on Ubuntu 18.04: Netplan Guide

Setting a static IP address on your server is a smart move. It ensures your…

2 days ago