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.
- Host: GitHub
- URL: https://github.com/kvdomingo/webm-dr-py
- Owner: kvdomingo
- Created: 2022-09-06T10:16:35.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T11:05:04.000Z (almost 4 years ago)
- Last Synced: 2025-01-04T06:24:09.511Z (over 1 year ago)
- Topics: dynamic-resolution, ffmpeg, python, webm
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
```