
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Welcome to VeeStream, the command-line companion you never knew you needed! With its power, you can convert videos effortlessly into various resolutions and generate HLS playlists for seamless streaming on the web. Whether you're a developer optimizing video streams or someone who just wants a quick way to prepare videos for multi-quality playback, VeeStream has your back.
VeeStream is a CLI tool designed to:
.m3u8
files and a master playlist for adaptive streaming.In short, it takes your video file and prepares it for modern streaming needs, allowing users to choose their desired quality while streaming online.
First, ensure you have Node.js and FFmpeg installed.
Then install VeeStream globally via npm:
npm install -g veestream
Boom! You're all set.
Using VeeStream is as simple as having a video file and a goal in mind. Here’s how you can start:
veestream -i <input-video-file> -o <output-directory>
Option | Description |
---|---|
-i, --input <file> | Input video file (e.g., video.mp4 ). |
-o, --output <dir> | Output directory for converted files. |
-a, --aspect-ratio | Aspect ratio: 16:9 (landscape) or 9:16 (portrait). |
Convert movie.mp4
to multiple resolutions and store the output in the streaming-files
folder:
veestream -i movie.mp4 -o streaming-files -a 16:9
If you don’t provide certain options, VeeStream will interactively guide you through the process. For instance, it will:
Here’s what happens under the hood:
.m3u8
playlist, and a master playlist (playlist.m3u8
) ties it all together for adaptive streaming.Example Output Structure:
streaming-files/
├── 144p.m3u8
├── 240p.m3u8
├── 360p.m3u8
├── 480p.m3u8
├── 720p.m3u8
├── 1080p.m3u8
├── 144p_001.ts
├── 240p_001.ts
├── ...
└── playlist.m3u8
VeeStream uses the magic of FFmpeg to handle video conversion. Each resolution is encoded with:
.ts
files) for efficient streaming.The master playlist (playlist.m3u8
) ensures adaptive streaming. Users can switch between resolutions based on their internet speed.
If you’ve ever struggled with setting up video streams or faced complaints like "Why isn’t there a quality option on my video player?", VeeStream is here to save your day. It bridges the gap between technical complexities and simple implementation.
Also, let’s be honest, as do you really want to write FFmpeg commands manually? (Hint: The answer is "No.")
Did you know that if you watch videos at 144p, you’re saving your internet for future generations? Okay, maybe not. But now you can tell your users they have the option!
VeeStream is open-source and free to use under the MIT License.
We’d love your help to make VeeStream even better! Check out our GitHub repo to get started:
Reach out or file an issue on GitHub. Let’s make video streaming a breeze for everyone.
Happy streaming! 🎥✨
FAQs
A CLI tool for generating React components
The npm package veestream receives a total of 5 weekly downloads. As such, veestream popularity was classified as not popular.
We found that veestream demonstrated a healthy version release cadence and project activity because the last version was released less than 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
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.