Hi,
I have to congratulate you for this project. JMF really needed a little help. I just wanted to know wether it's possible to play .ogg files with fobs. If so what do I have to compile to get it working ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yeah, I agree with you... JMF wasn't too useful, specially in Mac platforms (Linux got a native libary recently).
Anyway.... About .ogg support. FFmpeg library supports .ogg files using libvorbis and libogg. The way to include .ogg support in fobs is to install these two libs before compiling ffmpeg. When you do the configure step of ffmpeg, it will warn about the codecs it will install... Check that this script has correctly detected your installation of libvorbis and libogg. Then, you just have to rebuild ffmpeg and after that Fobs.
I'm currently working in Fobs-0.3. I will try to include binaries with all the ffmpeg codecs I can. I hope it helps you and other people.
Thanks for using fobs. Cheers!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have to congratulate you for this project. JMF really needed a little help. I just wanted to know wether it's possible to play .ogg files with fobs. If so what do I have to compile to get it working ?
Hi,
Yeah, I agree with you... JMF wasn't too useful, specially in Mac platforms (Linux got a native libary recently).
Anyway.... About .ogg support. FFmpeg library supports .ogg files using libvorbis and libogg. The way to include .ogg support in fobs is to install these two libs before compiling ffmpeg. When you do the configure step of ffmpeg, it will warn about the codecs it will install... Check that this script has correctly detected your installation of libvorbis and libogg. Then, you just have to rebuild ffmpeg and after that Fobs.
I'm currently working in Fobs-0.3. I will try to include binaries with all the ffmpeg codecs I can. I hope it helps you and other people.
Thanks for using fobs. Cheers!