A JavaScript module for manipulating SMPTE timecodes
JavaScript implementation of SMPTE timecode type
TypeScript definitions for smpte-timecode
Simple React component for displaying a timecode with various format options.
Encode and Decode Linear Timecode
A ES6 JavaScript module for working with SMPTE timecode
Telly - SMPTE timecode plugin
No description provided.
A typescript timecode converter
A `Timecode` utility class for working with SMPTE timecode.
Convert milliseconds to timecode unit
A TypeScript / JavaScript library for parsing and manipulating SMPTE timecodes and frame rates.
timecode input
Scans timecode snapshots
Add timecode to 24p video file based on creation time.
Modern TypeScript library for broadcast timecode conversions with full SMPTE drop-frame support
Trigger event at specific timecode
Creates a "Timecode" class, which enables quick conversion between Timecodes and Seconds (ex: "1h34m" -> 5640)
> **IMPORTANT NOTICE:** This is a fork of the original timecode-converter library made by pietrop, updated to be compatible with Node.js 22 and more modern versions of Node. The original library was designed for Node 12 and has not been updated to work wi
Convert and re-time subtitles locally — SRT ⇄ WebVTT, shift, scale, resync drift, fix overlaps. Exact millisecond timecode math, zero dependencies, no upload.
Time in seconds to a formatted timecode string.
Timecode.dev's TypeScript-first timecode library
SMPTE timecode arithmetic — parse, format, convert, drop-frame. Rust core compiled to WASM.
```sh yarn add timecode-emitter ```
library to manipulate timecode
LTC and VITC timecode reading and writing for OxiMedia
A SMPTE timeoce library for Rust
Library for SMPTE timecode manipulation
A pure Rust no_std library for decoding and encoding timecode in real-time
SMPTE timecode arithmetic — parse, format, convert, drop-frame
Cross-platform lib for multimedia processing in studios.
Cut and concatenate video clips without reencoding
A Rust-based parser that processes .srt (SubRip Subtitle) files and converts them into a structured data format
Professional audio routing and patching system for OxiMedia
Time synchronization and media clock management
Professional audio post-production suite: ADR, Foley, sound design, mixing, restoration
Timecode value class
Value class for SMPTE timecode information
Timecodes may be used to describe single, definite times or multiple, even random times.
A library to support drop-frame and non-drop-frame timecodes
ActsAsTimecode provides a timecode field, converting a duration to HH:MM:SS:FF
Timecode parsing
Given a time in seconds it returns a formatted timecode (hh:mm:ss) and given a formatted timecode it returns the total time in seconds
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.