[READ-ONLY] Mirror of https://github.com/probablykasper/to. CLI audio, video and image file converter
aiff audio cli flac gif image jp2 jpg mov mp3 mp4 ogg png video webm webp
0

Configure Feed

Select the types of activity you want to include in your feed.

Fixed bad mp4 quality

+2 -1
+2 -1
bin/to
··· 124 124 OPTIONS+=("-c:v" "libx265") 125 125 OPTIONS+=("-vtag" "hvc1") 126 126 ENCODER="x265" 127 + OPTIONS+=("-crf" "20") # according to ffmpeg, x265 CRF 28 visually corresponds to about x264 CRF 23 127 128 else 128 129 OPTIONS+=("-c:v" "libx264") 130 + OPTIONS+=("-crf" "17") 129 131 fi 130 132 FORMAT="mp4" 131 - OPTIONS+=("-crf" "28") 132 133 OPTIONS+=("-c:a" "aac") 133 134 OPTIONS+=("-b:a" "256k") 134 135 OPTIONS+=("-preset" "medium")