Encode audio data in node or browser
Encode audio with vorbis via emscripten!
Encode audio buffer streams to ogg opus.
A JavaScript port of [The "Quite OK Audio" (QOA) format](https://github.com/phoboslab/qoa), a lossy audio compression that achieves relatively decent compression with fast decoding and not much complexity. Also see [this](https://phoboslab.org/log/2023/02
Encode a URL to a percent-encoded form, excluding already-encoded sequences
encode audio buffers into a wav file in a worker
JS bindings for libopus 1.4, ported with emscripten
micromark utility to encode dangerous html characters
Fastest HTML entities encode/decode library.
a simple helper to encode audio file to mp3, hide all the complicated detail of lamejs
URL utilities for markdown-it
Small package to encode or decode IP addresses from buffers to strings.
A stricter URI encode adhering to RFC 3986
Optimise inline SVG with PostCSS.
Encode and decode base64 encoded strings
Encode and decode quoted-printable strings according to rfc2045
Visual encoding transforms for Vega dataflows.
Encodes a registry URL. Memoized.
Codecs for numbers of different sizes and endianness
Turn a string into an ArrayBuffer by using the UTF8 encoding.
Percent-encode characters in strings matching a regular expression
A library for recording opus encoded audio
micromark utility with a couple of typescript types
pipe function to record and encode audio from the browser
Ruby FFI Gem for the OPUS Audio Codec
Ruby FFI Gem for the CELT Audio Codec
Ruby code for encoding, decoding, and processing positional audio. This code accompanies my educational video series about sound.
Native Ruby bindings to libmp3lame via FFI. Encode audio to MP3 directly from Ruby without shelling out.
Video encoding/decoding with audio support using Rays and Beeps.
A Ruby FFI binding library for libvorbis and libvorbisenc, providing Vorbis audio codec encoding functionality.
Trim an audio or video file using ffmpeg - Works with all formats supported by ffmpeg, including mp3, mp4, mkv, and many more. - Seeks to the nearest frame positions by re-encoding the media. - Reduces file size procduced by OBS Studio by over 80 percent. - Can be used as a Ruby gem. - Installs the 'trim' command. When run as a command, output files are named by adding a 'trim.' prefix to the media file name, e.g. 'dir/trim.file.ext'. By default, the trim command does not overwrite pre-existing output files. When trimming is complete, the trim command displays the trimmed file, unless the -q option is specified Command-line Usage: trim [OPTIONS] dir/file.ext start [[to|for] end] - The start and end timecodes have the format [HH:[MM:]]SS[.XXX] Note that decimal seconds may be specified, bug frames may not; this is consistent with how ffmpeg parses timecodes. - end defaults to end of the audio/video file OPTIONS are: -d Enable debug output. -f Overwrite output file if present. -h Display help information. -v Verbose output. -V Do not @view the trimmed file when complete. Examples: # Crop dir/file.mp4 from 15.0 seconds to the end of the video, save to demo/trim.demo.mp4: trim demo/demo.mp4 15 # Crop dir/file.mkv from 3 minutes, 25 seconds to 9 minutes, 35 seconds, save to demo/trim.demo.mp4: trim demo/demo.mp4 3:25 9:35 # Same as the previous example, using optional 'to' syntax: trim demo/demo.mp4 3:25 to 9:35 # Save as the previous example, but specify the duration instead of the end time by using the for keyword: trim demo/demo.mp4 3:25 for 6:10
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.
No description provided.