khamake icon indicating copy to clipboard operation
khamake copied to clipboard

Error on impossible audio conversion

Open RblSb opened this issue 1 year ago • 0 comments

By default wav => mp3+ogg is generated. With --ffmpeg ffmpeg, anything => mp4+ogg is generated.

Without --ffmpeg, but with specific encoder flags:

--ogg ffmpeg -nostdin -i {in} -b:a 96k -ar 44100 {out}: (wav or ogg or mp3 (lame)) => mp3+ogg

And if you add to --ogg aac: --aac ffmpeg -nostdin -i {in} -b:a 96k -ar 44100 {out}: (wav or ogg or mp3 (lame)) => mp4+ogg

RblSb avatar Aug 26 '24 23:08 RblSb