Displaying 20 results from an estimated 1000 matches similar to: "minor Vorbis specification amendment proposal"
2006 Dec 30
5
Theora encoding in FFmpeg
(Cross posted to theora-dev@xiph.org and ffmpeg-devel@mplayerhq.hu)
I am working towards adding Theora encoding support to libavcodec in
FFmpeg. I am doing this by simply calling libtheora from libavcodec.
I am at the point where I can execute:
"./ffmpeg -v 100 -i test.wmv -f avi -an -vcodec theora -b 1000000 -y test.avi"
I get some whirring and an output file written. My calls to
2003 Mar 05
5
VP3 IDCT
Hi,
Is there anything special I need to know about VP3's IDCT? I mean
besides the fact that there are separate IDCTs to handle sparse
coefficient matrices. Are the IDCT functions mathematically equivalent to
any textbook IDCT functions?
Thanks...
--
-Mike Melanson
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To
2008 Dec 08
2
ov_fopen on win32
Hi,
apparently there have been some issues with using ov_fopen() on win32.
Does anyone have more information about this? There is no bug listed
in trac.xiph.org but it has come up on IRC.
Just now a user Xelaie reported "undefined reference to `ov_fopen'",
building with gcc in Visual Studio, using vorbis from
http://www.xiph.org/downloads/. It turned out that ov_fopen was not
2006 Nov 03
1
Theora in Matroska
Hi all
Currently Theora video in Matroska is not supported by
Mplayer. To enable the support Michael Niedermayer has
made the following proposal sometime back:
http://article.gmane.org/gmane.comp.video.mplayer.nut.devel/214
Appreciate if Theora developers could comment on that.
Best Regards
Unga
____________________________________________________________________________________
Get your
2016 Mar 08
0
IPv6 on CentOS-6 - IPTables
It appears likely that within the next two quarters we will be moving
off of our IPv4 class C's and onto a single IPv6 /40 for our sites.
We have a fairly complex IPTables setup which handles our gateways and
internal hosts. My question is just how much effort is involved in
moving these rules from IPv4 to IPv6? Are there elements in one that
are not available in the other? Are there any
2002 Feb 28
1
suggestion: small amendment to Printing How-to
Hi, I have a very small suggested amendment to Chapter 6 of the
"Samba How-To Collection" document.
This is the chapter about printing.
The change I would like to see may seem trivial,
but as a relative Samba Newbie, I took a while to figure out
this section of the documentation...
"Once you have created the required [print$] service and associated
subdirectories, simply log
2009 Dec 01
0
Amendment to previous post a minute ago, please amend before posting if possible
Sorry, I just posted the email below but realised I did not give a name or
details, would it be possible to adjust before posting and send what is
below, sorry again, first time user...
From: Joanne Lenehan [mailto:jlenehan@une.edu.au]
Sent: Tuesday, 1 December 2009 3:51 PM
To: 'r-help@r-project.org'
Subject: GLM Repeated measures test of assumptions: e.g. test for sphericity
e.g.
2006 May 25
2
Problem SAVING and LOADING documents in Crossoffice Wine Word97
Dear friends:
I am using PCLINUXOS version .92.
My problem, simply put, is that I cannot SAVE or LOAD documents in
MSWord97 using the older Codeweavers Crossover Office Wine 1.3.5.
Thinking the problem might be resolved in the latest Crossover Office 5,
I downloaded the Tryout version but the same problem occurs (i.e. at
least for me) in this latest version. In fact, it wouldn't even
2007 Sep 16
1
Need amendment - I_need_the_Kernel_Source
The I_need_the_Kernel_Source wiki article should have instructions to
do the procedure as non-root. Installing the source as root may not
be as dangerous as compiling something, but nevertheless it is not
recommended and is not consistent with the contents of other related
articles.
Akemi
2011 Dec 20
1
[LLVMdev] Testing requirements amendment
Hi,
I havea minor suggestion for http://llvm.org/docs/TestingGuide.html:
Under 'Requirements', might be worth mentioning that running the basic
llvm/clang regression tests (check-all) requires a version of bash that
supports pipefail, i.e. bash 3.0+. On older system where /bin/sh is too
old, one simply needs to hack LitConfig.py to point to
/somewhere/else/bash that meets this
2007 May 23
0
wiki HowTos/Custom_Kernel needs amendment
Hi,
I see more and more people attempt to rebuild the CentOS 5 kernel -
for example to get the legacy ISA card support turned on, etc. As Jim
said on #centos-devel, the Custom_Kernel wiki page is valid for C4 but
not so for C5. It seems that he does not have the time to update the
page at this moment. I suggest that at least a warning message
stating the instructions are not for C5 kernels
2007 Aug 29
1
RPMForge wiki page needs amendment
The Repositories wiki article says, "Priorities is much more flexible
and therefore the recommended plugin" under the 3rd party section.
However, the Repositories/RPMForge page gives instructions for the
protectbase plugin only. Shouldn't this be changed to priorities?
Either that or both should be referred to?
Akemi
2007 Nov 06
1
A suggestion for an amendment to tapply
Dear R-developers,
when tapply() is invoked on factors that have empty levels, it returns
NA. This behaviour is in accord with the tapply documentation, and is
reasonable in many cases. However, when FUN is sum, it would also
seem reasonable to return 0 instead of NA, because "the sum of an
empty set is zero, by definition."
I'd like to raise a discussion of the possibility of an
2004 Aug 06
2
automake problem
Hi again.
Which version of automake is used for the sources of icecast (& co)?
Which versions of automake will be able to work with the files on cvs?
I'd also like to ask you if some of you got to build the icecast 2 sources correctly
with redhat 7.2, 7.3 or 8.0.
I am getting the following error doing an ./autogen.sh:
I am going to run ./configure with no arguments - if you wish
to
2006 Jul 17
2
count and result
What is the equivelant of the following SQL in rails:
SELECT person, count(person) as occurance FROM invoice GROUP BY person;
This would give something like:
Person | Occurance
--------------------
Bill 1
Joe 15
Carlos 7
etc etc..
It seems the fx. Person.count(..) will only yield the actual occurance,
but not listed with the actual person - and Person.find(..) will not
2009 Jun 12
2
Automate a data load and merge
Hi R list,
I would like to automate, or speed up the process from which I take
several separate datasets, stored in .csv formate, import and merge
them by a common variable. So far I have greatly sped up the loading
process but cannot think of a way to automate the merger of all
datasets into a common data.frame.
My apologies if this has been covered, any R search suggestions are
2011 Nov 08
1
splitting by the last occurance of a dot
Dear R-helpers,
I want to split the following vector into 2 vectors by the last occurance
of a .
> dput(rownames(sensext))
c("pat", "cash_bank_bal", "invest_abroad", "pat.1", "cash_bank_bal.1",
"invest_abroad.1", "pat.2", "cash_bank_bal.2", "invest_abroad.2",
"pat.3",
2006 Aug 28
1
DIGEST-MD5 doesn't work
Hi,
my dovecot installation works since months and clients authenticate
using CRAM-MD5. But today I got the first chance to test an client that
supports DIGEST-MD5 - and it doesn't work. Because of lack of other
supporting clients and servers I'm now at the point I don't know which
side is to blame.
The error I get after the client answers the servers challenge is "-ERR
2006 Jul 24
0
Minor doc patch for mongrel_cluster page
Hello All, Zed,
Just a minor patch to say how to setup /etc/init.d/mongrel_cluster for
the default runlevels.
Enjoy !
--
Fran?ois Beausoleil
http://blog.teksol.info/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: debian-docs.patch
Type: application/octet-stream
Size: 629 bytes
Desc: not available
Url :
2006 Aug 14
0
Minor Release
Folks-
I just pushed new version of backgroundrb to rubyforge. THis release
fixes a bug with thread handling and also adds a few things.
Thanks to Chris Hulbert for coding up a win32 service and daemon
script. You will need to reinstall the plugin if you already have it
and delete the script/backgroundrb dir from your rails project. Then
run this command to see windows service usage: