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

Avoid overriding "pipe" option with "quiet"

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open ArchieMeng requested to merge github/fork/ArchieMeng/master into master Apr 27, 2021
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 1

It is related to #195 (closed) #417 PR #417 has fixed the issue #195 (closed) , but overriding pipe_stdout and pipe_stderr options. There is a situation in my project where the video decoding subprocess need to mute stderr while piping frames via stdout to python process. With the current "quiet" implementation, the pipe_stdout will be muted.

In fact, this is still under testing, but reviews are welcome.

Signed-off-by: ArchieMeng archiemeng@protonmail.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/ArchieMeng/master