Skip to content

Plugin for VideoJS for showing current time and duration in 'broadcast' style: hh:mm:ss:ff

Notifications You must be signed in to change notification settings

miguelgrinberg/videojs-timecode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

videojs-timecode

Plugin for VideoJS for showing current time and duration in 'broadcast' style: hh:mm:ss:ff

Options:

  • PAL
  • PALp
  • NTSC
  • STANDARD

Requires jQuery, any version

Example of usage

Add this code after your videoJS video tag:

<script src="/Scripts/videojs/videojs.timecode.js"></script>
<script type="text/javascript">
    videojs("VideoPlayer").ready(function(){
    this.timecode({
	    timeFormat: 'PAL'
	    });
    });
</script>

About

Plugin for VideoJS for showing current time and duration in 'broadcast' style: hh:mm:ss:ff

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%