similar to: oggz-chop gives segmentation fault

Displaying 15 results from an estimated 15 matches similar to: "oggz-chop gives segmentation fault"

2009 Jun 24
3
streaming theora in flash
Hi, I managed to get my own FLV videos working over the web: http://certik.github.com/record/ it plays in the opensource flash player (flowplayer), but I have to convert theora to FLV (you can use the script in the package above). My question is, does anyone know if it's possible to get theora itself working? I know firefox3.5 will be able to do it, but I am afraid that will be the only
2009 Jun 16
2
YCbCr <-> RGB conversion question
Hi, I coded some routines for YCbCr <-> RGB conversion, both using floating point numbers and using integer arithmetics, code is attached. Let's say I want to convert from RGB to YCbCr and back. First the integer arithmetics: In [1]: from colors import * In [2]: a = [255, 0, 255] In [3]: RGB2YCbCr(a) Out[3]: (107, 202, 222) In [4]: YCbCr2RGB(RGB2YCbCr(a)) Out[4]: array([255, 1,
2009 Jun 16
1
mixing effects when joining videos
Hi, what is the best way to go about mixing effects when joining two videos, like crossfading? Once I have the individual images as numpy arrays, the mixing itself is the easy part (I'll just use numpy + scipy for that, or any other python lib). However, it's not clear to me how (and especially when) to handle decoding and encoding properly. So lets say I create a video tutorial
2009 Jun 14
3
python bindings to libtheora
Hi, in the past two days I wrote Python bindings to libtheora: http://github.com/certik/python-theora Currently it can read any ogv file (that seems to work quite well) and also encode to ogv (this mostly works, but there are some subtle issues to be fixed, I suspect I still have some bug in the way I half the dimensions of the Cb and Cr planes, so when you read ogv and write ogv, the resulting
2009 Dec 03
2
Theora processing at server side : Removing non-needed frames
May somebody give me link for server side processing of ogg video by php or ruby or anything else. Let me tell my purpose, I have made a image splitter of ogg video - You can view it at http://jsbin.com/ihebo (basic coding ) just play the video and there is a button call "snapit", which will take current frame. At the end of this process, I will upload all timing info at server.
2006 Jul 07
2
Multistage Sampling
Dear WizaRds, dear Thomas, First of all, I want to tell you how grateful I am for all your support. I wish I will be able to help others along one day the same way you do. Thank you so much. I am struggling with a multistage sampling design: library(survey) multi3 <- data.frame(cluster=c(1,1,1,1 ,2,2,2, 3,3), id=c(1,2,3,4, 1,2,3, 1,2), nl=c(4,4,4,4, 3,3,3, 2,2), Nl=c(100,100,100,100,
2005 May 23
3
Dickey-Fuller Test
Hi All , Could you please tell using which library ,Dickey-Fuller Test can be run? Thanks a lot __________________________________________________ [[alternative HTML version deleted]]
2015 Oct 15
1
[PATCH] Chop final '/' in output directory (RHBZ#1146753)
If the specified output directory ends with a slash, chop it then; leaving it in will create problems later, like creating the temporary directory inside the output directory (and not aside it), and trying to rename it to the directory containing it (which will fail indeed). --- src/supermin.ml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/supermin.ml b/src/supermin.ml index
2008 Feb 29
0
oggz-chop CGI
Hi, I've just checked in some code that allows the new oggz-chop tool to be used as a CGI handler. An Apache server can be configured to use it to handle all Ogg files (or, all Ogg files in a particular directory). An example config is in the source tree, along with a script for installing it on a Debian server. The oggz-chop binary checks if it is being run as a CGI script (by checking some
2008 Jul 16
0
oggz-chop crash
2008/7/15 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>: > Hi, > > while playing around with oggenc, I used oggz-chop, and got it to crash > consistently on one set of input and parameters (cutting a file I'd encoded > (Vorbis+Kate) between (IIRC) 120 and 150 seconds. GDB showed a NULL > pointer access (can't recall where, sorry). When I came back to
2008 Jul 16
3
oggz-chop crash
On Wed, 2008-07-16 at 13:37 +0900, Conrad Parker wrote: > was this all since 0.9.8? > > If it was a little before that, it may have been an instance of > http://trac.annodex.net/ticket/404 > > otherwise, if you do come across such a case please keep the file and > report it -- it's not easy to find corner cases. if there is a skeleton stream in the file it could be the
2008 Jul 15
3
oggz-chop crash
Hi, while playing around with oggenc, I used oggz-chop, and got it to crash consistently on one set of input and parameters (cutting a file I'd encoded (Vorbis+Kate) between (IIRC) 120 and 150 seconds. GDB showed a NULL pointer access (can't recall where, sorry). When I came back to it though, with a new input file, I couldn't repro it, though it had previously happened several times
2003 Oct 24
3
How to use the Cut() command to chop off an ending character
I used to be able to pass dial strings to IAX2 providers with # characters at the end of the string. This is how we end dial strings for international calls. So, I would like to be able to selectivity chop off any # characters at the end of string, only if they exist. Basically as follows (chopping off the leading '9' with ${EXTEN:1} syntax: EXTEN from Phone EXTEN for Dial String
2013 Jun 23
1
Scaling Statistical
Short question: Is it possible to use statistical tests, like the Augmented Dickey-Fuller test, in functions with for-loops? If not, are there any alternative ways to scale measures? Detailed explanation: I am working with time-series, and I want to flag curves that are not stationary and which display pulses, trends, or level shifts. >df DATE ID VALUE2012-03-06 1
2009 Sep 29
3
Probability of data values form DENSITY function
Hello,   Could someone help me please and to tell how to get the probability from empirical DENSITY (not parametric) for each data value (R function). For example, for normal distribution there is such a function like:   “dnorm(q, mean = 0, sd = 1, lower.tail = TRUE, log.p = FALSE)”   I need the same function only for the empirical DENSITY function (which does not correspond to any typical