Metadata-Version: 2.4
Name: fid-ffmpeg
Version: 0.4.0
Summary:  based ffmpeg CLI for video operations
Author-email: omar_abdalgwad <ahlawyomar95@gmail.com>
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: typer>=0.7
Dynamic: license-file

# fid-ffmpeg
ffmpeg based cli for video operations
```bash
fid
```
https://github.com/user-attachments/assets/abcc8aa0-3ada-4548-8f99-987687cfccd9


https://github.com/user-attachments/assets/abcc8aa0-3ada-4548-8f99-987687cfccd9

## installation 

- you need to install python >=3.9 : [Download Python](https://www.python.org/downloads/)
- install ffmpeg : [Download FFmpeg](https://www.ffmpeg.org/download.html)
- then install fid-cli with pip :
```bash
pip install fid-ffmpeg
```
## installation demo
https://github.com/user-attachments/assets/6063b46b-dd4a-4cb3-a318-869f37bcf60f

## Commands
| Command | Description |
|---------|------------|
| `fid --help` | show help for fid cli |
| `fid info "videoPath"` | `to know all info about the video` |
| `fid audio "videoPath"` | `extract audio from the video` |
| `fid mute "videoPath"` | `mute the video` |
| `fid gif "videoPath"` | `make a gif from the video` |
| `fid frames "videoPath"` | `extract all video frames and add them in a folder`|
| `fid frames "videoPath"` | `extract all video frames and add them in a folder`|
| `fid compress "videoPath"` | `Compress the video to reduce its file size`|
