List sorted linux folders with their sizes
du -xh / |grep '^\S*\+G'|sort -rn More info here.
du -xh / |grep '^\S*\+G'|sort -rn More info here.
ffmpeg -i input.mkv -c:v libx265 -crf 23 output.mkv If selecting video and audio is important for us, then we call first the code below to find out on what…