Convertio / convertio-php

Convertio APIs Client Library for PHP
254 stars 57 forks source link

convertio mp3 to ogg (OPUS) #22

Closed gvmauter closed 9 months ago

gvmauter commented 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" => "####",

]);

gvmauter commented 9 months ago

Instead of ogg you should use OPUS