https://github.com/midzer/av1me
Encode any mp4 and mkv videos in a folder to webm AV1 using ffmpeg
https://github.com/midzer/av1me
Last synced: about 1 year ago
JSON representation
Encode any mp4 and mkv videos in a folder to webm AV1 using ffmpeg
- Host: GitHub
- URL: https://github.com/midzer/av1me
- Owner: midzer
- License: mit
- Created: 2021-04-19T13:27:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-19T13:28:07.000Z (about 5 years ago)
- Last Synced: 2025-02-13T01:31:06.944Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# av1me
Encode any `mp4` and `mkv` videos in a folder to `webm` AV1 using ffmpeg.
## Configuration
In `av1me.sh` set your desired `quality`.
## Usage
To process videos in a directory recursively, edit `dir` in `av1me_rec.sh` and run it.
For single files use `av1me.sh $FILENAME`.