ilstam/FF-Multi-Converter

Add .opus support ?

hellscyth142 opened this issue · 1 comments

Is it possible to add support for converting to opus? The official opus tools can only convert from wav to opus, which means I have to use this program as a middle man. Inbuilt opus support would make converting go faster.

maz-1 commented

I think you can convert any format to opus from a single line of command with the help of pipes.
For example, convert flac to opus
flac -c -d input.flac | opusenc - output.opus