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
--force now accepts the following argument values:
a crop value to use for all videos, such as "0:0:0:0"
any other value for when to use the least extreme crop, e.g.: 1
Added --version and -v flags to CLI.
Changed
Drop child_process spawn for cross-spawn-async. This change should get things working consistently on Windows. Before, batch operations would fail unexpectedly and have to be restarted several times to fully complete.
Do not install video_transcoding gem by default. Do not force install of gem every time module is installed.
Delete output files that cannot be confirmed. If an output file does not complete and generate a valid log file that can be verified then delete the partial or errored file.