Metadata-Version: 2.1
Name: videocondenser
Version: 0.1
Summary: A tool that condenses videos by adjusting playback speed based on volume.
License: GPL-3.0-or-later
Author: Frank Sacco
Author-email: franka25sacco@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Project-URL: Repository, https://github.com/frank-monkey/videocondenser
Description-Content-Type: text/markdown

# VideoCondenser
VideoCondenser is a tool that allows you to adjust the playback speed of a video based on the volume of its audio. 
The intended usage is to speed up long lecture-type videos while retaining clarity and content.

## Features

- Dynamically adjust video playback speed based on audio volume levels.
- Simple command-line interface for easy usage.

## Installation

Linux packages, macOS packages and Windows distribution coming soon.

To use AudioSpeeder, follow these steps:

1. Clone this repository to your local machine.
2. Install the required dependencies (Python, FFmpeg, etc.).
3. Run the script using the provided command-line arguments.

## Usage
Standard Lecture Shortening
```bash
python videocondenser.py input_video.mp4
```

Completely cutting during silence
```bash
python videocondenser.py input_video.mp4 --loud_speed 10000
```

Slow down content while speeding up breaks
```bash
python videocondenser.py input_video.mp4 --quiet_speed 0.75
```
and many more!

## License

This project is licensed under the [GNU General Public License (GPL-3.0)](LICENSE.txt).

