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

added yuvj420p format for to_ndarray

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Ihor Liubymov requested to merge github/fork/mastak/feature/yuvj420p into develop Dec 19, 2019
  • Overview 3
  • Commits 1
  • Pipelines 0
  • Changes 2

yuvj420p has the same shape as yuv420p. The difference in color ranges:

  • yuv420p according to rec 709 (https://en.wikipedia.org/wiki/Rec._709#Digital_representation) has a nominal range of [16..235] for Y channel and CB and CR channels have a nominal range of [16..240]. rec 601 has limited ranges also. It's main recommendations for yuv420p (https://en.wikipedia.org/wiki/YUV)

  • yuvj420p like I420, but with a full range ("digital", 0-255) (https://wiki.videolan.org/YUV#J420)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/mastak/feature/yuvj420p