TarsosTranscoder icon indicating copy to clipboard operation
TarsosTranscoder copied to clipboard

Not working

Open sarvesh opened this issue 7 years ago • 1 comments

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

sarvesh avatar Aug 23 '18 20:08 sarvesh

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...

jfcabral avatar Aug 23 '18 21:08 jfcabral