New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

lrc-offset

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lrc-offset

LRC lyrics timestamp offset tool.

latest
npmnpm
Version
1.3.4
Version published
Maintainers
0
Created
Source

lrc-offset

LRC lyrics timestamp offset tool.

Usage

Depends on the ffmpeg toolkit

npm install lrc-offset -g


# input lyric type file offset 0.25 seconds output music-out.lrc
lrc-offset music.lrc -s 0.25 -o music-out.lrc

# input embed type file offset -0.5 seconds output template file
lrc-offset music.mp3 -s -0.5 -o 

Help

Usage: lrc-offset [options] [command] <input>

LRC lyrics timestamp offset tool.

Arguments:
  input                      input source

Options:
  -V, --version              output the version number
  -t, --type <type-keyword>  input type(lyric | embed | other | auto)
  -s, --offset <offset>      lyrics timestamp offset( value: second )
  -o, --output [path]        output file
  -c, --convert [format]     output conversion format
  --save [isSave]            do you want to save the changes
  --show-diff [isShowDiff]   show diff information
  -h, --help                 display help for command

Commands:
  export-before-save         do you want to save the changes

FAQs

Package last updated on 22 Dec 2024

Did you know?

Socket

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.

Install

Related posts