Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bamnet-acts-as-timecode

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bamnet-acts-as-timecode

  • 1.0.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

ActsAsTimecode

A simple plugin to transform a field stored as seconds into a timecode in the format of HH:MM:SS.

The timecode can be set in any of the following formats: HH:MM:SS:FF HH:MM:SS MM:SS SS

Frames will be converted to seconds and rounded, based on the :fps value (default fps = 30)

Example

class Video < ActiveRecord::Base acts_as_timecode :column => :duration end

video.timecode = "01:23:45" video.duration = 5025

Copyright (c) 2009 Brian Michalski, released under the MIT license

FAQs

Package last updated on 11 Aug 2014

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc