![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.
Pyvid is a package that shrinks video files using defaults on ffmpeg to get high quality and low file size. Works best on 1080p videos.
$PATH
environment variable.Install as global executable
pip install --user pyvid
The most basic usage is as follows:
pyvid PATH
where PATH
is a file or directory. If PATH
is a directory, it will look for video files. Converted videos are placed in a converted/
subfolder.
The following
pyvid files -e ext1,ext2
will convert all .ext1
and .ext2
files in directory files/
to output directory files/converted/
.
Usage: pyvid [OPTIONS] PATH
Convert video(s) in specified path.
Options:
-e, --ext TEXT Comma seperated list of file extension(s) to look for
-y, --force A single count disables per-video prompts. A count of 2
disables all prompts.
-d, --rem Delete source video files
--version Show the version and exit.
--help Show this message and exit.
FAQs
Video shrinker that uses ffmpeg.
We found that pyvid 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.