
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A CLI wrapping ffmpeg to upscale/downscale videos.
This CLI depends on ffmpeg: https://ffmpeg.org/
Make sure ffmpeg and ffprobe commands are available.
npm install -g ffscale
# basic
ffscale --output output.mp4 --height 720 input.mp4
# glob input, non-video files are skipped automatically
ffscale --output output.mp4 --height 720 *
# use percentage
ffscale --output output.mp4 --height 50% input.mp4
# use --short-side instead of --height
ffscale --output output.mp4 --short-side 720 input.mp4
# upscale
ffscale --output output.mp4 --height 1080 --direction up input.mp4
# output to a different directory
ffscale --output "{dir}720/{name}{ext}" --height 720 input.mp4
# shorthand
ffscale -s 720 *
Full documentation: https://github.com/eight04/ffscale/blob/master/index.mjs#L12
0.3.1 (Jan 28, 2025)
--delete option.0.3.0 (May 3, 2024)
0.2.0 (May 1, 2024)
0.1.2 (Mar 29, 2024)
codec_type instead of bit_rate.0.1.1 (Mar 18, 2024)
0.1.0 (Mar 4, 2024)
FAQs
A CLI wrapping ffmpeg to upscale/downscale videos.
We found that ffscale demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.