similar to: theora problems

Displaying 20 results from an estimated 200 matches similar to: "theora problems"

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/
2011 Aug 09
1
Transparent color ramp problem
Hello, I can't seem to add transparency to any color ramp I create using colorRampPalette(). Can someone tell me if it is possible to create transparent colour ramps? I am attempting to map shaded relief under elevation data. I know I can use the terrain.colors() with the alpha option, but I would prefer to create my own colour ramp using more vibrant colours. My most recent attempt at
2017 Apr 23
0
impossible to link against libtheoraenc (missing symbol th_comment_query_count)
I've got a huge problem with libtheora. All is fine if I link only against libtheoradec but as soon as I try to link also against libtheoraenc everything breaks down: libtheoraenc.so.1 dlerror: libtheoraenc.so.1: undefined symbol: th_comment_query_count. I've checked with NM to see how the libraries depend on each other: nm libtheoraenc.so.1 | grep th_comment_query_count
2007 Oct 09
0
library migration plan
Derf (Timothy Terriberry) and I talked about the api transition plan on friday. The plan is: * libtheora will export only the "old" api, as it did in beta1. * libtheoradec will export both the "new" theora-exp decoder api, and the decoder portions of the old api. So libtheoradec will be a drop-in replacement for decoder-only usage of libtheora, and the linking change will
2006 Mar 28
0
theora-exp namespacing
All, There was a discussion on IRC yesterday about cleaning up Derf's theora-exp implementation so it can be used in frameworks that also link to libtheora. The encoder doesn't work at the moment, but the decoder is faster and implements more of the spec than libtheora, so this would be a useful option for people trying to deploy players. The main thing that needs to be done is to
2006 Dec 08
1
Skipping Frames
Hi everyone! I'm currently trying to use the theora decoder on PPC. Everything is working perfect now, but I have a problem: I need to skip the decoding of some frames (drop frames) when the device is not powerful enough to decode them all in real time (which in PPC is a frequent issue). Right now, I'm skipping the call to theora_decode_YUVout and the yuv to rgb procedure. That gives me
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
2009 Nov 18
1
Additional encoding options for theora
Hey all, I've been using the example reference encoder that comes with Theora reference implementation from SVN, but there are very few options to tweak encoding parameters in contrast to other codecs utilities such as x264, mpeg2enc, etc. Is there a way to access more advanced encoding parameters for Theora without having to dig into the source itself and make my own custom encoder app?
2009 Aug 30
3
experimental patch for libtheora1.1beta3
Good morning in the Lord Regarding the port of libtheora1.1beta3 for OpenBSD for amd64 and the problem I described at: http://lists.xiph.org/pipermail/theora/2009-August/002640.html Attached is a patch for libtheora/patches/patch-lib_x86_mmxencfrag_c I can play videos with it. ?Does it work for you? Best regards -- Dios, gracias por tu amor infinito.
2007 Oct 13
3
[Bug 12794] New: swfdec_text_field_movie assertion on blocky.swf
http://bugs.freedesktop.org/show_bug.cgi?id=12794 Summary: swfdec_text_field_movie assertion on blocky.swf Product: swfdec Version: unspecified Platform: x86 (IA32) URL: http://www.shockwave.com/content/blocky/sis/blocky.swf OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2009 Aug 11
3
blocky issue here with libtheora 1.1 20090806 (Thusnelda)
this sample is very blocky, the older version seems to do much better and less blocky video. i'm not sure if my 1.9ghz 1 gb ram is the problem here or the encoder has hicups on this new libtheora 1.1 20090806 (Thusnelda). please advice how to fix this or should i use the older version. this encode was 2 pass with horrible output. http://www.megaupload.com/?d=NDGY0EAL General ID
2008 Feb 06
6
Ogg bitwise.c bit tracking
Hi, it seems Ogg keeps track of a packet's size at the byte level, rather than at the bit level (eg, if I encode a packet with just one bit, decode will think there are 8 bits available). Am I right ? Not that it's a particularly important issue, since remaining bits will probably be initialized, but I noticed this while adding some calls to oggpack_look1 at the end of my decode routines
2009 Aug 11
2
libThusnelda 20081201
I'm having a issue with build libThusnelda 20081201,video is blocky, you can clearly see video is blocky in some parts of the video. the Bit rate is high so what is the problem is, on x264 this type of Bit rate will make the video very smooth. can anybody tell me how to get that smooth video and what settings can i use, I'm interested in the advanced usage of Thusnelda with two pass
2007 Jun 23
1
Patches to make blocky.swf playable
So here is the patch series to make blocky.swf work with branch 'as'. Summary: Nguy?n Th?i Ng?c Duy (7): Add a missing else statement Create swfdec_movie_duplicate Implement action CloneSprite with swfdec_movie_duplicate Add action RemoveSprite Add new variables to the target Remove movies with the same name when adding new movie We don't
2007 Jan 06
7
FFmpeg Theora encoding patch
Hi, Attached is my patch to add theora encoding to ffmpeg's libavcodec (by using libtheora). I am requesting help to fix the bug I mention below and am seeking general comments before I submit the patch properly. Files encoded using this encoder have a problem playing in VLC. The files will not play unless "Drop late frames" has been unticked in the advanced video settings.
2007 Jul 13
0
Swfdec 0.5.0
Finally it's good enough to release. Following the strict swfdec-does-not-crash policy, here's a completely fixed up backend to make all your Flash madness possible. swfdec-0.5.0 "Meet Plan Party!" http://swfdec.freedesktop.org/download/swfdec/0.5/swfdec-0.5.0.tar.gz MD5: 53c9dd7f87ec9a73277ceb4d7c033a3c swfdec-mozilla-0.5.0 "Destroy all the old prints in celebration"
2007 Jun 10
1
variable scope
caveat: I haven't either read actionscript language spec nor really got through swfdec context, frame and such. This is fully based on blocky.swf code inspection. thanks to flare, i can extract the below beautiful code. You don't need to understand the whole thing but there is one thing to notice: border[XY]start are initialized in on(press) and get used in on(release). Currently swfdec
2010 Nov 23
1
Sims 3 Color & Graphics Issues
I've been trying to install The Sims 3 for the last couple of days, and it hasn't been opening. Now that I've finally figured out what i've been doing wrong there's still a major problem. I've installed using playonlinux, and when i open (I use the launcher made by playonlinux, not the actual sims 3 launcher)The screen might turn white, but it always turns black before the
2003 Jul 21
2
Mozilla port.
I have a very strange problem with Mozilla since I updated it to the latest stable. The font used on the menus are rendered extermly badly such as lots of white spaces between the letters, large blocky font. The font option does not seem to change any of those fonts which makes me think it maybe something to do with X11. However, none of the other things I use have any font issues... Any idea
2009 Mar 08
1
Help with Permissions!
Hi all, I've a strange problem affecting my Ubuntu Gutsy box, and I hope someone with more experience than me can explain why I'm having such a behaviour... Simply, when I try to play Warcraft 3 installed following all the tips in the AppDB with my pc, I receive an error related to memory read/write... but when I try to launch WC3 with sudo wine Warcraft3.exe the game start and I can