You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HI Team,
It's an awesome product which am looking for. Its very light weight.
But unfortunately it's not working. Am not sure why.
Whatever the valid input am giving it says the file generated with zero bytes.
Am trying to convert a .wav file to .mp3 file
This is sample using
Transcoder.transcode("C:\sample.wav", "sample.mp3", DefaultAttributes.MP3_128KBS_MONO_44KHZ);
Please let me know, if i am missing anything
The text was updated successfully, but these errors were encountered:
Hi @sarvesh
I’ve faced the same issue in the past for some files. I’ve managed to “fix it” by using a newer version of the ffmpeg executable!
You can try downloading it and adding it to your system path. In alternative you can try changing the executable included in the jar itself...
HI Team,
It's an awesome product which am looking for. Its very light weight.
But unfortunately it's not working. Am not sure why.
Whatever the valid input am giving it says the file generated with zero bytes.
Am trying to convert a .wav file to .mp3 file
This is sample using
Transcoder.transcode("C:\sample.wav", "sample.mp3", DefaultAttributes.MP3_128KBS_MONO_44KHZ);
Please let me know, if i am missing anything
The text was updated successfully, but these errors were encountered: