ffmpeg-progressbar-cli icon indicating copy to clipboard operation
ffmpeg-progressbar-cli copied to clipboard

Readme incorrect for environment variable names.

Open systemmonkey42 opened this issue 4 years ago • 0 comments

Hi

The README is incorrect regarding the naming of environment variables.

BAR_BEAM_RATIO The share of (available) horizontal display real estate the progress bar beam should occupy (default: 0.75) Example

$> BAR_BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4

This should in fact be "BAR_SIZE_RATIO".

systemmonkey42 avatar Jun 05 '21 04:06 systemmonkey42