Displaying 20 results from an estimated 400 matches similar to: "Theora performance"
2008 Mar 26
3
Theora logo master
Hello
I would like to ask if it's possible to display Theora logo at
http://ronja.twibright.com/sw.php
I use Theora for automatically generated videos at
http://ronja.twibright.com/3d/
If yes can I please have the master of the logo? I cannot use the small logo you have
on the website.
Thanks,
Karel Kulhavy
2011 Jan 22
2
ffmpeg2theora multi-threading
Is there a way to use multi-threading with ffmpeg2theora? Pretty much any
type i'm ok with, including multi-threaded theora encoding or multi-threaded
ffmpeg decoding, or using half of my cpu cores on ffmpeg decoding and the
other half on theora encoding. Is there a way to do multithreaded thoera
encoding?
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2009 Apr 13
2
academic papers that promote theora
Are there any academic papers that promote theora?
I know of one, are there more?
Universal Multimedia Access and Open Standards
<http://www.t4p.no/t4p.no/conference/media/Vaaler.pdf>
tom_a_sparks
Please avoid sending me Word or PowerPoint attachments.
but instead use OpenDocument File Formats or
use OpenOffice
http://en.wikipedia.org/wiki/OpenDocument
2008 Jul 07
2
GSoC - Theora multithread decoder
Hi all,
I apologize to not keep you up to date to what is going on with my project.
Portavales has worked in a desk behind me and when we go to take coffee we
talk about the project. Second I didn't know we have to discuss weekly, it
was my fault. I should have read the rules. Sorry.
At the first month, I studied the code and the Theora Beta implementation.
The code is completely different
2011 Mar 18
3
alghorithm of working encoder in libtheora
Hi,
Is somewhere alghorithm description of encoder process implemented in
libtheora? May be some drafts? May be frame dataflow throw encoder stages?
PLEASE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/theora/attachments/20110318/c3e8e109/attachment.htm
2006 Jul 02
5
What goes to Hardware ?
Hi people,
As I said before: I did the IDCT to run on the FPGA.
My friends from university did the Reconstruction routines running on the FPGA.
I'm helping with the LoopFilter, and it is almost there.
(all VHDL)
I did a small profiling of the libTheora running on a Altera Stratix II device:
The processor used was the NIOS II with 8Kb of data and instruction
cache, branch prediction and
2006 May 30
2
16 bits, cast on idct function
Hi all,
Just a stupid question
The IDctSlow function on file idct.c has this line :
ip[0] = (ogg_int16_t)((_Gd + _Cd ) >> 0);
The ip[0] , _Gd and _Cd are of type ogg_int32_t
My question is:
The result of (_Gd + _Cd) can be a number with more than 16 bits ?
(yes, it can be because they are int32, but the algorithm could
guarantee something about that... I dont know...)
If
2008 Mar 25
0
No subject
Shows that as the MCU increases, the OpenMP extra overhead is
amortized and OpenMP becomes as fast as the pthreads implementation.
The last chart
http://lampiao.lsc.ic.unicamp.br/~piga/gsoc_2008/systime.png
Shows that both pthreads and OpenMP overhead decreases as what seems
to be a logarithmic function of the MCU size.
This was a great experiment, and from what I can conclude, the OpenMP
2007 Oct 02
3
Multi-Thread Theora Encoder
Hello,
I'm happy to announce I developed a Multi-Threaded version of the
Theora encoder. I changed the Motion Vector Search part of the
algorithm to be executed in parallel.
I've chosen the Motion search part after a careful set of profilings
that shown that the Motion Vector Search is responsible by 70% of
CPU-time on average and up to 95% of CPU-time in some cases. I also
have chosen
2007 May 07
2
Theora running on FPGA
Great news! Theora is running on FPGA.
After almost a year of a great effort we have Theora validated on
FPGA. Now I will try to integrated the hardware with a video
controller to see the video!
I completely implemented the ExpandBlock, CopyRecon, LoopFilter and
UpdateUMVBorder functions.
The ReconRefFrames function was partially implemented and the part
before will run on a software compiled
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
I'm pleased to announce the first alpha release of the rewrite of the
Xiph.org reference encoder for the Theora video format, codename
"Thusnelda".
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.bz2
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.zip
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.gz
Please download one of
2009 Mar 27
1
libtheora 1.1alpha1 (thusnelda) release
I'm pleased to announce the first alpha release of the rewrite of the
Xiph.org reference encoder for the Theora video format, codename
"Thusnelda".
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.bz2
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.zip
http://downloads.xiph.org/releases/theora/libtheora-1.1alpha1.tar.gz
Please download one of
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk,
*
FOSS Codecs for Online Video: Usability, Uptake and Development - First
Draft*
A review of available tools for the creation, playback and embedding of
online video using Free and Open Source Software video codecs and a look
at the most pressing areas for development to enhance their adoption by
social change video projects on the web.
2007 Sep 18
4
FOSS Codecs for Online Video: Usability, Uptake and Development - First Draft
Dear Theora/Xiph folk,
*
FOSS Codecs for Online Video: Usability, Uptake and Development - First
Draft*
A review of available tools for the creation, playback and embedding of
online video using Free and Open Source Software video codecs and a look
at the most pressing areas for development to enhance their adoption by
social change video projects on the web.
2008 Aug 15
1
GSoC - Theora multithread decoder
Hi,
This email is to inform what I have been doing since the mid-term.
After the mid-term I worked on a pipeline implementation with OpenMP.
As I said before I did a pipelined implementation of these functions:
(c_dec_dc_unpredict_mcu_plane + oc_dec_frags_recon_mcu_plane) and
(oc_state_loop_filter_frag_rows + oc_state_borders_fill_rows) as
explained in my previous email.
But the results were
2009 Dec 10
2
Fwd: Vorbis-java wav-ogg encoder produces distorted OGG file
On Thu, Dec 10, 2009 at 10:06 AM, Monty Montgomery <monty at xiph.org> wrote:
> Vorbis-dev might be better....
>
My issue is with theora/thusnelda for xiph tools.
>
> What I mean is, you quoted a response from Frank Barchard, but I never
> saw his response on the list. Are there blind CCs on the conversation?
> I'm just trying to figure out where the rest of the
2008 Jan 24
1
Re: [dyne:bolic] Concerning the (correct) use of Theora in FreeJ
> Neither Theora nor h.264 have yet
> reached their practical efficiency limits, and we should expect
> continuing improvement from both for several more years.
On your document here:
http://web.mit.edu/xiphmont/Public/theora/demo.html
you show the result of the improved rate managemet in the theora codec. Can you tell which are the encoders that produced the two video matrix-580.ogg
2008 Mar 15
1
[PATCH] thusnelda keyframe only speedup
Hi all,
Attached is a trivial patch that speeds up encoding for key frame only
streams. It skips the motion vector search which is not needed when
there are never going to be any delta frames. It was made against
thusnelda SVN revision 14589.
Tested on Fedora 8 x64_64.
-Phil
-------------- next part --------------
A non-text attachment was scrubbed...
Name:
2009 Sep 25
4
libtheora 1.1 (Thusnelda) stable release
We are pleased to announce a new stable release of libtheora, the
Xiph.org Foundation's reference implementation of the royalty-free
Theora video format. This new release, version 1.1, codenamed
Thusnelda, incorporates all of the recent encoder improvements we have
been making over the past year, though some of the code had its
genesis all the way
back in 2003. It also brings substantial speed
2009 Sep 25
4
libtheora 1.1 (Thusnelda) stable release
We are pleased to announce a new stable release of libtheora, the
Xiph.org Foundation's reference implementation of the royalty-free
Theora video format. This new release, version 1.1, codenamed
Thusnelda, incorporates all of the recent encoder improvements we have
been making over the past year, though some of the code had its
genesis all the way
back in 2003. It also brings substantial speed