samrjiang / QTimeLine

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QTimeLine

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

Fuctions

  • 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

About

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

License:GNU General Public License v3.0


Languages

Language:Python 100.0%