Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Not smart. Not comprehensive. Not guaranteed to work.
ffrich
is an FFmpeg progress formatter. It will attempt to display a
nice progress bar in the output, based on the raw ffmpeg
output, as
well as an adaptative ETA timer.
ffrich
is is not self-aware. Any argument given to the ffrich
command is transparently given to the ffmpeg
binary on
your system, without any form of validation.
ffrich <any_ffmpeg_command>
ffrich
can be used as a library: use the ffrich.main
function:
ffrich.main(argv=None, stream=sys.stderr, encoding=None, console=rich.console.Console):
argv: The arguments to pass to ffmpeg
, as an argument list.
stream: The stream to which to write the progress bar and the output messages.
encoding: The encoding of the terminal, used to decode the ffmpeg
output.
Defaults to locale.getpreferredencoding()
, or UTF-8 is locales
are not available.
console: The rich console object to output to.
Install from PyPI:
pip install ffrich
Install from Git:
pip install git+https://github.com/banksio/ffrich.git
FAQs
A simple progress bar for ffmpeg, written in Python using rich
We found that ffrich demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.