Gathering detailed insights and metrics for ffmpeg-progressbar-cli
Gathering detailed insights and metrics for ffmpeg-progressbar-cli
npm install ffmpeg-progressbar-cli
Typescript
Module System
Min. Node Version
Node Version
NPM Version
69
Supply Chain
96.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Total Downloads
10,911
Last Day
1
Last Week
23
Last Month
110
Last Year
1,387
216 Stars
7 Commits
22 Forks
7 Watching
7 Branches
1 Contributors
Minified
Minified + Gzipped
Latest Version
1.5.0
Package Id
ffmpeg-progressbar-cli@1.5.0
Unpacked Size
223.79 kB
Size
65.95 kB
File Count
16
NPM Version
6.4.1
Node Version
11.1.0
Cumulative downloads
Total Downloads
Last day
-88.9%
1
Compared to previous day
Last week
4.5%
23
Compared to previous week
Last month
69.2%
110
Compared to previous month
Last year
7.8%
1,387
Compared to previous year
ffmpeg-progressbar-cli is a colored progress bar for FFmpeg.
Simply use ffmpeg-bar
instead of ffmpeg
.
1$ npm install --global ffmpeg-progressbar-cli
The installation process adds the ffmpeg-bar
command to your system.
This is a transparent wrapper, passing all commands to ffmpeg
.
To use it, simply launch ffmpeg-bar
instead of ffmpeg
, or replace ffmpeg
with ffmpeg-bar
inside your scripts.
As long as no errors are encountered, the output of ffmpeg-bar
will consist of a progress bar, the estimated time until process completion and a percentage.
1$> ffmpeg-bar -i input.mp4 output.avi
1$> ffmpeg-bar -i input.avi -b:v 64k -bufsize 64k output.avi
1$> ffmpeg-bar -i in.mkv -map_metadata:s:a 0:g out.mkv
For configuration purposes, ffmpeg-progressbar-cli
exposes these environmental variables:
BAR_FILENAME_LENGTH
The maximum number of characters of the filename label displayed next to the progress bar beam (default: 20)
1$> BAR_FILENAME_LENGTH=7 ffmpeg-bar -i in.mp4 output.mp4
BAR_BEAM_RATIO
The share of (available) horizontal display real estate the progress bar beam should occupy (default: 0.75)
1$> BAR_BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4
Tested on
Read the contribution documentation.
MIT
sidneys 2018
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
27 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-01-27
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More