![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.