Skip to content
GitLab
    • Explore Projects Groups Snippets
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
  • !732

Stream copy from template

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Alex Hutnik requested to merge github/fork/alexhutnik/stream-copy-from-template into develop 4 years ago
  • Overview 2
  • Commits 129
  • Pipelines 1
  • Changes 150

Addresses issue #730 (closed) and #507 (closed). When adding a stream via a template, look up the encoder via the template codec's id, consistent with Transcoding.c in the ffmpeg source: https://github.com/FFmpeg/FFmpeg/blob/66deab3a2609aa9462709c82be5d4efbb6af2a08/doc/examples/transcoding.c#L149

Loading
Loading

Activity


  • Jeremy Lainé
    Jeremy Lainé @jlaine started a thread on commit 72b07560 3 years ago
    Last updated by Alex Hutnik 3 years ago
    include/libavcodec/avcodec.pxd
    116 116 AVDISCARD_NONKEY
    117 117 AVDISCARD_ALL
    118 118
    119 cdef enum AVChromaLocation:
    • Jeremy Lainé
      Jeremy Lainé @jlaine · 3 years ago
      Contributor

      Why all the new enums?

    • Alex Hutnik
      Alex Hutnik @alexhutnik · 3 years ago
      Author

      Sorry, just saw this. My GitHub notifications are a mess.

      I had to add them because of the declared types in this method: https://github.com/PyAV-Org/PyAV/blob/1213f02dc28a14aa803753a8b57f9eae9e07604a/include/libavcodec/avcodec.pxd#L533

  • Jeremy Lainé added changes requested label 3 years ago

    added changes requested label

  • Administrator restored source branch github/fork/alexhutnik/stream-copy-from-template 2 years ago

    restored source branch github/fork/alexhutnik/stream-copy-from-template

Please register or sign in to reply
0 Assignees
None
Assign to
0 Reviewers
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
Lock merge request
Unlocked
participants
Reference:
Source branch: github/fork/alexhutnik/stream-copy-from-template

Menu

Explore Projects Groups Snippets