sidneys / ffmpeg-progressbar-cli

A colored progress bar for FFmpeg.
https://npmjs.com/package/ffmpeg-progressbar-cli
MIT License
210 stars 22 forks source link

Readme incorrect for environment variable names. #28

Open systemmonkey42 opened 3 years ago

systemmonkey42 commented 3 years ago

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".