Re: [FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-15 Thread Carl Eugen Hoyos
Am Do., 15. Dez. 2022 um 06:54 Uhr schrieb Govind Rathi : > It worked now but still I am not able to get the proper audio > after the conversion. > I am attaching you the raw file and the command The file contains stereo sound which is currently not supported for raw amr input files. > as well

Re: [FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-14 Thread Govind Rathi
Hi Carl, Just to dd more I have clone the git://source.ffmpeg.org/ffmpeg master branch from this repository. Please do let me know if I need to switch to any other branch to make it working properly. Thanks again for your help and support. On Thu, Dec 15, 2022 at 11:23 AM Govind Rathi wrote:

Re: [FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-14 Thread Carl Eugen Hoyos
Am Mi., 14. Dez. 2022 um 06:31 Uhr schrieb Govind Rathi : > Thank you very much for quick response. > But I am still facing the same issue after making the changes as you > suggested. Sorry for the wrong advice, please try: --enable-gpl --enable-version3 --enable-libmp3lame --enable-libtheora

Re: [FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-13 Thread Govind Rathi
Hi Carl, Thank you very much for quick response. But I am still facing the same issue after making the changes as you suggested. *>ffmpeg -f amrwb -ac 1 -i .raw -c:a libopencore_amrwb output.amr* ffmpeg version N-109417-g5a46647f00 Copyright (c) 2000-2022 the FFmpeg developers built

Re: [FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-13 Thread Carl Eugen Hoyos
Am Di., 13. Dez. 2022 um 08:57 Uhr schrieb Govind Rathi : > configuration: --enable-gpl --enable-version3 --enable-libmp3lame > --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 > --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb > --enable-libvo_amrwbenc

[FFmpeg-user] Getting Unknown encoder 'libopencore-amrwb'

2022-12-12 Thread Govind Rathi
Hi, I have installed the ffmpeg and configured as below - configuration: --enable-gpl --enable-version3 --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvo_amrwbenc