similar to: Testing libtheora-1.0alpha5

Displaying 20 results from an estimated 600 matches similar to: "Testing libtheora-1.0alpha5"

2005 Jul 15
0
Tips for theora encoding?
Hi, I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files. I'm looking for some advice towards improving quality. If someone would like to help me test this please note that you'll need MPlayer, ImageMagick, sox, the encoder_example from libtheora (somewhere in the PATH), and Python 2.3.0 (this is fairly all standard stuff). Consider the following clip:
2005 Jul 15
0
Theora encoding tips
Hi, I sent this message to the theora list but I'm not sure if it got through (activity seems to be very low, regardless). I'm hoping I have better luck here. I wrote a plugin to enable LiVES (a video editor) to encode theora/vorbis/ogg files. I'm looking for some advice towards improving quality. If someone would like to help me test this please note that you'll need MPlayer,
2005 Sep 29
1
Quicktime 2 Theora Transcoder's Nano-Howto
After a bunch of cumbersome testing I was able to transcode a Quicktime MOV file to OGG with theora and Vorbis. The method's a bit fumbly, but it works... It is automatable except for the initial audio decoding. Software used: Xine, oggenc, ffmpeg, ffmpeg2theora, oggzmerge Step 1: Get the video out of Quicktime ffmpeg -i infile.mov -b 5000 -f mpeg2video outfile.mpg Step 2: Get the video
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2005 Aug 20
0
libtheora-1.0alpha5 release
Everyone, I've made a new release of our libtheora reference implementation. This draws a line under all the development since alpha 4 before we start merging in the optimization work people have been doing. It also contains a fix for two serious bugs (one an encoding error, one a segfault) so we recommend everyone upgrade. The release is source and binary compatible with 1.0 alpha 4.
2005 Jun 23
3
I NEED LINUX/W2K LAN ASSISTANCE
I am challenged to bring up a 5 nodes Linux/w2k small LAN and following samba server step by step by Ying Zhang to implement this. inetd.conf that should contain a line like: swat stream tcp nowait: 400root/user/sbintcp swath is not found at /etc/ where else can i find it. Francis Boro Nigeria
2007 Oct 13
1
Fwd: [sugar] video encoding
Hi, Is anyone able to help Mr Stoner? -Ivo ---------- Forwarded message ---------- From: Ed Stoner <ed@whsd.net> Date: Oct 9, 2007 5:32 PM Subject: [sugar] video encoding To: sugar@lists.laptop.org I would like to provide the functionality of a "video export" from within an activity I am working on. I'm starting with a png for each frame of the video and would like to do
2008 Sep 08
1
Bad memory access in libtheora beta3
Hi, I didn't get to the bottom of it, but Valgrind is whining on libtheora when encoding a video to a 16 width or 16 height video. While you may think I'm weird for encoding to such a size, I didn't care about the output video, but I reckon it should work. The bad accesses seemed to be of pixel data, in FilterVert__c, and in FilterHorz__c (from memory), but I didn't investigate
2004 Dec 03
3
trying to encode from dvd using mplayer
Hello. I'm trying to encode an Ogg Theora file from an unencrypted dvd using mplayer and encoder_example. I set up named pipes stream.wav and stream.yuv. I then run: mplayer -ao pcm -aofile stream.wav -vo null /dev/dvd & mplayer -vo yuv4mpeg -ao null -nosound /dev/dvd & encoder_example -v1 -a 1 stream.wav stream.yuv > lec1.ogg but I get the following error: File stream.wav is
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello, Could you kindly point me to some instruction, how to encode demuxed files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora (one audio an one video) and did not found, how to mux them into one file? Exist a way, how to do two pass encoding? I'm using Ubuntu Fiesty Linux. Thank you, Jiri Navratil
2002 Sep 27
2
Using Theora Micro-HOWTO
Okay, thanks to some stubbornness on my part and helpfulness on the part of people on this mailing list, I got the Ogg Theora alpha compiled up and installed and running. Yesterday, I went to the Prelinger archives (the public-domain video archive at www.archive.com) to find a high-quality original to re-encode as a test. The encoder worked just fine, and playback as well, and I thought I'd
2004 Jun 30
12
New addition to FAQ
Greetings, I was on IRC about 7 hours ago and suggested that the FAQ be updated slightly. Rather than sit on my ass and complain I figured I'd ask a few people, and see if the idea was worth the time. Here's what Ive started with: http://www.dimension.net.nz/theora.html I'll be adding to it over the next 24 hours - mostly in the area of Playback and Encoding. Just threw it together
2005 Aug 25
0
libtheora-mmx-1.0alpha5 release
Along with libtheora-1.0alpha5 this is a release of theora-mmx. A drop in replacement that uses MMX assembly to speedup some of the most demanding routines in theora encoding/decoding. Right now it only works on 32bit x86 CPUs. Thanks to everyone whose work made this release possible! Download links: http://downloads.xiph.org/releases/theora/libtheora-mmx-1.0alpha5.tar.bz2
2009 Aug 30
2
Sampling encoder timings between libtheora-1.0 & libtheora-1.1beta3
As requested by Ralph in my introduction e-mail to this list [1], I've gone ahead and done some sample test timings for encoding between libtheora-1.0 and libtheora-1.1beta3, as available from the Theora website [2]. So far, I've tested with 4 different files that I generated with content I already have. The files, in brief, are the following: 1. planet-earth-360x240.yuv4mpeg - A
2009 Sep 23
3
[LLVMdev] [cfe-dev] thoughts about n-bit bytes for clang/llvm
I am trying to gauge how much interest there is in supporting non-8- bit byte targets. Other than myself, Ken Dyck of ON Semiconductor has a 24-bit machine he is trying to support. We have been working jointly on this but we are also both new to Clang and LLVM. Although both of our processors are not mainstream, Ken points out that Texas Instruments the C5000 series is also 16-bit
2005 Nov 03
0
all2theora script
i am new in this mailing list i have written a script for theora (i am not sure that it is useful or not ? ) ========================================== #!/usr/bin/perl # ALL2theora based on Florian Schilhabel <florian.schilhabel@web.de> dvd2divx script (was under GPL) # we have made major changes to that script and now it can convert almost all video format to theora # all2theora depends
2007 Oct 05
2
World of Warcraft - ATi 8.41.7
Hi, I was playing around on my laptop last night and installed the 8.41.7drivers from ATi, my laptop has an X1400 in it, not the HD2400 that the drivers were designed for so I understand some things may not function correctly and will cover the observations: 1. Pixels shaders+Vertex shaders - I have to disable these or I get missing elements from the screen, once tunred off it all renders ok 2.
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:
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