
Security News
Open Source Maintainers Demand Ability to Block Copilot-Generated Issues and PRs
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
A colored progress bar for FFmpeg. Simply use `ffmpeg-bar` instead of `ffmpeg`.
ff-cli is a colored progress bar for FFmpeg.
Simply use ffmpeg-bar
instead of ffmpeg
.
$ npm install --global ff-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.
$> ffmpeg-bar -i input.mp4 output.avi
$> ffmpeg-bar -i input.avi -b:v 64k -bufsize 64k output.avi
$> ffmpeg-bar -i in.mkv -map_metadata:s:a 0:g out.mkv
For configuration purposes, ff-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)
$> 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)
$> BAR_BAR_SIZE_RATIO=0.5 ffmpeg-bar -i in.mp4 output.mp4
Tested on
Read the contribution documentation.
GPL-3.0 or later
The ff-cli contributors are in the file AUTHORS.
FAQs
A colored progress bar for FFmpeg. Simply use `ffmpeg-bar` instead of `ffmpeg`.
The npm package ff-cli receives a total of 0 weekly downloads. As such, ff-cli popularity was classified as not popular.
We found that ff-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Open source maintainers are urging GitHub to let them block Copilot from submitting AI-generated issues and pull requests to their repositories.
Research
Security News
Malicious Koishi plugin silently exfiltrates messages with hex strings to a hardcoded QQ account, exposing secrets in chatbots across platforms.
Research
Security News
Malicious PyPI checkers validate stolen emails against TikTok and Instagram APIs, enabling targeted account attacks and dark web credential sales.