Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aryanvbw/exif
ExifTool is a powerful command-line tool that can be used to extract and edit metadata in a wide range of media files, including images, audio, and video. Metadata is information that is stored within a file that describes the fileโs content or other attributes.
https://github.com/aryanvbw/exif
aryan-technologies aryanshop aryanvbw data-extraction image-metadata image-processing images-hacking information-gathering powered-by-aryan-technologies vivek
Last synced: 3 months ago
JSON representation
ExifTool is a powerful command-line tool that can be used to extract and edit metadata in a wide range of media files, including images, audio, and video. Metadata is information that is stored within a file that describes the fileโs content or other attributes.
- Host: GitHub
- URL: https://github.com/aryanvbw/exif
- Owner: AryanVBW
- License: mit
- Created: 2022-08-27T06:51:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-23T14:02:37.000Z (6 months ago)
- Last Synced: 2024-08-23T15:31:44.693Z (6 months ago)
- Topics: aryan-technologies, aryanshop, aryanvbw, data-extraction, image-metadata, image-processing, images-hacking, information-gathering, powered-by-aryan-technologies, vivek
- Language: Python
- Homepage: http://Exif.aryanvbw.live
- Size: 57.6 KB
- Stars: 13
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A Exif-Images Edition## Features
- Extract exif data of images jpg, jpeg, png.
- Clear exif data of images.
- Save data in a text file.
## Supported Formats
- Images:
- PNG, JPG, JPEG, GIF, BMP, TIFF
- **Videos** :
- MP4, MKV, AVI, MOV
- **Audio** :
- MP3 (limited support, additional library may be required)
- OutputThe script will display metadata information for each file.If the output is set to a file, the results will be saved in exif_data.txt.
## Installation and usage instructions:
- Add .jpg to subfolder ./images from where the script is stored.
- Note: Most social media sites strip exif data from uploaded photos.## Prerequisites
1. Install python3
- Debian, Ubuntu, Etc: `sudo apt-get install python3`
- Fedora, Oracle, Red Hat, etc: `su -c "yum install python"`
- Windows: [Python for Windows](https://www.python.org/downloads/windows/)2. Install Pillow (Pillow will not work if you have PIL installed):
```bash
python3 -m pip install --upgrade pip
python3 -m pip install --upgrade Pillow
pip install Pillow moviepy
pip install eyed3
```## Installation
### Copy & paste the following commands:
```bash
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif-main.py
```### To remove exif data from images, use the following command:
```bash
python3 remove-exif.py
```
## ๐ธ๐ฅ๐ direct useDiscover the hidden details in your media files effortlessly! Simply run this script and:
- ๐ Enter the path to your images, videos, or audio files.
- ๐พ Choose where to save the extracted Exif data.Unearth the metadata magic with style!
### copy paste this
```bash
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif-raw.py
```
### use this commands: for print jpg output directly on terminal or power shell
```bash
git clone https://github.com/AryanVBW/Exif.git
cd Exif
python3 exif.py
```
Visitor count