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

Allow arguments to be manually passed to ffmpeg/run wrappers

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/depau-forks/patch-2 into feature-1 May 26, 2017
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 1

Created by: depau

Makes this similar to what I proposed in #3, allowing users to, for example, nice down ffmpeg, run it as another user, etc.

['nice', '-n', '15', 'ffmpeg']
['sudo', '-u', 'restricteduser', 'ffmpeg']

P.S. This obviously does not catch unicode strings in py2 or bytes in py3 (though I'm not sure subprocess accepts them). I can add a condition to check for that but it seemed a bit exaggerated to me, who puts emojis in command lines?

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/depau-forks/patch-2