Skip to content

Commit

Permalink
Add flac extension
Browse files Browse the repository at this point in the history
  • Loading branch information
jonata committed Aug 31, 2024
1 parent 0f6f6d4 commit 53e9bb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions moviepy/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ def deprecated_func(*args, **kwargs):
"mp3": {"type": "audio", "codec": ["libmp3lame"]},
"wav": {"type": "audio", "codec": ["pcm_s16le", "pcm_s24le", "pcm_s32le"]},
"m4a": {"type": "audio", "codec": ["libfdk_aac"]},
"flac":{"type": "audio", "codec": ["flac"]}
}

for ext in ["jpg", "jpeg", "png", "bmp", "tiff"]:
Expand Down

0 comments on commit 53e9bb5

Please sign in to comment.