Dear all,
I am converting m4a files in my folder to amr using the following batch command.
for %%a in ("*.*") do ffmpeg -i "%%a" -ar 8000 -ab 12.2k "amrfiles\%%~na.amr"
it gives me error Unknown encoder 'amr_nb'
I listed the codecs using ffmpeg -codecs.
it shows
D.A.L. amr_nb AMR-NB (Adaptive Multi-Rate NarrowBand) (decoders: amrnb )
D.A.L. amr_wb AMR-WB (Adaptive Multi-Rate WideBand) (decoders: amrwb )
Kindly help how to overcome this error
Regards
kamalakar
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 4 of 4
Thread
-
-
see step 3 - https://stackoverflow.com/questions/41144655/how-to-convert-audio-m4a-to-audio-amr-on-os-x
try adding audio.amr after -ab 12.2k -
Thanks a lot for the help.with your suggestion i started working weather it works for all names of files. the files names i having are a mix of telugu and english characters. hence it is giving challenge. when i made them simple just worked fine. i need to understand how to make UTF-8 on my dos command
-
To enable Telugu Character i used chcp 65001
It is working fine now.
Appreciate your help in making me to relook at my challenge
Similar Threads
-
yt-dlp "no video formats found" error on mpd (even with --allow-u on)
By qwertiio in forum Video Streaming DownloadingReplies: 8Last Post: 30th Jul 2022, 07:51 -
Help: ERROR: fragment 1 not found, unable to continue
By dzigelbaum in forum Video Streaming DownloadingReplies: 2Last Post: 25th May 2022, 12:01 -
eac3to - don't found qaac and ffmpeg
By maudit in forum Newbie / General discussionsReplies: 1Last Post: 16th Mar 2022, 12:33 -
FFMpeg "Command Not Found" on terminal line
By Maurice725 in forum MacReplies: 6Last Post: 7th Oct 2021, 09:37 -
small squares found next to subtitle burnt by ffmpeg
By senderj in forum SubtitleReplies: 8Last Post: 9th Jul 2021, 11:15