Skip to content

Conversation

@Sam-Seaberry
Copy link

Changed: in Utils.py -> get_encoder_name, get_player_name, get_prober_name
Added: in Utils.py -> detect_binary

If FFMPEG is not added to path, there is no way for users to set the FFMPEG location explicitly. This change allows users to do so via environment variables. Unsure if this is the optimal way to achieve this.

Note: to work, users must set environment variables before importing pydub

Changed: def get_encoder_name, get_player_name, get_prober_name
Added: detect_binary

If FFMPEG is not added to path, there is no way for users to set the FFMPEG location explicitly. This change allows users to do so via environment variables. Unsure if this is the optimal way to achieve this. 

Note: to work, users must set environment variables before importing pydub
Caused by use of f"..." instead of "...".format (python 2.7 allowed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant