search for: clip1

Displaying 6 results from an estimated 6 matches for "clip1".

Did you mean: clip
2003 Jun 28
1
The effects of encoding repeatedly
I just did this experiment where I took an audio clip, encoded it to Vorbis q4, decoded it to wav, and repeated several times. I also did the same with MP3 @ 128k. Here are the resulting files, if anyone is interested in the results. Clip1 is the first encoding, and Clip8 is the eighth. http://mywebpages.comcast.net/swmarks/vorbis/clip1.ogg http://mywebpages.comcast.net/swmarks/vorbis/clip8.ogg http://mywebpages.comcast.net/swmarks/vorbis/clip1.mp3 http://mywebpages.comcast.net/swmarks/vorbis/clip8.mp3 It appears that vorbis dumps...
2018 Jun 01
1
rasterize SpatialPolygon object using a RasterBrick object
...,2,5,5))) Sr4 = Polygon(10*cbind(c(5,6,6,5,5),c(4,4,3,3,4)), hole = TRUE) Srs1 = Polygons(list(Sr1), "s1") Srs2 = Polygons(list(Sr2), "s2") Srs3 = Polygons(list(Sr3, Sr4), "s3/4") SpP = SpatialPolygons(list(Srs1,Srs2,Srs3), 1:3) plot(b[[1]]) plot(SpP, add = T) # crop clip1 = crop(b, extent(SpP)) # rasterize returns an error, but documentation says it should return a RasterBrick object clip2 = rasterize(SpP, b, mask = T) Error in v[, r] <- rrv : number of items to replace is not a multiple of replacement length # however, if I used only one layer, all would be...
2001 Jul 13
6
as if you haven't seen this yet
i'm sure most of us are avid slashdot readers, but... http://slashdot.org/article.pl?sid=01/07/13/1558239&mode=nested have fun dongoodman %--------------------------------------------deg3@ra.msstate.edu| |bleu| |`I invented the term 'object oriented', pobox 2516| |----| |and I can tell you mississippi state ms| | () | /. |I did
2004 Jun 02
4
Splicing audio clips into one stream
Is there a Linux tool that will splice several gsm sound clips together into one clip? In my agi script, I would like to use 'get_data' with one clip instead of multiple 'stream_file' so the user doesn't have to listen to the entire spiel before responding. Thanks, -- Michael Welter Introspect Telephony Corp. Denver, Colorado +1 303 674 2575 mike@introspect.com
2013 Mar 06
2
can you suggest on extending ogg as short-clip container and the make of its tool?
...s audio. Ogg page maxes at 64kB, equivilent to 11 seconds, enough to hold longest context audio clip of most games, and having multiple pages corresponding to one subtitle piece is okay with the design too. -- The tool can be something like this: $ oggz binder --page-size=32kB --codec opus clip1.raw clip2.raw ... > clips.ogg I have two more specific questions: 1. Is it better to design a tool that only handle bookbinding of raw audios, and let oggz-merge to merge the subtitle (file-names) into it? This fits the one-tool-does-one-thing-only idea, but I am afraid made things unn...
2007 Jun 19
0
Branch 'as' - 4 commits - libswfdec/swfdec_codec_video.c libswfdec/swfdec_movie.c test/trace
...his);"), SWFACTION_ONLOAD); + SWFDisplayItem_addAction (item, newSWFAction ("trace (_root._currentframe + \": unload \" + this);"), SWFACTION_UNLOAD); +} + +static char * +modify_placement (SWFMovie movie, guint mod) +{ + GString *name; + SWFDisplayItem item; + SWFBlock clip1, clip2; + + name = g_string_new ("place-object"); + if (mod & MODIFY_REMOVE) + g_string_append (name, "-remove"); + clip1 = (SWFBlock) newSWFMovieClip (); + if (mod & MODIFY_DIFFERENT_CHAR) { + if (mod & MODIFY_HAS_CHAR) { + clip2 = (SWFBlock) newSWFBu...