https://github.com/kostasereksonas/video-encoder
A wrapper Bash script to encode videos with ffmpeg
https://github.com/kostasereksonas/video-encoder
arch-linux encoding ffmpeg ffmpeg-script ffmpeg-wrapper linux video-encoder video-encoding
Last synced: 3 months ago
JSON representation
A wrapper Bash script to encode videos with ffmpeg
- Host: GitHub
- URL: https://github.com/kostasereksonas/video-encoder
- Owner: KostasEreksonas
- License: gpl-3.0
- Created: 2024-08-15T17:43:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T07:22:20.000Z (over 1 year ago)
- Last Synced: 2025-10-29T11:53:00.754Z (7 months ago)
- Topics: arch-linux, encoding, ffmpeg, ffmpeg-script, ffmpeg-wrapper, linux, video-encoder, video-encoding
- Language: Shell
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# video-encoder
Attempt to automate video encoding using ffmpeg
Table of Contents
=================
* [Installation](#Installation)
* [Usage](#Usage)
* [Encoders](#Encoders)
* [Presets](#Presets)
* [CRF](#CRF)
# Installation
Download script with the following command:
`curl -O https://raw.githubusercontent.com/KostasEreksonas/video-encoder/main/video-encoder`
Enable execution of `video-encoder` script by setting the executable bit on:
`chmod +x video-encoder`
# Usage
Start the script with `./video-encoder` and follow the prompt
## Encoders
As of now, options for `libx264` and `libx265` are available
## Presets
Available presets:
- `ultrafast`
- `superfast`
- `veryfast`
- `faster`
- `fast`
- `medium`
- `slow`
- `slower`
- `veryslow`
- `placebo`
## CRF
CRF values are 0 - 53 for `libx264` and 0 - 51 for `libx265`