Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-12 Thread Krischan Keitsch
Am Montag, 12. Februar 2007 schrieb Kalle Vahlman: 2007/2/11, Krischan Keitsch [EMAIL PROTECTED]: After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace !

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-12 Thread Stefan Kost
hi, Krischan Keitsch wrote: After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! theoraenc bitrate=100 ! oggmux ! filesink

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-11 Thread Krischan Keitsch
After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! theoraenc bitrate=100 ! oggmux ! filesink location=target.ogg Well,

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora encoding

2007-02-11 Thread Kalle Vahlman
2007/2/11, Krischan Keitsch [EMAIL PROTECTED]: After failing to combine theora and tremor I played with the n800 web cam. Theora encoding can be done by (as example) gst-launch-0.10 v4l2src ! ffmpegcolorspace ! video/x-raw-yuv,width=640,height=480,framerate=30/1 ! theoraenc bitrate=100 ! oggmux

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-10 Thread Stefan Kost
Hi, there is http://bugzilla.gnome.org/show_bug.cgi?id=357055 which you could try. Stefan MoRpHeUz wrote: Hi ! If it is possible to let the tremor plugin do the audiodecoding, what would be the right gst-lanuch string? Changing vorbisdec for tremor in that line doesnt work because

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-10 Thread Krischan Keitsch
Am Samstag, 10. Februar 2007 schrieb Stefan Kost: Hi, there is http://bugzilla.gnome.org/show_bug.cgi?id=357055 which you could try. Stefan Hi Stefan I applied the patch. It compiled okay. However, gst-inspect will not register the tremor plug in anymore. Why is that? I also tried the

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-10 Thread Stefan Kost
Hi Krischan, Krischan Keitsch wrote: Am Samstag, 10. Februar 2007 schrieb Stefan Kost: Hi, there is http://bugzilla.gnome.org/show_bug.cgi?id=357055 which you could try. Stefan Hi Stefan I applied the patch. It compiled okay. However, gst-inspect will not register the tremor plug in

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-09 Thread MoRpHeUz
Hi ! If it is possible to let the tremor plugin do the audiodecoding, what would be the right gst-lanuch string? Changing vorbisdec for tremor in that line doesnt work because tremor expects application/ogg and vorbisdec expects audio/x-vorbis. So, the line below doesnt work... Gst gurus

Re: [maemo-developers] Ogg Vorbis and the N800

2007-02-08 Thread MoRpHeUz
This ogg files you're playing contain video ? I was just able to play audio until now... Best Regards, MoRpHeUz On 2/8/07, Krischan Keitsch [EMAIL PROTECTED] wrote: Am Donnerstag, 8. Februar 2007 schrieb Jae Stutzman: On 1/30/07, Simon Pickering [EMAIL PROTECTED] wrote: Files are here

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-08 Thread Krischan Keitsch
Am Donnerstag, 8. Februar 2007 schrieb MoRpHeUz: This ogg files you're playing contain video ? I was just able to play audio until now... Best Regards, MoRpHeUz Yes, I also build the theora plugin. I did a short test this morning: Theora and vorbis on n800 I transcoded the

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-08 Thread MoRpHeUz
Krischan, Can you provide the theora plugin for us, so I can do some tests also ? If we could use theora for video decoding and tremor for audio decoding would be wonderful ! =) We just need to make it (theora) also use vfp... Doing that we will be able to watch some streaming without the

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-08 Thread Krischan Keitsch
Am Donnerstag, 8. Februar 2007 schrieb MoRpHeUz: Krischan, Can you provide the theora plugin for us, so I can do some tests also ? Of course I could, but Simon Pickering already wrapped the plugins up to a archiv: http://people.bath.ac.uk/enpsgp/temp/vorbis-stuff.tar.gz Since we used the

Re: [maemo-developers] Ogg Vorbis and the N800 - Theora

2007-02-08 Thread MoRpHeUz
Of course I could, but Simon Pickering already wrapped the plugins up to a archiv: http://people.bath.ac.uk/enpsgp/temp/vorbis-stuff.tar.gz Since we used the same compiler flags it should be the same. That's perfect, already downloaded it! =) cycles than the floating point vorbis plugin. I

Re: [maemo-developers] Ogg Vorbis and the N800

2007-02-07 Thread Jae Stutzman
On 1/30/07, Simon Pickering [EMAIL PROTECTED] wrote: Files are here (including the ~12% load tremor gst plugin): http://people.bath.ac.uk/enpsgp/temp/vorbis-stuff.tar.gz Put the libgst*.so files in /usr/lib/gstreamer-0.10/ and the others in /usr/lib/, note that you may not need all of the

Re: [maemo-developers] Ogg Vorbis and the N800

2007-02-07 Thread Krischan Keitsch
Am Donnerstag, 8. Februar 2007 schrieb Jae Stutzman: On 1/30/07, Simon Pickering [EMAIL PROTECTED] wrote: Files are here (including the ~12% load tremor gst plugin): http://people.bath.ac.uk/enpsgp/temp/vorbis-stuff.tar.gz Put the libgst*.so files in /usr/lib/gstreamer-0.10/ and the

Re: [maemo-developers] Ogg Vorbis and the N800

2007-02-06 Thread Krischan Keitsch
Am Mittwoch, 31. Januar 2007 schrieb Simon Pickering: Hi as far as I can tell the n800 with the OMAP2420 processor has a vfp (vector floating point unit; see [1] ) Based on this I wanted to find out if vorbis could take advantage of this unit by default. To make it short: Yes

Re: [maemo-developers] Ogg Vorbis and the N800

2007-01-30 Thread Kalle Vahlman
2007/1/30, Krischan Keitsch [EMAIL PROTECTED]: Am Montag, 29. Januar 2007 09:08 schrieb Kalle Vahlman: 2007/1/29, Krischan Keitsch [EMAIL PROTECTED]: Hi as far as I can tell the n800 with the OMAP2420 processor has a vfp (vector floating point unit; see [1] ) Based on this I wanted to

RE: [maemo-developers] Ogg Vorbis and the N800

2007-01-30 Thread Simon Pickering
Hi as far as I can tell the n800 with the OMAP2420 processor has a vfp (vector floating point unit; see [1] ) Based on this I wanted to find out if vorbis could take advantage of this unit by default. To make it short: Yes it works - BUT it is just painful! [...] Conclusion:

RE: [maemo-developers] Ogg Vorbis and the N800

2007-01-29 Thread Simon Pickering
Conclusion: It works but the cpu load is high. Vorbis decoding takes almost 80% cpu. I also tried MPlayer 1.0rc1-maemo.8 which has the integer based Tremor decoder codec [4] nicely integrated. Tremor needs around 12% cpu for the same ogg file. (That is an expected scale up from the

Re: [maemo-developers] Ogg Vorbis and the N800

2007-01-29 Thread Kalle Vahlman
2007/1/29, Simon Pickering [EMAIL PROTECTED]: Conclusion: It works but the cpu load is high. Vorbis decoding takes almost 80% cpu. I also tried MPlayer 1.0rc1-maemo.8 which has the integer based Tremor decoder codec [4] nicely integrated. Tremor needs around 12% cpu for the same ogg