This repository has no description
0

Configure Feed

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

vidcompress: adjust usage statement

+6 -6
+6 -6
scritps/vidcompress
··· 1 1 #!/bin/sh 2 2 usage() { 3 - printf '%b\n' "${0##*/} -i <input_file> [OPTIONS]" \ 4 - "\noptions:" \ 5 - "\t-c CODEC - video codec to use (default: libx264)" \ 6 - "\t-h - display this message" \ 7 - "\t-o FILE - output file (default: out.ext)" \ 8 - "\t-p PRESET - ffmpeg encoding preset to use (default: veryslow)" \ 3 + printf '%b\n' "${0##*/} -i <input_file> [OPTIONS]" \ 4 + "\noptions:" \ 5 + "\t-c CODEC - video codec to use (default: libx264)" \ 6 + "\t-h - display this message" \ 7 + "\t-o FILE - output file (default: out.ext)" \ 8 + "\t-p PRESET - encoding preset to use (default: veryslow)" \ 9 9 "\t-t FILE_SIZE - file size to target in MiB (default: 50)" 10 10 } 11 11