
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Convert videos into a format readable by the Whitewater Player Javascript library.
A command line utility that converts short videos a format that can be played on mobile websites with the Whitewater Player Javascript library.
→ Full Documentation <https://github.com/samiare/whitewater-encoder/wiki>
__
→ Whitewater Player <https://github.com/samiare/whitewater-mobile-video>
__ (needed to play videos)
→ Example Site <https://git.io/whitewater>
__
.. code:: bash
$ pip install whitewater
.. code:: bash
$ whitewater <file> [options]
$ whitewater (-h | --help | --version)
Example:
.. code:: bash
$ whitewater path/to/video.mp4
Options
::
--blocksize <size> The width/height of a single grid cell when
checking one frame against the previous one.
--grid <size> The size of the diffmap images in rows and
columns, not absolute pixels.
--quality <percent> JPEG quality setting.
--threshold <rms> RMS threshold for determining whether a
single cell of a frame is different from
the previous one.
--format <filetype> File format to save diffmap images as.
For a full explanation of what these do and when you might want to use
them, check `the
documentation <https://github.com/samiare/whitewater-encoder/wiki/Glossary>`__.
Python Module
-------------
Whitewater can also be used as a module in your own Python scripts. The ``Whitewater()`` class and its options are described in detail in the `full
documentation <https://github.com/samiare/whitewater-encoder/wiki>`__.
.. code:: python
from whitewater import Whitewater
video = Whitewater('path/to/video.mp4')
video.encode()
FAQs
Convert videos into a format readable by the Whitewater Player Javascript library.
We found that whitewater 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.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.