Skip to content

Commit

Permalink
add pcm_s24le codec
Browse files Browse the repository at this point in the history
  • Loading branch information
lsde authored Mar 1, 2018
1 parent 6b0710e commit 39f343d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moviepy/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def fdepr(*a, **kw):

'ogg': {'type':'audio', 'codec':['libvorbis']},
'mp3': {'type':'audio', 'codec':['libmp3lame']},
'wav': {'type':'audio', 'codec':['pcm_s16le', 'pcm_s32le']},
'wav': {'type':'audio', 'codec':['pcm_s16le', 'pcm_s24le', 'pcm_s32le']},
'm4a': {'type':'audio', 'codec':['libfdk_aac']}
}

Expand Down

0 comments on commit 39f343d

Please sign in to comment.