Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P PyAV
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 37
    • Issues 37
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 26
    • Merge requests 26
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PyAV
  • PyAV
  • Merge requests
  • !8

Frame accurate seeking module

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/markreidvfx/master into master Oct 06, 2013
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 4

Created by: markreidvfx

I've had this sitting in a branch for quite along time, figured you might want to try it out. Its allows you to get any frame of a video stream you want, example. frame_100 = seek[100] would return frame 100 of the stream. I'm not really happy with it, but it works, not sure where to put it so I kept it a separate module. I currently only works with video.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/markreidvfx/master