Skip to content

Commit

Permalink
Merge pull request #2218 from jonata/add-flac-extension
Browse files Browse the repository at this point in the history
Add flac extension
  • Loading branch information
OsaAjani authored Jan 10, 2025
2 parents b2c0cc5 + 53e9bb5 commit cb699b3
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 @@ -156,6 +156,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 cb699b3

Please sign in to comment.