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

Add support r_rate from ffmpeg r_frame_rate

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge github/fork/KengoSawa2/develop into develop Dec 26, 2018
  • Overview 0
  • Commits 3
  • Pipelines 0
  • Changes 3

Created by: KengoSawa2

Hi Thank you great library!!

I am creating a tool to excel metadata with PyAV.

Current PyAV can refer to avg_frame_rate. However, when displayed with avg_frame_rate, it shows a value different from popular players. What I confirmed are Mac's QT player, VLC, djv, mediainfo.

Another problem. When trying to display "TC" by passing avg_frame_rate to the TimeCode library, it tends to be a strange value and it is difficult to use.

For the above two reasons, I think it would be more convenient to make it possible to access r_frame_rate with PyAV.

#319 (closed) may be somewhat related(reason is different from me)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/KengoSawa2/develop