Closed gvmauter closed 9 months ago
How to convert mp3 file to ogg with OPUS codec? I use this code, but conversion occurs in Vorbis codec
$API->start( $file, 'ogg', [ 'audio' => ['codec' => 'opus'], "callback_url" => "####",
]);
Instead of ogg you should use OPUS
How to convert mp3 file to ogg with OPUS codec? I use this code, but conversion occurs in Vorbis codec
$API->start( $file, 'ogg', [ 'audio' => ['codec' => 'opus'], "callback_url" => "####",
]);