{"id":21245588,"url":"https://github.com/videoflint/vitimelineview","last_synced_at":"2025-07-10T22:31:14.937Z","repository":{"id":56925650,"uuid":"159904208","full_name":"VideoFlint/VITimelineView","owner":"VideoFlint","description":"VITimelineView can represent any time base things. Made with fully customizable \u0026 extendable.","archived":false,"fork":false,"pushed_at":"2019-08-09T03:14:53.000Z","size":4730,"stargazers_count":53,"open_issues_count":3,"forks_count":11,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-26T05:02:36.301Z","etag":null,"topics":["avfoundation","timelineview","videoview"],"latest_commit_sha":null,"homepage":null,"language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VideoFlint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-12-01T03:15:00.000Z","updated_at":"2023-10-13T07:11:36.000Z","dependencies_parsed_at":"2022-08-21T06:20:13.007Z","dependency_job_id":null,"html_url":"https://github.com/VideoFlint/VITimelineView","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VideoFlint%2FVITimelineView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VideoFlint%2FVITimelineView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VideoFlint%2FVITimelineView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VideoFlint%2FVITimelineView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VideoFlint","download_url":"https://codeload.github.com/VideoFlint/VITimelineView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225658539,"owners_count":17503663,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["avfoundation","timelineview","videoview"],"created_at":"2024-11-21T01:55:58.467Z","updated_at":"2024-11-21T01:55:59.127Z","avatar_url":"https://github.com/VideoFlint.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VITimelineView \n\nVITimelineView can represent any time base things. Made with fully customizable \u0026 extendable.\n\n![](https://s1.ax1x.com/2018/12/01/FnETDf.jpg)\n\n## Usage\n\n**Simple demo**\n\nRepresent video frame's timeline using AVAsset\n\n```\nAVAsset *asset1 = ...;\nAVAsset *asset2 = ...;\n\nCGFloat widthPerSecond = 40;\nCGSize imageSize = CGSizeMake(30, 45);\n\nVITimelineView *timelineView =\n[VITimelineView timelineViewWithAssets:@[asset1, asset2]\n                             imageSize:imageSize\n                        widthPerSecond:widthPerSecond];\n[self.view addSubview:timelineView];\n```\n\n**Customize**\n\n1. Customize TimelineView see VITimelineView.h\n2. Customize single source's control view, see VIRangeView.h\n3. Customize source's content view, you can subclass VIRangeContentView, then add to VIRangeView.\n\n```\nVIRangeView *rangeView = ...;\nrangeView.contentView = \u003cAny Content View\u003e;\n```\n\nVIVideoRangeContentView is a subclass of VIRangeContentView.\n\n## Install\n\n**Cocoapods**\n\n```\npod 'VITimelineView'\n```\n\n**Manually**\n\nSimplely drag `Source` folder to you project\n\n## LICENSE\n\nUnder MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideoflint%2Fvitimelineview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvideoflint%2Fvitimelineview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvideoflint%2Fvitimelineview/lists"}