Tagged Questions
0
votes
0answers
149 views
ffmpeg conversion from wma to ogg does not work
I'm trying to convert wma to ogg, using ffmpeg. However, both using the vorbis or libvorbis encoder (not sure which one I should use), this fails. Using arch linux.
ffmpeg -i test.wma -acodec vorbis ...