search for: png2theora

Displaying 19 results from an estimated 19 matches for "png2theora".

2009 Jan 17
0
libtheora fails to compile examples on Solaris
...ompiling: make[2]: Entering directory `/export/home/quix0r/more/libtheora-1.0/examples' if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I/usr/local/include -I/usr/local/include/libpng12 -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -MT png2theora-png2theora.o -MD -MP -MF ".deps/png2theora-png2theora.Tpo" -c -o png2theora-png2theora.o `test -f 'png2theora.c' || echo './'`png2theora.c; \ then mv -f ".deps/png2theora-png2theora.Tpo" ".deps/png2theora-png2theora.Po"; else rm -f ".deps/p...
2009 Dec 07
0
Bunch of bugs in LibTheora, FFMPEG2THEORA, PNG2THEORA
1. "dump_video.c" got reverted back by 5 years into 2004: https://trac.xiph.org/browser/trunk/theora/examples/dump_video.c https://trac.xiph.org/log/trunk/theora/examples/dump_video.c 2. "png2theora.c" (subminor) https://trac.xiph.org/browser/trunk/theora/examples/png2theora.c 207 /* Must hold: yuv_w >= w */ 208 yuv_w = (w + 15) & ~15; 209 210 /* Must hold: yuv_h >= h */ 211 yuv_h = (h + 15) & ~15; 699 ti.frame_width = ((w + 15) >>4)<<4; 700 ti...
2012 Apr 18
2
png2theora.c + QImage
Hello there, I have been working on an alternative version of the png2theora example: The basic idea is to change the input of the program, using a QImage [1] variable instead of a png array. This is my base file: http://www.maefloresta.com/tmp/example.cpp The point where I am stuck starts at this comment: // LOOK HERE (line 313) And here is the issue: QImage supports RG...
2009 Nov 03
1
png2theora example
Hey everyone; I've been pulling my hair out trying to figure out what I'm doing wrong with the png2theora example found in the libtheora-1.1.1. When ever I encode a set of .PNGs, everything seems to go well, but I'm getting inconsistent results when viewing in various players. Firefox, with it's built in .OGV player, plays the video just fine. VLC plays the .OGV, but for some reason it doesn&...
2010 Jun 14
4
Live Stream Encoding
Hi There, i want to stream some pictures out of my application using the Theora codec. I can stream to a socket or a file. The current work based on the png2theora example. Something while enconding went wrong: I can see the whole video in VLC, but the complete duration of the file will not be displayed. If i play the video in Firefox, the first 2 seconds will not be played. I think the problem is in the setup of the encoder: keyframe_frequenc...
2010 Dec 10
1
limitation in encoder
HI, I have a question about libtheora examples. I have modified png2theora source code and the encoder stops after 3000 encoded frames. I don't know if it s a limitation in libtheora or something else. Manuel Dahmen. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.xiph.org/pipermail/theora/attachments/20101210...
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2007 Oct 13
1
Theora beta2 released
Hello, once again I have the great pleasure to announce the release of a new Theora version - please welcome libtheora beta 2! Changes for this version: libtheora 1.0beta2 (2007 October 12) - Fix a crash bug on char-is-unsigned architectures (PowerPC) - Fix a buffer sizing issue that caused rare encoder crashes - Fix a buffer alignment issue - Build fixes for MingW32, MSVC - Improved
2009 Aug 05
2
libtheora 1.1beta1 release
...notable is that the encoder's rate control is much more configurable, and more capable in each configuration than before. It now supports two-pass, dynamic target adjustment, frame dropping, and other oft-requested features. For now the only documentation of the two-pass support is in examples/png2theora.c and examples/encoder_example.c. We'd particularly like to hear from framework and application integrators about how well the API design works. Source releases are available from the usual location: * http://downloads.xiph.org/releases/theora/libtheora-1.1beta1.tar.gz * http://downloads.xiph...
2009 Aug 05
2
libtheora 1.1beta1 release
...notable is that the encoder's rate control is much more configurable, and more capable in each configuration than before. It now supports two-pass, dynamic target adjustment, frame dropping, and other oft-requested features. For now the only documentation of the two-pass support is in examples/png2theora.c and examples/encoder_example.c. We'd particularly like to hear from framework and application integrators about how well the API design works. Source releases are available from the usual location: * http://downloads.xiph.org/releases/theora/libtheora-1.1beta1.tar.gz * http://downloads.xiph...
2008 Jun 11
1
Page breaks when encoding ogg/theora
Hi everyone, I'm trying to build theora encoding into my game engine. Essentially, I'd like to do something similar to png2theora.c, where I take individual screen shots of my game and encode them into a video. Because png2theora.c uses the legacy C API, I used encoder_example.c as a template instead. encoder_example.c seems to be the only code out there that actually uses the th_* API. The basic program flow is: - start -...
2010 Oct 14
2
Creating a Streaming Server
Hi, Is there any sample code out there that might give me a sort of "bare bones" example of how to create an Ogg streaming server that would produce a video/audio stream suitable for consumption by the HTML5 VIDEO element? The video being streamed will be generated dynamically using libGL. I have the pixel data for each frame of the libGL rendered image available to me, so really I am
2007 Nov 01
1
libtheora 1.0 beta3 supports multithread encoder?
Hi , I see in the libtheora 1.0 beta3 changelog that included new libtheoradec and libtheoraenc libraries supporting the new API from theora-exp , that it means that have multithread encoder? _________________________________________________________________ Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
2008 Apr 25
1
Elephant Dreams test video
I recently found these sample videos for codec/decode testing and was wondering if someone can give me more info on these files and how to use them. http://media.xiph.org/ED/ First I would like to know what is the frame rate needed for the ED-360 and ED-1080 to be sync with the audio samples?? Second what tool (specific command) can I use to convert this sequence of PNG files to raw YUV and to
2011 Mar 28
1
idct/fdct.c function calls
Hi. I am trying to find calls of idct/fdct.c functions by tracing png2theora.c calls. But found only: analyze.c:oc_dct_cost2() Where and when idct/fdct/mmxidct/mmxfdct.c functions are used? Mentions of "dct" word: ==== pacify at optima-amd64:/usr/src/libtheora-1.2.0alpha1/lib$ grep dct *.c | cut -f1 -d":" | uniq -c ???? 19 analyze.c ???? 28 decode.c ??...
2010 Aug 23
1
[RFC] theorarm-merge-branch diff for latest svn
...les in lib/arm/ARMstate.c - fixup of include path in lib/arm/*.s - more relaxed configure.ac check to match debian on qemu vm - some compile fixes for a change in struct that became an array, it was called v iirc This is an RFC because there are two open issues: - plain ./configure fails because png2theora fails to link with libtheora, i have no idea on how to fix the issue. So my tests has been done with ./configure --disable-encoder --disable-examples --disable-float - something in the fast path for decoder is broken, in fact these fast paths are disabled in lib/decode.c via an undef. If you re...
2010 Mar 05
2
ffmpeg2theora bug: generation of a video from a series of images
Hi J., We are using ffmpeg2theora to produce an introduction video from a series of images: ffmpeg2theora-0.26.linux32.bin images/img-%03d.png -o intro.ogv The video that we get is huge and horrible, with lots of blinking colors: http://free-electrons.com/issues/ffmpeg2theora-mar5-2010/intro.ogv Here's what we had in the past:
2010 Mar 17
3
encoding raw file (.yuv) using ffmpeg2theora
Hello! I'm trying to use ffmpeg2theora to encode raw (.yuv) files in I420 format (just frames, no headers at all), but failed to find corresponding input format. Is there any documentation of supported formats for ffmpeg2theora? Or maybe there is another command-line tool for Windows to encode raw video using Theora algorithm? Thank you for help! Alexander.
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
Hi, I'm new here - thanks for having me. (Sorry if I'm in the wrong place or a noob.) I downloaded the Theora encoder sample (ver 1.1.1), modified it to encode a sequence of bitmaps, and created an OGV file. The OGV file plays fine in the latest VLC (1.0.5), but I can't do much else with it: I tried uploading to YouTube, and the video just comes out really corrupt: