We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed8467 commit 90b868fCopy full SHA for 90b868f
auto_editor/edit.py
@@ -92,6 +92,8 @@ def set_audio_codec(
92
codec = "aac" if (src is None or not src.audios) else src.audios[0].codec
93
if codec not in ctr.acodecs and ctr.default_aud != "none":
94
return ctr.default_aud
95
+ if codec == "mp3float":
96
+ return "mp3"
97
return codec
98
99
if codec == "copy":
0 commit comments