https://github.com/midzer/vp9me
Encode any mp4 and mkv videos in a folder to webm VP9 using ffmpeg
https://github.com/midzer/vp9me
ffmpeg videos vp9
Last synced: 6 months ago
JSON representation
Encode any mp4 and mkv videos in a folder to webm VP9 using ffmpeg
- Host: GitHub
- URL: https://github.com/midzer/vp9me
- Owner: midzer
- License: mit
- Created: 2018-01-03T18:00:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T23:05:22.000Z (almost 8 years ago)
- Last Synced: 2025-02-13T01:31:07.154Z (8 months ago)
- Topics: ffmpeg, videos, vp9
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vp9me
Encode any `mp4` and `mkv` videos in a folder to `webm` VP9 using ffmpeg.
## Configuration
In `vp9me.sh` set your desired `quality`.
## Usage
To process videos in a directory recursively, edit `dir` in `vp9me_rec.sh` and run it.
For single files use `vp9me.sh $FILENAME`.