Convert a human readable duration string to a duration format
Parse duration strings to milliseconds
convert a human readable duration string to ms
Parse duration strings to milliseconds
A simple utility to parse a duration string into milliseconds number.
Small wrapper around ms to parse a duration
Parses string representations of time into milliseconds
## 1 hour 20 minutes in milliseconds
Parse ISO 8601 Duration(PnYnMnDTnHnMnS syntax)
[](DEPENDENCIES.md)
Parse webm files into individual sections, edit the sections, and compile the file from edited sections back together
ISO-8601 duration parsing and serialization
navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
A simple utility to parse human-readable duration strings into milliseconds.
Delay execution for a given duration
Parse an ISO 8601 duration to milliseconds
Functions for working with durations.
Parse a duration string into an object.
Convert millisecond durations to English and many other languages.
Parse HTML character references
Small footprint URL parser that works seamlessly across Node.js and browser environments
JSON.parse with context information on error
JSON.parse with context information on error
utility library for parsing asn1 files for use with browserify-sign.
Parses a duration from a string.
Rust port to Golang parse duration.
Parses a duration from a string. Fork with security fix.
Parse human strings and ISO 8601 durations, perform arithmetic and comparison, and output to human-readable or ISO 8601 formats.
A tiny Ruby lib for parsing human format of time duration to numbers.
Simple utility for parsing durations from strings and comparing them. Basic math is also supported.
This gem is a Logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program
Parse and format durations like '2h', '1.5d', '3w', '500ms' into milliseconds and back.
A simple gem to parse minutes into a readable format using ruby-duration.
Models construction, parsing and formatting durations in hh::mm::ss format
Wobbly is a simple Ruby library that parses shorthand relative date and time duration strings, making it easy to specify durations like '1h2m' (1 hour, 2 minutes) or '5Y' (5 years) in a concise format.
Convert timestamps to readable strings like '3 hours ago' and parse duration strings like '2h 30m' into seconds. Includes timeago, duration formatting, duration parsing, contextual dates, and date range formatting.
A parser for event timings and schedules
Presume is the only open-source Applicant Tracking System technology for Ruby-on-Rails developers. It works for parsing resumes into the CVSTOM.org resume format, Section >> Header >> Bullets. It then takes an intake of skills or positions, and the minimum experience duration for each skill and position
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.