npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

vid4web

v0.2.0

Published

Video converter to convert any video to a web ready format using FFMPEG

Downloads

10

Readme

Vid4Web

Convert your videos to ready to play videos for Internet.

(c) 2018 Alfonso Saavedra "Son Link"

Under the GPlv3 License or upper.

How to use

Install from NPMJS

npm install -g vid4web

Local

Clone the repo or download the last release and uncompress, open a terminal and type:

npm install .

This install all dependencies. For run type:

node .

or install globally:

npm install -g vid4web

Node modules used:

F.A.Q.S:

  • What is the output format? At the moment only mp4, but i add in nexts release WebM

  • I only select 3 resolutions. Is posible to add custom resolution? Not at the moment. I add the 3 popular resolutions. Under 480p (858x480) the video is small, and upper 1080p (1920x1080) the video size is too big. Maybe in the future i add custom fields for resolution, video bitrate, etc.

  • What Operative Systems support? It's avaliable for GNU/Linux, Windows and MacOS, but i do not use the 2 lasts S.O. and i can upload precompiled versions for this systems.

  • What browser supports WebM and/or MP4?:

| browser | WebM | MP4 | |::|:----:|:---:| | Firefox | ✓ | ✓ | | Chrome | ✓ | ✓ | | Edge * | ✕ | ✓ | | Safari | ✕ | ✓ | | Opera Mini | ✕ | ✓ |

* Edge only support WebM with the VP9 video codec.