Installations
npm install ffmpeg-progressbar-cli
Developer Guide
Typescript
No
Module System
CommonJS
Min. Node Version
>=8.11.3
Node Version
11.1.0
NPM Version
6.4.1
Score
69
Supply Chain
96.9
Quality
74.8
Maintenance
100
Vulnerability
100
License
Releases
Unable to fetch releases
Contributors
Unable to fetch Contributors
Languages
JavaScript (100%)
Love this project? Help keep it running — sponsor us today! 🚀
Developer
Download Statistics
Total Downloads
10,911
Last Day
1
Last Week
23
Last Month
110
Last Year
1,387
GitHub Statistics
216 Stars
7 Commits
22 Forks
7 Watching
7 Branches
1 Contributors
Bundle Size
360.01 kB
Minified
96.14 kB
Minified + Gzipped
Package Meta Information
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
Total Downloads
Cumulative downloads
Total Downloads
10,911
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
Daily Downloads
Weekly Downloads
Monthly Downloads
Yearly Downloads
ffmpeg-progressbar-cli
ffmpeg-progressbar-cli is a colored progress bar for FFmpeg.
Simply use ffmpeg-bar
instead of ffmpeg
.
Contents
Installation
1$ npm install --global ffmpeg-progressbar-cli
Usage
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.
Examples
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
Configuration
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)
Example
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)
Example
1$> BAR_BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4
Requirements
Compatibility
Tested on
- macOS 10.13, 10.14 Beta
- Windows 10 1803
- Ubuntu 18.04
Contribute
Read the contribution documentation.
License
MIT
Author
sidneys 2018
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
- Info: project has a license file: LICENSE:0
- Info: FSF or OSI recognized license: MIT License: LICENSE:0
Reason
Found 0/7 approved changesets -- score normalized to 0
Reason
no SAST tool detected
Details
- Warn: no pull requests merged into dev branch
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
- Warn: no security policy file detected
- Warn: no security file to analyze
- Warn: no security file to analyze
- Warn: no security file to analyze
Reason
project is not fuzzed
Details
- Warn: no fuzzer integrations found
Reason
branch protection not enabled on development/release branches
Details
- Warn: branch protection not enabled for branch 'master'
Reason
27 existing vulnerabilities detected
Details
- Warn: Project is vulnerable to: GHSA-6chw-6frg-f759
- Warn: Project is vulnerable to: GHSA-v88g-cgmw-v5xw
- Warn: Project is vulnerable to: GHSA-93q8-gq69-wqmw
- Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275
- Warn: Project is vulnerable to: GHSA-gxpj-cx7g-858c
- Warn: Project is vulnerable to: GHSA-3gx7-xhv7-5mx3
- Warn: Project is vulnerable to: GHSA-qqgx-2p2h-9c37
- Warn: Project is vulnerable to: GHSA-2pr6-76vf-7546
- Warn: Project is vulnerable to: GHSA-8j8c-7jfh-h6hx
- Warn: Project is vulnerable to: GHSA-6c8f-qphg-qjgp
- Warn: Project is vulnerable to: GHSA-jf85-cpcp-j695
- Warn: Project is vulnerable to: GHSA-p6mc-m468-83gw
- Warn: Project is vulnerable to: GHSA-29mw-wpgm-hmr9
- Warn: Project is vulnerable to: GHSA-35jh-r3h4-6jhm
- Warn: Project is vulnerable to: GHSA-xf5p-87ch-gxw2
- Warn: Project is vulnerable to: GHSA-5v2h-r2cx-5xgj
- Warn: Project is vulnerable to: GHSA-rrrm-qjm4-v8hf
- Warn: Project is vulnerable to: GHSA-f8q6-p94x-37v3
- Warn: Project is vulnerable to: GHSA-vh95-rmgr-6w4m
- Warn: Project is vulnerable to: GHSA-xvch-5gv4-984h
- Warn: Project is vulnerable to: GHSA-8hfj-j24r-96c4
- Warn: Project is vulnerable to: GHSA-wc69-rhjr-hc9g
- Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw
- Warn: Project is vulnerable to: GHSA-mxhp-79qh-mcx6
- Warn: Project is vulnerable to: GHSA-cf4h-3jhx-xvhq
- Warn: Project is vulnerable to: GHSA-4xc9-xhrj-v574
- Warn: Project is vulnerable to: GHSA-x5rq-j2xg-h7qm
Score
1.7
/10
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