Displaying 20 results from an estimated 39 matches for "tbc".
Did you mean:
abc
2005 Sep 22
1
Noise :-(
Hi all,
i use speex preprocessor features in this way:
===================================
#define NN 160 /* 20msec di audio */
...
int tbc=0,c,d,ret;
spx_int16_t TEMP_Buffer[NN];
char DLECODE;
/* Inizializza il preprocessore Speex se non inizializzato */
if(Modem->speex_pp_state == NULL) {
Modem->speex_pp_state = speex_preprocess_state_init(NN,AUDIO_SAMPLERATE);
}
/* Modifica i parametri di Speex */...
2004 Jan 24
2
Shorewall 1.4.10-RC2
http://shorewall.net/pub/shorewall/Beta
ftp://shorewall.net/pub/shorewall/Beta
-Tom
--
Tom Eastep \ Nothing is foolproof to a sufficiently talented fool
Shoreline, \ http://shorewall.net
Washington USA \ teastep@shorewall.net
2018 Apr 17
2
iterative read - write
...*# This works*
*#read in a data file
*
*>Corbre_2 <- read.table("E:/Acoustic Parameters/~Emballonuridae/Data by
genus/~Corbre/Corbre_2.txt",header=T,sep="\t",quote="")*
*# create and calculate a new variable for time between call pusles
*
*Corbre_2 [c("TBC")] <- recode.variables(Corbre_2[c("TBC")] , "0 -> NA;")*
*# Create new BW variable for band width then change data file name*
*BW<-within(Corbre_2,BW<-Fmax-Fmin)*
*# Create 2 new variables for fundamental H1 and third harmonic H3
frequencies
*
*#based on Fc...
2020 Sep 24
5
call an IP camera?
...audio, bridge with
the video stream from the camera.
It would be very cool if I could just call the camera and see what's going
on. Ffmpeg shows the following streams available from the camera:
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12
fps, 12 tbr, 90k tbn, 24 tbc
Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps,
12 tbr, 90k tbn, 24 tbc
Perhaps it's not even necessary to recode the stream?
2009 Sep 06
4
Accelerated video output with ffmpeg2theora 0.24
...s ffmpeg2theora output:
$ ffmpeg2theora --optimize --inputfps 25 -F 25 2002-05-23\ Juho\ prinssina.AVI
Input #0, avi, from '2002-05-23 Juho prinssina.AVI':
Duration: 00:02:36.76, start: 0.000000, bitrate: 107321 kb/s
Stream #0.0: Video: rawvideo, yuyv422, 720x576, 25 tbr, 25 tbn, 25 tbc
Stream #0.1: Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s
Resize: 720x576
0:02:36.76 audio: 78kbps video: 8080kbps, time elapsed: 00:13:26
$ ffmpeg2theora --inputfps 25 -F 25 196X\ Juhani\ pienen?\ LAAJEMPI\ VERSIO.AVI
Input #0, avi, from '196X Juhani pienen? LAAJEMPI VERSIO...
2005 Oct 11
1
noise when passing trougth speex_preprocess
...SET_AGC, &c);
if(agc) {
float t;
t = agc_level * 3276;
speex_preprocess_ctl(speex_pp_state,SPEEX_PREPROCESS_SET_AGC_LEVEL,&t);
}
c = vox;
speex_preprocess_ctl(speex_pp_state, SPEEX_PREPROCESS_SET_VAD, &c);
[LOOP]
/* Convert from 8 bit unsigned to 16 bit signed */
TEMP_Buffer[tbc] = (spx_int16_t)((int)buffer[c] << 8) - 32640;
tbc++;
if(tbc > NN) {
ret = speex_preprocess(speex_pp_state, TEMP_Buffer, NULL);
}
at this point TEMP_Buffer contain original sound *with* noise.
Ideas ? Suggestions ?
Thanks ! Oz
--
----
O-Zone...
2012 May 22
1
sieve
...ed as
well.
I put following in the .dovecot.sieve
if header :contains "Sender" "alom-alert@" {
keep;
if not header :contains "Sender" "alom-alert@" {
redirect "my at emailid on server";
redirect "xyz at gmail.com";
redirect "abc at tbc.edu";
stop;
}
}
Is this correct?
Thanks,
UG
2009 Jul 15
2
ffmpeg2theora: issue converting from a png image list
...9;s exactly what I tried with the latest 0.24 release of ffmpeg2theora:
ffmpeg2theora-0.24.linux32.bin img-%03d.png -o output.ogv
Input #0, image2, from 'img-%03d.png':
Duration: 00:00:12.00, start: 0.000000, bitrate: N/A
Stream #0.0: Video: png, yuv420p, 1280x720, 25 tbr, 25 tbn, 25 tbc
Resize: 1280x720
Segmentation fault
The same problem happens with the release in Ubuntu 9.04, and with the
0.22 release. I haven't tried earlier releases yet.
To reproduce this issue, you can get the images from the tarball on
http://free-electrons.com/issues/ffmpeg2theora-jul15-2009/
I wo...
2020 Sep 24
0
call an IP camera?
...tream such as music on hold?
> It would be very cool if I could just call the camera and see what's going
> on. Ffmpeg shows the following streams available from the camera:
>
> Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12
> fps, 12 tbr, 90k tbn, 24 tbc
>
> Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps,
> 12 tbr, 90k tbn, 24 tbc
>
> Perhaps it's not even necessary to recode the stream?
Very likely, but what you're looking at there is the media format; you also
need some sort of signalling pro...
2020 Sep 24
1
call an IP camera?
...tream such as music on hold?
> It would be very cool if I could just call the camera and see what's going
> on. Ffmpeg shows the following streams available from the camera:
>
> Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080, 12
> fps, 12 tbr, 90k tbn, 24 tbc
>
> Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12 fps,
> 12 tbr, 90k tbn, 24 tbc
>
> Perhaps it's not even necessary to recode the stream?
Very likely, but what you're looking at there is the media format; you also
need some sort of signalling pro...
2011 Dec 15
1
How to open files that contain "0"
...n values of Zero =0?
These are valid values for the parameters I need to evaluate.
I have tried CSV and tab formats.
Trying XL Connect and/or XLConnectJars dies not seem to work to open
Excel files so I am at a loss on how to get the data into a DF.
Sample of data with 0 values:
Filename Dur TBC Fmax Fmin Fmean Fc S1 Sc Pmc
g8221843.13# 5.06 0 38.93 36.2 37.96 36.45 -34.08 192.69 6.8
g8221843.13# 0.41 5.29 38.83 36.04 38.83 38.83 -261.93 -513.05 0
g8221843.13# 0.66 0.68 35.71 33.4 36.42 35.63 -238.04 -392.06 0.2
g8221843.13# 0.58 54.84 42.78 40.3 41.1...
2009 Sep 02
2
issue with encoding of one particular file?
...result
ffmpeg2theora.linux digit24.mp4
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'digit24.mp4':
Duration: 00:42:41.04, start: 0.000000, bitrate: 1177 kb/s
Stream #0.0(eng): Audio: aac, 48000 Hz, 2 channels, s16
Stream #0.1(eng): Video: h264, yuv420p, 640x360, 25 tbr, 600 tbn,
1200 tbc
Stream #0.2(eng): Data: rtp / 0x20707472
Stream #0.3(eng): Data: rtp / 0x20707472
0:00:00.00 audio: 0kbps video: 6819kbps, ET: 142:16:48, est. size:
2081.9 MB
at the end, file is 110M big
2. second, major one, the resulting file can't be used, picture not
exist or is too fast /...
2009 Apr 25
5
Out of memory issue
Hi all,
I am trying to run some plots on data, but when loading he CSV data
file R is stopping and I am getting an out of memory error.
Anyway to tweak this somehow to get it to run?
Using WinXP with 4 GB RAM
Tnx
Bruce
2010 Apr 30
3
Ogv file only plays in VLC / Can't be used by most tools.
...filter 1.17. 0 / 1.17. 0
libswscale 0.10. 0 / 0.10. 0
libpostproc 51. 2. 0 / 51. 2. 0
Input #0, ogg, from 'C:\NG\Source\Tools\OggEncoder\Out.ogv':
Duration: 00:00:14.53, start: 0.000000, bitrate: 3052 kb/s
Stream #0.0: Video: theora, yuv420p, 640x480, 30 tbr, 30 tbn, 30 tbc
File 'test.mpg' already exists. Overwrite ? [y/N] y
Output #0, mpeg, to 'test.mpg':
Metadata:
encoder : Lavf52.54.0
Stream #0.0: Video: mpeg1video, yuv420p, 640x480, q=2-31, 200 kb/s, 90k tbn, 30 tbc
Stream mapping:
Stream #0.0 -> #0.0
Press [q] to stop encodi...
2009 Apr 26
6
Memory issues in R
...system.
I can run smaller sample data sets w/o problems and everything plots as
needed.
However I need to review large data sets.
Using latest R version 2.9.0 (2009-04-17)
My data is in CSV format with a header row and is a big data set with
1,200,240 rows!
E.g. below:
Dur,TBC,Fmax,Fmin,Fmean,Fc,S1,Sc,
9.81,0,28.78,24.54,26.49,25.81,48.84,14.78,
4.79,1838.47,37.21,29.41,31.76,29.52,241.77,62.83,
4.21,5.42,28.99,26.23,27.53,27.4,76.03,11.44,
10.69,193.48,30.53,25.4,27.69,25.4,-208.19,26.05,
15.5,248.18,30.77,24.32,26.57,24.92,-202.76,18.64,
14.85,217.47,...
2010 Aug 11
3
Bad results, encoding keynote presentation videos
...39;:
Metadata:
major_brand : isom
minor_version : 512
compatible_brands: isomiso2avc1mp41
encoder : Lavf52.78.1
Duration: 00:00:23.96, start: 0.000000, bitrate: 245 kb/s
Stream #0.0(eng): Video: h264, yuv420p, 640x360, 241 kb/s, 25.04
fps, 25 tbr, 600 tbn, 1200 tbc
0:00:24.00 audio: 0kbps video: 151kbps, time elapsed: 00:00:19
0:00:23.96 audio: 0kbps video: 151kbps, time elapsed: 00:00:19
Perhaps you have an ideam what's going on here..
Thanks in advance, Michael.
2020 Sep 24
3
call an IP camera?
...uld be very cool if I could just call the camera and see what's
> > going
> > on. Ffmpeg shows the following streams available from the camera:
> >
> > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 1920x1080,
> > 12
> > fps, 12 tbr, 90k tbn, 24 tbc
> >
> > Stream #0:0: Video: h264 (Main), yuv420p(progressive), 640x352, 12
> > fps,
> > 12 tbr, 90k tbn, 24 tbc
> >
> > Perhaps it's not even necessary to recode the stream?
>
> Very likely, but what you're looking at there is the media forma...
2009 Jul 16
2
ffmpeg2theora 0.24 regression: accelerated video output (converted from h264)
...)
ffmpeg2theora-0.24.linux32.bin foo.mts -x 1280 -y 720 -o
foo-ffmpeg2theora-0.24.ogv
Input #0, mpegts, from 'foo.mts':
Duration: 00:00:15.83, start: 1.000067, bitrate: 16946 kb/s
Program 1
Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR
16:9], 50 tbr, 90k tbn, 50 tbc
Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, stereo, s16, 256 kb/s
Pixel Aspect Ratio: 1.00/1 Frame Aspect Ratio: 1.78/1
Resize: 1920x1080 => 1280x720
0:00:07.79 audio: 82kbps video: 4254kbps, time remaining: 00:01:34
When I try to play the ogv file, the video stream is playing at...
2009 May 30
1
Segmentation Fault
...hows/Holding\ Area/video.vob
Input #0, mpeg, from '/Users/jason/Movies/TV Shows/Holding Area/
video.vob':
Duration: 00:05:43.90, start: 0.211444, bitrate: 7217 kb/s
Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x480 [PAR
32:27 DAR 16:9], 9800 kb/s, 59.94 tbr, 90k tbn, 59.94 tbc
Stream #0.1[0x20]: Subtitle: dvdsub
Stream #0.2[0x21]: Subtitle: dvdsub
Stream #0.3[0x22]: Subtitle: dvdsub
Stream #0.4[0x23]: Subtitle: dvdsub
Stream #0.5[0x24]: Subtitle: dvdsub
Stream #0.6[0x25]: Subtitle: dvdsub
Stream #0.7[0x88]: Audio: dca, 48000 Hz, 5.1, s1...
2008 Apr 28
3
Problem with World of Warcraft
I am having great trouble running World of Warcraft, after it has been installed.
I copied over all the CD/DVD contents for both WoW and WoW:TBC on to my HDD and installed it, then patched it with Wine without a hitch.
However, now when I go to run the game I get the following errors in the console:
Code:
mothermayi at mmi-desktop:~/.wine/drive_c/Program Files/World of Warcraft$ wine WoW.exe -opengl
preloader: Warning: failed to reserve...