Displaying 20 results from an estimated 759 matches for "chop".
Did you mean:
chip
2010 Jan 13
0
reading fifo with read.table hangs
...the
numbers 0,1,...7 and then gracefully exit. Any ideas why not?
A longer script that actually does the job in its 2nd clause is shown in
'LONG SCRIPT' below ... I'm confused that the open call is needed. Any
comments on this?
Regards MJ
--- SHORT SCRIPT BEGIN
#!/bin/bash
mkfifo chops
gawk 'BEGIN {for (i=0;i<8;i++){print i}}' > chops &
R --slave --no-save <<EOF
print ("Hello from R")
con.data <- read.table ("chops")
con.data
EOF
unlink chops
--- SHORT SCRIPT END
--- LONG SCRIPT BEGIN
#!/bin/bash
DO_1st=no
DO_2nd=yes
DO_3rd=yes...
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...
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 ??...
2008 Dec 04
3
ogg dirac granulepos in oggz tools
...avidf+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, but it seems to do something
vaguely useful:
conrad at chichai:~/share/oggz-chop$ oggz chop -s 7 -e 11 -o
sage-7-11.ogv ../dirac/sage-640x360.ogg
conrad at chichai:~/share/oggz-chop$ oggz dump sage-7-11.ogv |grep
serialno | head -n...
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
in utils:::as.personList.default
> unlist(as.personList("Roeland Lastname"))
name.first name.midd...
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, Marc...
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://ww...
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://ww...
2008 Jul 31
1
oggz fixes for macos
...#39;:
> 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 (signed) int is probably the
safest, but I don't know the rules for enums.
> oggz-chop.c: In function 'read_plain':
> oggz-chop.c:562: warning: passing argument 1 of 'ogg_page_granulepos'
> discards qualifiers from pointer target type
> oggz-chop.c:563: warning: passing argument 1 of 'ogg_page_granulepos'
> discards qualifiers from pointer target t...
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...
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...
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 files and streams. Ogg is an interleaving data c...
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 files and streams. Ogg is an interleaving data c...
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 a while, or...
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 subj...
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 temporari...
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, tho...
2008 Dec 23
2
HOgg Release 0.4.1
...files. It supports chained
and multiplexed files conformant with RFC3533. Hogg can parse headers for
CELT, CMML, FLAC, PCM, Speex, Theora and Vorbis, and can read and write Ogg
Skeleton logical bitstreams.
Commands:
help Display help for a specific subcommand (eg. "hogg help chop")
man Generate Unix man page for a specific subcommand (eg.
"hogg man chop")
Reporting:
info Display information about the specified files and
their bitstreams
dump Hexdump packets of an Ogg file
pagedump Display page structure of an Ogg file...
2003 Dec 08
3
Strange variable chopping from AGI's
...of 20? 40?) will return with
fewer digits in the output of the AGI, which means that when I do my
subtraction, the numbers come out negative or wildy incorrect. I'm
throwing 5 calls into the outgoing spool at once during these tests.
What's going on here with AGI return values getting chopped?
Sometimes the first column gets chopped, sometimes the second column
gets chopped. Numbers can and do end in "0", so this is not an issue
of the digits being dropped due to ending with "0" or "00".
Other notes: if I swap out priority 5 with other non-agi
appl...
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 com...