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

Add rgb48 and rgba64 pixel formats

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/apetrynet/add_pixel_formats into main Mar 05, 2021
  • Overview 1
  • Commits 4
  • Pipelines 0
  • Changes 2

Created by: apetrynet

Hi!

I was testing out PyAV for a dailies/deliveries tool I'm writing and I noticed there was no support for uint16 data type in the numpy integration. With the added pixel types this PR I'm able to create ProRes video files based on 16bit images and maintain image quality.

I only added support for the little endian formats as I know too little on the matter and (quite selfishly) I don't know if I need support for big endian..

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/apetrynet/add_pixel_formats