Skip to content

Commit

Permalink
Merge pull request #769 from NFAcz/master
Browse files Browse the repository at this point in the history
Added pcm_s24le codec
  • Loading branch information
tburrows13 authored Apr 22, 2018
2 parents 497c852 + 39f343d commit 9691175
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 9691175

Please sign in to comment.