Dear all,
When I reduce the speed of an mp3 file using ffmpeg it is excellently working. but when i try to reduce the speed of amr file it is not working.
ffmpeg -i a1.mp3 -filter:a "atempo=0.6" b1.mp3
the command works very well with mp3 files.
but is not working with amr files.
ffmpeg -i a1.amr -filter:a "atempo=0.6" b1.amr
Duration: 00:00:32.34, bitrate: 6 kb/s
Stream #0:0: Audio: amr_nb (samr / 0x726D6173), 8000 Hz, mono, flt
Automatic encoder selection failed for output stream #0:0. Default encoder for f
ormat amr (codec amr_nb) is probably disabled. Please choose an encoder manually
.
Error selecting an encoder for stream 0:0
amr file it is not accepting so i zipped it and uploaded it
Kindly help me in giving the right code.
Regards
Kamalakar
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
Last edited by kamalakar108; 13th Jun 2024 at 23:28. Reason: amr file format not recognized.
-
Sounds like ffmpeg normally would use amr_nb, but since it's not present in your ffmpeg build, ffmpeg requests that you set another encoder.
You will need an ffmpeg version which supports amr encoding, see: https://ffmpeg.org/general.html#OpenCORE-AMR
Code:ffmpeg -encoders
users currently on my ignore list: deadrats, Stears555
Similar Threads
-
Reduce resolution with ffmpeg (and keeping bitrate)
By krelian in forum Video ConversionReplies: 8Last Post: 3rd Nov 2022, 05:49 -
MP4 file has video speed up part of the way through but audio does not
By the_steve_randolph in forum Newbie / General discussionsReplies: 37Last Post: 6th Sep 2021, 14:25 -
Audio mute to video and mixing audio file with FFMPEG
By mikoyuri in forum Newbie / General discussionsReplies: 1Last Post: 13th Mar 2021, 03:58 -
AMR file repair/recovery
By AMR in forum AudioReplies: 1Last Post: 5th Dec 2020, 20:28 -
FFMpeg merging audio files truncates output to shortest audio file
By Wayneos in forum Video ConversionReplies: 0Last Post: 3rd Jul 2019, 07:07