Upscale 1080p to 4k using ffmpeg Just use the command below: ffmpeg -i INPUT_FILE \ -vf scale=3840x2160:flags=lanczos \ -c:v libx264 \ -crf 13 \ -c:a aac -b:a 512k \
Semantic Commit Messages See how a minor change to your commit message style can make you a better programmer. Format: <type>(<scope>): <subject> <scope> is optional Example