search for: chopping

Displaying 20 results from an estimated 757 matches for "chopping".

Did you mean: shopping
2010 Jan 13
0
reading fifo with read.table hangs
To R-helpers, Running R version 2.10.0 (2009-10-26) Linux ... 2.6.25.20-0.5-default #1 SMP 2009-08-14 01:48:11 +0200 x86_64 x86_64 x86_64 GNU/Linux openSUSE 11.0 (X86-64) and having difficulties reading a fifo from within R. A short example that I find simply haning is shown as 'SHORT SCRIPT' below. I expected R to print a data set read from the fifo with the numbers 0,1,...7
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 9011445551212# 011445551212 9011445551212 011445551212 StripLSD isn't helpful in the second case, but potentially Cut could do it. I can't, for the life of me, figure out...
2009 Jun 15
2
oggz-chop gives segmentation fault
Hi, I am using oggz-chop in the ubuntu jaunty, am I doing something wrong? $ oggz-chop -o yt1.ogv -s0 -e500 ondrej.ogv Segmentation fault gdb session doesn't reveal much, since it isn't compiled with debugging symbols: (gdb) bt #0 0x00007f9e5d2f0092 in memcpy () from /lib/libc.so.6 #1 0x0000000000403698 in ?? () #2 0x000000000040262e in ?? () #3 0x000000000040285d in ?? () #4
2008 Dec 04
3
ogg dirac granulepos in oggz tools
2008/11/26 David Flynn <davidf+nntp at woaf.net>: >>>> http://trac.annodex.net/changeset/3801 >>> >>> I'll test this shortly. > > Ok, i've tested muxing some audio and video together and that works fine. > woo. great, thanks :-) So the last remaining tool to check is oggz-chop. I at first assumed it would not work with Dirac's granulepos,
2005 Apr 18
2
citation() chops "Roeland " (PR#7797)
Full_Name: Jari Oksanen Version: 2.0.1, 2.1.0 beta (2005-04-17) OS: Linux Submission from: (NULL) (130.231.102.145) If name ends with "and", such as "Roeland Lastname", citation() will chop "and" as a separate word giving "Roel and Lastname". This is the case in the upcoming release of vegan (1.6-8) just submitted to CRAN. Basically, this seems to happen
2004 Aug 06
4
chopped audio problem
I do use metadate since i need people to see the titles. I use livecast in mixer mode. The chopping starts right away I don't use VBR (I commented it out at least). The mp3's are made with XING audiocatalyst (for windows) so I don't really know. Sorry. Arvid ----- Original Message ----- From: Jack Moffitt <jack@icecast.org> To: <icecast@xiph.org> Sent: Tuesday, March 27...
2007 Dec 07
0
HOgg 0.3.0 Released
...hogg/ This is the second public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. Although hogg does not yet provide an equivalent to oggz-validate, it has subcommands for chopping out a section of a file, and for adding skeleton metadata. HOgg supports chained and multiplexed Ogg bitstreams conformant with RFC3533[1]. HOgg can parse headers for CMML, FLAC, OggPCM, Speex, Theora and Vorbis media codecs, and can read and write Ogg Skeleton bitstreams. [0] Oggz: http://www.an...
2007 Dec 07
0
HOgg 0.3.0 Released
...hogg/ This is the second public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on par with those of the oggz* [0] tools. Although hogg does not yet provide an equivalent to oggz-validate, it has subcommands for chopping out a section of a file, and for adding skeleton metadata. HOgg supports chained and multiplexed Ogg bitstreams conformant with RFC3533[1]. HOgg can parse headers for CMML, FLAC, OggPCM, Speex, Theora and Vorbis media codecs, and can read and write Ogg Skeleton bitstreams. [0] Oggz: http://www.an...
2008 Jul 31
1
oggz fixes for macos
On 31-Jul-08, at 9:43 AM, ogg.k.ogg.k at googlemail.com wrote: > though (don't know if they're related to your changes): > > oggz.c: In function 'oggz_content_type': > oggz.c:623: warning: comparison of unsigned expression < 0 is > always false This is an array bounds guard. I guess it's defensive programming vs warning. Making OggzStreamContent a
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 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library providing a simple programming interface for reading and writing Ogg
2008 Jul 04
2
Oggz 0.9.8 Released
Oggz 0.9.8 Release ------------------ Oggz comprises liboggz and the command-line tools oggzinfo, oggzdump, oggzdiff, oggzmerge, oggzrip, oggz-chop, oggz-comment, oggz-scan, oggz-sort and oggz-validate. oggz-chop can be used to serve time ranges of Ogg media over HTTP by any web server that supports CGI. liboggz is a C library providing a simple programming interface for reading and writing Ogg
2004 Aug 06
2
chopped audio problem
Hi, I use liveice/icecast on a linux box redhat 6 (2.2.18) and my problem is that the streamed audio gets chopped -on the LAN!!! The audio is encoded in 32kbps and I have a 512kbps/512kbps connection, so it should be enough to stream several connections at once. It sounds just like when a cd gets dirty or scracthed on the back. Anyway, it seems to go away if you can endure the terrible sound for
2004 Aug 06
3
Chopping off the wideband?
If I encode something in ultra-wideband, can I decode it in wideband by chopping off bytes in every frame? John --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'speex-dev-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject...
2011 Apr 28
9
How to create distortion, echo, and chopping sound in a SIP trunk?
Hi everyone, How can I introduce some distortion, echo, chopping sound and all other bad quality things that can happen to a SIP trunk? I have plenty of bandwidth and crisp clear lines so the only thing that I can think of is to limit bandwidth but even that requires quite some scripting work. Is there any easy way to simulate a distorted SIP line temporarily f...
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
2008 Dec 23
2
HOgg Release 0.4.1
HOgg 0.4.1 Released ------------------- The HOgg package provides a commandline tool for manipulating Ogg files, and a corresponding Haskell library. HOgg is in hackage, or on the web at: http://www.kfish.org/~conrad/software/hogg/ This is the fourth public release. The focus is on correctness of Ogg parsing, production and editing. The capabilities of the hogg commandline tool are roughly on
2003 Dec 08
3
Strange variable chopping from AGI's
AGI's are resulting in unusual behaviors. Can someone please tell me if this is my inappropriate use of AGI's, inappropriate use of Time::HiRes, or a bug with *: I call this script twice: #!/usr/bin/perl use Time::HiRes qw( gettimeofday ); ($seconds, $microseconds) = gettimeofday; $hirestime = sprintf("%s","$seconds$microseconds"); print "SET VARIABLE
2008 Nov 10
4
PathFindExtension and wide strings
...''windows/unicode'' include Windows::Path include Windows::Unicode file_a = ''bar.txt'' file_w = multi_to_wide(file_a) p PathFindExtensionA(file_a) # ''.txt'' => OK p PathFindExtensionW(file_w) # ''.'' => WRONG Is Ruby chopping the result because of an embedding null? How do we deal with it? Thanks, Dan This communication is the property of Qwest and may contain confidential or privileged information. Unauthorized use of this communication is strictly prohibited and may be unlawful. If you have received this communi...