#blur alternative for Linux
16 messages · Page 1 of 1 (latest)
ffmpeg works on linux
what distro
ctt upscaler
but modifiy it for bash
you can just copy the arguments
and for blur:
https://github.com/f0e/blur#manual-installation
http://vapoursynth.com/doc/installation.html#linux-and-os-x-compilation
.
what encode and encoder?
what gpu
ffmpeg -i "input.mp4" -vf zscale=-2:2160:f=point -c:v h264_amf -quality quality -qp_i 12 -qp_p 12 -qp_b 12 -c:a copy "output.mp4"
idk if that works
yes
smoothie: https://github.com/couleur-tweak-tips/Smoothie/wiki#-installing-smoothie-on-linux
teres: https://github.com/animafps/teres
tmix with ffmpeg (slower, easiest to setup, replace the values in the brackets):
ffmpeg -i video.mp4 -vf "tmix=frames=(input fps / output fps):weights='1', fps=(output fps)" -c:v libx264 -preset slow -crf 17 -x264-params aq-mode=3 -c:a copy output.mp4
FFmpeg does encoding and decoding, as well as a ton of filters
yea