On 18-7-2019 14:37, Robert Keir <robe...@smithpower.co.za> wrote:
> I need to convert an MP3 to OGG (opus codec). I need to execute this (below)
> in PHP.
>
> ffmpeg -i filename.mp3 c:a libopus newfilename.ogg
>
> Is this correct?

Except for the dash you forgot ( -c:a libopus) this is indeed a very basic 
conversion to opus.

In general converting a lossy format to another (mp3 to opus) is frowned upon.
It's recommended to convert the original lossless format (wav, flac, etc) if 
you still have it.

-- Reino
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to