Skip to content

Post PyAV-Refactor: make sure pydub is only fed .wav or .raw files #3831

Closed
@behackl

Description

@behackl

If an pydub.AudioSegment is created from a file that is neither a .wav or .raw file, the library tries to interact with the ffmpeg CLI. Two possible resolutions:

  • Tell users they should have ffmpeg installed if they want support for non-.wav/.raw audio files 😢
  • ... or convert manually using pyav (as far as possible?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    issue:bugSomething isn't working... For use in issues

    Type

    No type

    Projects

    Status

    🆕 New

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions