Closed dikkedeur closed 7 years ago
are you missing libmp3lame?
that was indeed the problem.
apt-cache policy libmp3lame-dev
libmp3lame-dev:
Installed: (none)
Candidate: 3.99.5+repack1-9build1
Version table:
3.99.5+repack1-9build1 500
installed it now.. i will do the proces again.
well that was not the problem, still same error. i wonder is it a big problem if those what is it 4 files are not encoded?
most browsers will probably just don't play them if asked to.
4 .. files? where did you get that number
find -name "*.wav" | xargs -I % sh -c 'ffmpeg -hide_banner -y -i "%" -acodec libvorbis "%.ogg"; rm "%";' && find -name "*.mp3" | xargs -I % sh -c 'ffmpeg -hide_banner -y -i "%" -f mp3 -acodec libmp3lame "%.mp3"; rm "%";'
I think there must be and -f flag before "mp3 -acodec libmp3lame"
you are right. sorry about that...
so, even with this correction it still doesn't work?
tried it again with the new method, it seems that everything gets encoded. so thats great.
i am currently reencoding the wav files. seems that everything works well but on the last end this error pops up.
it looks like this in the console.
i dont know if its something you can control or that it is a ffmpeg problem. it seems ( it went very fast ) that only these are affected..