Skip to content

A PyQt5 Widget that provides a timeline to use in video edition apps

License

Notifications You must be signed in to change notification settings

asnunes/QTimeLine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

QTimeLine

PyQt5 QTimeLine is an custom widget that provide a timeline fuction.

Functions

  • Create a scalable timeline.
  • Add video samples.
  • Handle video samples selection.

Requirements

  • Python 3.X
  • PyQt5

How to use

Just clone it and import to your aplication.

Example

qtimeline = QTimeLine(360) # Creates an 360/60 = 6 minutes long timeline