B4A Question Record MP3/LibLame alternative - moster67 (first post)    Feb 11, 2019   (2 reactions) You could of course use my ffmpeg-encoder which can convert wave to mp3. There may be other alternatives.
If you are interested, send me a PM. B4J Question MP3 to wav conversion problem using Jave2 FFMPeg Library - Daestrum (first post)    Jul 18, 2023 It's probably not the cause, but you define the encoder as Enc1, but wait for Enc_Complete also Enc_Event. Should they not be Enc1 ? B4J Code Snippet On-the-fly snippet to convert video to audio file - jkhazraji    Sep 07, 2023   (8 reactions) *; import ws.schild.jave.encode.AudioAttributes; import ws.schild.jave.encode.EncodingAttributes; import ws.schild.jave.Encoder; import ws.schild.jave.MultimediaObject; import ws.schild.jave.info.MultimediaInfo; static public boolean convertV2A(String vFile, String aFile){ boolean succ B4A Library [lib] liblame MP3 encoder/decoder - Albert Lin (first post)    Nov 08, 2020 Hi Warwound
It's very nice of having this encoder. everything works good.
But I cause crash when encode .wav to .mp3 with API29.
It is fine with API22. Could you please tell me how to make it work with API29
All the best,
Albert Lin B4A Question Alternative to liblame MP3 encoder/decoder?? Error using sdk 29... - JohnC (first post)    May 20, 2021 I see you made another post, so I just wanted to link to it in case anyone finds this thread:
https://www.b4x.com/android/forum/threads/how-can-i-convert-a-wav-file-to-mp3-file-or-any-kind-of-compress-audio-type-using-sdk-29.130919/ B4A Question [Solved] Correct command for MobileFFmpeg to convert a wav file to mp3 - prbmjr    May 24, 2021 Hi everyone!
How the correct command to execute the library FFmpeg to convert a wav file to mp3?
I used this:
ffmpeg -i input-file.wav -vn -ar 44100 -ac 2 -b:a 192k output-file.mp3
but I had the follow error:
log: Automatic encoder selection failed for output stream #0:0. Default encoder for fo B4i Question Record MP3 - iCAB    Dec 08, 2017   (1 reaction) Hi All
I am looking for a way to compress an audio file.
Luckily with B4A, I was able to find this library (thanks to Martin) that converts a wave file to mp3 which did job for me.
https://www.b4x.com/android/forum/threads/lib-liblame-mp3-encoder-decoder.22969/#content
is there any solution tha B4A Question To record an audio in mp3 format - josejad (first post)    Mar 30, 2019 I think you have to record in .wav and then convert it to mp3, for example with
https://www.b4x.com/android/forum/threads/lib-liblame-mp3-encoder-decoder.22969/ B4A Question MP3 conversion error - uniplan    Dec 01, 2016 I have recorded an audio file in .wav format with AudioStreamer library.
I am able to correctly hear the .wav file produced.
I tried to convert the wav files to mp3 with liblameEncoder library.
I use this code:
Try
Dim LameEncoder As liblameEncoder
LameEncoder.Initialize("LameEncoder")
B4A Question convert wav to m4a?? - Erel (first post)    Aug 01, 2016 There is a mp3 encoder: https://www.b4x.com/android/forum/threads/lib-liblame-mp3-encoder-decoder.22969/#content I don't think that there is one for m4a. Page: 1   2   3   4   5   6   7   Powered by ColBERT |