Skip to content

Pythonize #6

Description

@peteruhrig

The current version looks more like a shell script than a Python script:

  • importing ffmpeg but then it is actually using subprocess calls to the command line ffmpeg
  • for the fsgan_cmd, an external script is called with "python3 ..." via a subprocess call
  • same is true of the audio_cmd

I'm not sure all of this is problematic, and the command line interfaces of some of the dependencies used may be more stable than calling functions directly, but it sure looks very odd.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions