[FFmpeg-user] Audio transcoding with hardware acceleration

2022-06-02 Thread james young via ffmpeg-user
Hi,I am working on a software which converts the audio to mp3 with 8k bitrate using ffmpeg. The audio can be of any codec and the output will be mp3. This conversion takes longer time to finish for codecs like opus. So I am intending to use the gpu based machines to speed it up. So far i have tr

Re: [FFmpeg-user] Audio transcoding with hardware acceleration

2022-06-03 Thread Nikita Zlobin
In Thu, 2 Jun 2022 18:51:23 + (UTC) james young via ffmpeg-user wrote: > Hi,I am working on a software which converts the audio to mp3 with 8k > bitrate using ffmpeg. The audio can be of any codec and the output > will be mp3. This conversion takes longer time to finish for codecs > like opus