You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If user does not supply --channel instead of throwing an actual error, it'll stop and let the user know they must provide a channel command.
If the user has not supplied a bitrate (--bitrate) the program will let the user know and default to 448k.
Modified DRC to take string or int (see readme for updated CLI).
Modified FPS detection to use numbered enums instead of strings (doesn't effect CLI).
Will now calculate free space based on file input and temp path free space, will only throw an error if at least 110% of the space of the file isn't available.