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
  • !1103
An error occurred while fetching the assigned milestone of the selected merge_request.

Add documentation

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon-Martin Schröder requested to merge github/fork/moi90/fix-1004 into main 2 years ago
  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 2

Closes #1004

Compare
  • version 1
    deb4d3e7
    2 years ago

  • main (HEAD)

and
  • latest version
    deb4d3e7
    1 commit, 2 years ago

  • version 1
    deb4d3e7
    1 commit, 2 years ago

2 files
+ 4
- 0

    Preferences

    File browser
    Compare changes
av/con‎tainer‎
core‎.pyx‎ +1 -0
outpu‎t.pyx‎ +3 -0
av/container/core.pyx
+ 1
- 0
  • View file @ 2cdf5946

  • Edit in single-file editor

  • Open in Web IDE


@@ -365,6 +365,7 @@ def open(file, mode=None, format=None, options=None,
``url`` is the url to open, ``flags`` is a combination of AVIO_FLAG_* and
``options`` is a dictionary of additional options. The callable should return a
file-like object.
:rtype: Container
For devices (via ``libavdevice``), pass the name of the device to ``format``,
e.g.::
av/container/output.pyx
+ 3
- 0
  • View file @ 2cdf5946

  • Edit in single-file editor

  • Open in Web IDE


@@ -53,6 +53,9 @@ cdef class OutputContainer(Container):
Examples for video include ``24``, ``23.976``, and
``Fraction(30000,1001)``. Examples for audio include ``48000``
and ``44100``.
:param template: Copy codec from another :class:`~av.stream.Stream` instance.
:param dict options: Stream options.
:param \\**kwargs: Set attributes of the stream.
:returns: The new :class:`~av.stream.Stream`.
"""
0 Assignees
None
Assign to
0 Reviewers
None
Request review from
Labels
0
None
0
None
    Assign labels
  • Manage project labels

Milestone
No milestone
None
None
Time tracking
No estimate or time spent
Lock merge request
Unlocked
0
0 participants
Reference:
Source branch: github/fork/moi90/fix-1004

Menu

Explore Projects Groups Snippets