a-schild / jave2

The JAVE (Java Audio Video Encoder) library is Java wrapper on the ffmpeg project
GNU General Public License v3.0
1.2k stars 245 forks source link

mp3 can not convert to silk? #267

Open YWYONE opened 1 month ago

YWYONE commented 1 month ago

Requested output format 'silk' is not a suitable output format>

a-schild commented 1 month ago

The bundled 4.x versions of ffmpeg do't support the silk format. You can try to use your own ffmpeg binary which must have silk format support compiled in

YWYONE commented 1 month ago

Doesn’t ffmpeg used in all versions of jave2 support silk?