Attempt to automate video encoding using ffmpeg
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
Start the script with ./video-encoder and follow the prompt
As of now, options for libx264 and libx265 are available
Available presets:
ultrafastsuperfastveryfastfasterfastmediumslowslowerveryslowplacebo
CRF values are 0 - 53 for libx264 and 0 - 51 for libx265