An open API service indexing awesome lists of open source software.

https://github.com/kvdomingo/webm-dr-py

Creates WebMs with dynamic resolutions from videos. Python implementation based on Sorrow446/WebM-Dynamic-Resolution.
https://github.com/kvdomingo/webm-dr-py

dynamic-resolution ffmpeg python webm

Last synced: 8 months ago
JSON representation

Creates WebMs with dynamic resolutions from videos. Python implementation based on Sorrow446/WebM-Dynamic-Resolution.

Awesome Lists containing this project

README

          

# webm-dr-py

Python implementation based on [Sorrow446/WebM-Dynamic-Resolution](https://github.com/Sorrow446/WebM-Dynamic-Resolution).

## Requirements:
- [Python](https://python.org/downloads) >= 3.7 (if running as module)
- [ffmpeg](https://www.gyan.dev/ffmpeg/builds/)

## Usage
```shell
# as module
python -m webm_dr -m [MODE] -o [OUTPUT_PATH] [INPUT_FILE]

# standalone
./webm_dr -m [MODE] -o [OUTPUT_PATH] [INPUT_FILE]
```