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
  • !347

Add an example of a simple indexable video wrapper.

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/nlgranger/indexable_wrapper_example into develop Jul 14, 2018
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 1

Created by: nlgranger

This is only the code for the class, you can suggest how to turn this into a script if you have any idea to do so. Other requests to improve it are welcome of course.

The use case is people who want to avoid OpenCV which is quite big and tedious to install but still want to avoid loading complete videos when working on them. I think only PyAV offers that possibility but I find it low-level and difficult to use for this simple frame reading task. This wrapper should make it simpler for those interested.

Please double check the code if you plan to merge it, I am by no means an expert of ffmpeg.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/nlgranger/indexable_wrapper_example