
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
调用ffmpeg命令,解放双手~~
npm i vminfy --save-dev
要保证系统已安装ffmpeg
安装 homebrew ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
终端执行 brew install ffmpeg
安装成功后执行 ffmpeg -h 查看帮助文档并验证是否ffmpeg安装成功。
const tinify = require('vminfy');
vminfy({
src: '', // 源文件 (目前采取替换方式)
quality: '500k', //一般500k左右即可,人眼看不到明显的闪烁,这个是与视频大小最直接相关的;
width: '', //可定义视频的宽 such: 400
height: '', //可定义视频的宽 such: 225
command: '', //自定义ffmpeg命令 非必要不填
});
FAQs
A compressed video tool for Node
We found that vminify 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
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.