a-schild / jave2

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

mp3 can not convert to silk? #267

Open YWYONE opened 6 months ago

YWYONE commented 6 months ago

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

a-schild commented 6 months 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 6 months ago

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