0.0.2 • Published 2 years ago

seconds-to-timestamp-cli v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

seconds-to-timestamp

test status

CLI-tool to Convert seconds to HH:MM:SS based on seconds-to-timestamp

Install

$ npm install --global seconds-to-timestamp-cli

Usage

Usage
  $ seconds-to-timestamp OR sts [seconds]

Options
  --hours, -h [Hours to convert to seconds]
  --minutes, -m [Minutes to convert to seconds]
  --seconds, -h [Seconds to accumulate]

Examples
  $ seconds-to-timestamp 773
  00:12:53
  $ youtube-dl --external-downloader ffmpeg --external-downloader-args "-ss $(sts 38) -t 5" -f best https://www.youtube.com/watch?v=reop2bXiNgk
  Downloading…

Licence

MIT © Johnie Hjelm