Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • F ffmpeg-python
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 402
    • Issues 402
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 34
    • Merge requests 34
  • 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
  • Karl Kroening
  • ffmpeg-python
  • Merge requests
  • !286

Duplicate parameters can be set in kwargs with an iterator

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged cmehay requested to merge github/fork/cmehay/duplicate_parameters into master Oct 31, 2019
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 2

For instance, add multiple streamid in the output can be done like this:

ffmpeg.input(url).output('video.mp4', streamid=['0:0x101', '1:0x102'])

will output this command line ffmpeg -i video.mp4 -streamid 0:0x101 -streamid 1:0x102 video.mp4

Related to #285 (closed)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/cmehay/duplicate_parameters