Fix tabs in usage to spaces.

This commit is contained in:
2025-06-16 18:07:23 -06:00
parent 116087928d
commit 1db8c0b7b0

View File

@ -33,13 +33,13 @@ function usage {
If nothing is provided, current directory (.) is assumed. If nothing is provided, current directory (.) is assumed.
-v bitrate : The video bitrate to convert to. -v bitrate : The video bitrate to convert to.
Defaults are based on the size passed. Defaults are based on the size passed.
>= 2160: '30M' >= 2160: '30M'
>= 1440: '12M' >= 1440: '12M'
>= 1080: '5M' >= 1080: '5M'
>= 720: '2000k' >= 720: '2000k'
>= 480: '750k' >= 480: '750k'
>= 360: '250k' >= 360: '250k'
< 360: '100k' < 360: '100k'
-a bitrate : The audio bitrate to convert to. -a bitrate : The audio bitrate to convert to.
Defaults to '192k'. Defaults to '192k'.
-c vcodec : The video codec you'd like to use, such as libopenh264. -c vcodec : The video codec you'd like to use, such as libopenh264.