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
I've got a script that converts video files. -l is the short flag for "auto-detect letterboxing and remove if present." I would like to have a corresponding "-nl" flag for "do NOT check for letterboxing." But, what I'm reporting here is that it seems I cannot do "script --no-letterbox filename.mpeg anotherfile.mpeg --letterbox filewithletterboxing.mpeg" because that throws an "unsupported multiple argument type 'TrueClass'" error.
The text was updated successfully, but these errors were encountered:
I've got a script that converts video files. -l is the short flag for "auto-detect letterboxing and remove if present." I would like to have a corresponding "-nl" flag for "do NOT check for letterboxing." But, what I'm reporting here is that it seems I cannot do "script --no-letterbox filename.mpeg anotherfile.mpeg --letterbox filewithletterboxing.mpeg" because that throws an "unsupported multiple argument type 'TrueClass'" error.
The text was updated successfully, but these errors were encountered: