search for: mp2

Displaying 20 results from an estimated 62 matches for "mp2".

Did you mean: tmp2
2005 Dec 13
2
creating a subset of a dataset using ifelse statement?
I am using R in a Microsoft Windows environment. I have a dataset called “mp1b”. I have a variable called h. h can take a value from -1 to 5. If h <1, I want to create a new dataset called mp2 that is the same as mp1b: “mp2<-mp1b” If h > 0, I want to set create a dataset mp2, where I limit the original dataset to those where mp1b$group = =h. similar to: “mp2<-subset (mp1b, group= = h)” I have tried this ifelse statement, but it does not seem to work as ex...
2006 Jul 20
1
libshout: Streaming MPEG Audio Layer 2
Hi, I'm not anywhere near an expert, but I had successfully used Darkice, TwoLame, and Icast231 to netcast a mp2 stream. If it will help, here is a snip from the related area of my darkice.cfg: [icecast2-1] format = mp2 bitrateMode = cbr bitrate = 384 quality = 1.0 server = 127.0.0.1 port = 32710 password = (duh!) sampleRate = 48000 channel...
2007 Jul 17
3
TS from DVB-T to Theora + Vorbis
Hello, Could you kindly point me to some instruction, how to encode demuxed files (.m2v and .mp2) to .ogg (Theora + Vorbis)? I was trying to use ffmpeg2theora, but I don't know, how to put two files to ffmpeg2theora (one audio an one video) and did not found, how to mux them into one file? Exist a way, how to do two pass encoding? I'm using Ubuntu Fiesty Linux. Thank you, Jiri Navra...
2009 Apr 14
5
.GSM -> .WAV (or ,MP3) Conversion
...: 52.0.0 built on Mar 13 2009 17:48:10, gcc: 4.3.2 Input #0, wav, from '1239101491.30.conv.wav': Duration: 00:00:06.7, bitrate: 1040 kb/s Stream #0.0: Audio: libgsm_ms, 640000 Hz, mono, 1040 kb/s File '1239101491.30.conv.mp3' already exists. Overwrite ? [y/N] y Output #0, mp2, to '1239101491.30.conv.mp3': Stream #0.0: Audio: mp2, 640000 Hz, mono, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 [mp2 @ 0xb7d352f0]Sampling rate 640000 is not allowed in mp2 Error while opening codec for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate,...
2006 Mar 30
2
'loop FOR' for make plots
Hello How to create plots dynamically with results of several analysis ? I got many outputs from lm fuction like: mp1.lm mp2.lm mp3.lm mp4.lm mp5.lm ... I'd like to make experimental versus predicted response plots of all analysis in a 'for loop': for( i in 1:10){ x11() plot( mp*i*$experimental_response, fitted( mp*i* ) ); abline(0,1) } I tried: paste( 'mp', i, sep=''), but it don't...
2006 Jun 21
5
ices2 realplayer
I'm rebroadcasting a realplayer stream and there are two problems. The icecast2 sounds tinny and its delayed something like 3secs. Any advice to perhaps use speex as it's talk radio? Can I cut the delay? Here is my ices2 config: http://static.natalian.org/2006-06-21/ices-alsa.xml Here is details of the feed, so you can take a listen:
2002 Nov 01
2
[LLVMdev] totally lost
Dear LLVM: I wrote a small testcase and I can compiler and run it with gcc, But with llvm, I got weird error like the following. I really don't know what's going on. Could you explain? Thanks a lot -Jerry Error Message: xli3|csil-suna38|~/mp2|[25]% llvmgcc testcase3.c testcase3.c: In function `init': testcase3.c:5: warning: cast to pointer from integer of different size /usr/dcs/projects/cs426/Software/gcc_install/bin/../lib/gcc-lib/llvm/3.1/as: /var/tmp//cc7nkKdc.s:428: Redefinition of value named 'reg213' in the 'int *...
2006 Sep 11
1
S4 Method dispatch in recent 2.4.0alpha
...9;plot' in 'minipkg2' > mpplot(1:10) Error in as.vector(x, "double") : cannot coerce to vector > plot(mpplot(1:10,plot=FALSE)) # this shows a proper plot > showMethods("plot") Function: plot, (package graphics) x="ANY" x="mp.plot" x="mp2.plot" > sessionInfo() R version 2.4.0 Under development (unstable) (2006-09-04 r39086) i386-pc-mingw32 locale: LC_COLLATE=Dutch_Netherlands.1252;LC_CTYPE=Dutch_Netherlands.1252;LC_MON ETARY=Dutch_Netherlands.1252;LC_NUMERIC=C;LC_TIME=Dutch_Netherlands.1252 attached base packages: [1] &q...
2003 Dec 15
5
Rsyncing Windows directory to a Linux box: problem with spaces in directory names
Hello, I am trying to rsync folders/files hosted on a Windows machine to a Linux machine. Many of the directory names have spaces in them. How can I list them in a file so that the --include-from option use them correctly? Thanks! Charles -- Charles-E. Nadeau Ph.D http://radio.weblogs.com/0111823/
2006 Nov 22
1
sshd startup error on SCO SR6
Openssh 4.4p1 and 4.5p1 SCO Openserver 6 w/mp1, mp2 While installing v4.5p1, I noticed this sshd syslog error which began appearing when I upgraded from v4.3p2 to v4.4p1: Sep 1 17:54:41 tenzing sshd[12837]: error: Bind to port 22 on :: failed: \ Network is unreachable. sshd -d reports: debug1: Bind to port 22 on ::. Bind to port 22 on :...
2004 Apr 14
1
[LLVMdev] Unknown LLVM intrinsic
...trinsic llvm.memcpy which I declare at the top of my file: declare void %llvm.memcpy(sbyte*, sbyte*, uint, uint) and then later use as such: call void %llvm.memcpy(sbyte* %t12, sbyte* %t13, uint %t9, uint 0) However when trying to compile the llvm program I get this: cpp -I/home/class/cs326/mp/mp2/lib cgen_test.ll | sed -e"s/#.*//" > cgen_test.bc.exp llvm-as -f -o cgen_test.bc cgen_test.bc.exp llvm-as: Function.cpp:232: unsigned int llvm::Function::getIntrinsicID() const: Assertion `0 && "Unknown LLVM intrinsic function!"' failed. make: *** [cgen_test.bc]...
2004 Sep 10
2
[Flac-users] Matroska open source A/V container format officially released
...smux every AVI, OGM or matroska file into a new matroska file, plus to add several external audio streams from either WAV or Ogg sources ( Vorbis ) as well as AC3 and MP3 audio, and SRT subtitles. Currently Supported codecs : Video : all VfW/VCM codecs ( DivX, XviD, etc. ) ; Audio : Vorbis, MP2, MP3, AC3, PCM ; Subtitles : SRT WINDOWS : File creation : The VirtualdubMod Team around Julien 'Cyrius' Coloos and Tobias 'Belgabor' Minnich have implemented matroska reading, editing and writing support in such a professional way that Windows users will not have to suffer...
2005 Oct 28
2
To CELP or not to CELP ... at higher bitrates
...several hundred kbps) would also be readily available to this application. Given that we really don't need the compression levels offered by advanced CELP speech encoding, does it still make the most sense to use Speex, or would we be better served to use some other codec -- perhaps such as mp2 or mp3 -- at higher bitrates? Do you have any guidelines you could share? Thanks! ______________________________________________________________________ Steve.
2001 Nov 25
2
RTCW on Wine questions.........
Ok heres the deal..... Im not a gamer, this is the first game Ive bought in 4 years so please bear with me. Ive been playing RTCW MP2 Test since it came out , I loved it. Sooo...when it hit the shelves I bought it, now, heres the hook, I run only linux...but Im a completley impatient person so....I bought the windows version assuming I could run it under linux, I can, it rocks, all except one detail in the single player version (...
2003 Feb 24
2
69.x.x.x network in rfc1918
...BR1.NYC4.ALTER.NET (152.63.21.81) 2.125 ms 2.063 ms 2.246 ms 9 so-0-0-0.edge1.NewYork1.Level3.net (209.244.160.181) 3.263 ms 3.364 ms 3.254 ms 10 so-4-1-0.gar1.NewYork1.Level3.net (209.244.17.77) 3.326 ms 3.429 ms so-4-1-0.gar2.NewYork1.Level3.net (209.244.17.85) 3.450 ms 11 so-7-0-0.mp2.NewYork1.Level3.net (64.159.1.185) 3.650 ms 3.511 ms 3.461 ms 12 so-3-0-0.mp1.Dallas1.Level3.net (64.159.1.109) 43.101 ms 43.193 ms 43.070 ms 13 gigabitethernet8-1.hsipaccess1.Dallas1.Level3.net (64.159.3.41) 42.432 ms 42.468 ms 42.399 ms 14 pop1-dal-P0-3.atdn.net (66.185.141.49) 44...
2018 Feb 01
0
[Bug 13248] New: Updates for DEFAULT_DONT_COMPRESS suffix list
...itional archive and multimedia filetypes. Several additions reflect the existence of new or more widely used compressed filetypes since the last update >7 years ago, others provide alternate suffixes for existing supported filetypes. Audio ===== .aac (raw AAC) .flac (FLAC) .m1a, .m2a, .mp1, .mp2, .mpa (MPEG audio) .m4a, .m4b, .m4p, .m4r, .m4v (Apple AAC) .opus (Opus) .spx, (Speex) Video ===== .m1v, .m2v, .mpeg, .mpg, .mpv (MPEG video) .qt (Apple Quicktime, additional to .mov) Multimedia containers ===================== .3g2, .3gp (3GPP) .f4v, .flv, (Flash) .m2ts (Blu-ray) .mka, .mkv...
2008 Feb 01
1
can not stream the video using eztream
...Any help will be appreciated ezstream 0.5.3 ezstream: Streaming ``scream'' Input #0, mpeg, from 'scream.mpg': Duration: 00:03:09.8, start: 0.261067, bitrate: 5353 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 368x256, 5073 kb/s, 29.97 fps(r) Stream #0.1[0x1c0]: Audio: mp2, 44100 Hz, stereo, 224 kb/s Pixel Aspect Ratio: 1.00/1 Frame Aspect Ratio: nan/1 Resize: 368x256 0:02:23.44 audio: 42kbps video: 100kbps, time remaining: 00:00:54 server Icecast 2.3.1 server_start Thu, 31 Jan 2008 18:07:42 -0500 source_client_connections 1 Mount Point : (/different.o...
2008 Dec 05
0
problems streaming theora with oggfwd and icecast2
...built on Nov 8 2008 16:53:09, gcc: 4.2.4 (Ubuntu 4.2.4-1ubuntu3) Input #0, mpeg, from '/home/pierpaolo/Scrivania/31.mpg': Duration: 00:09:03.0, start: 0.500000, bitrate: 1751 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576, 9000 kb/s, 25.00 fps(r) Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, 192 kb/s Output #0, ogg, to 'pipe:': Stream #0.0: Video: libtheora, yuv420p, 720x576, q=2-31, 1000 kb/s, 25.00 fps(c) Stream #0.1: Audio: libvorbis, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding ogg...
2009 Jan 18
1
problems streaming theora with oggfwd and icecast2
...lt on Nov 8 2008 16:53:09, gcc: 4.2.4 (Ubuntu 4.2.4-1ubuntu3) Input #0, mpeg, from '/home/pierpaolo/Scrivania/31.mpg': Duration: 00:09:03.0, start: 0.500000, bitrate: 1751 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576, 9000 kb/s, 25.00 fps(r) Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, 192 kb/s Output #0, ogg, to 'pipe:': Stream #0.0: Video: libtheora, yuv420p, 720x576, q=2-31, 1000 kb/s, 25.00 fps(c) Stream #0.1: Audio: libvorbis, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding...
2008 Dec 05
0
problems streaming theora with oggfwd and icecast2
...built on Nov 8 2008 16:53:09, gcc: 4.2.4 (Ubuntu 4.2.4-1ubuntu3) Input #0, mpeg, from '/home/pierpaolo/Scrivania/31.mpg': Duration: 00:09:03.0, start: 0.500000, bitrate: 1751 kb/s Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576, 9000 kb/s, 25.00 fps(r) Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, 192 kb/s Output #0, ogg, to 'pipe:': Stream #0.0: Video: libtheora, yuv420p, 720x576, q=2-31, 1000 kb/s, 25.00 fps(c) Stream #0.1: Audio: libvorbis, 48000 Hz, stereo, 128 kb/s Stream mapping: Stream #0.0 -> #0.0 Stream #0.1 -> #0.1 Press [q] to stop encoding ogg...