Displaying 4 results from an estimated 4 matches for "astream".
Did you mean:
stream
2016 Oct 17
2
Massive LMTP Problems with dovecot
> We'll need the `dovecot -n` output first.
Here we go:
> # 2.2.devel (933d16f): /etc/dovecot/dovecot.conf
> # Pigeonhole version 0.4.devel (63f9b42)
> # OS: Linux 3.13.0-98-generic x86_64 Ubuntu 14.04.5 LTS
> default_vsz_limit = 2 G
> lmtp_user_concurrency_limit = 10000
> mail_attachment_dir = /home/copymail/attachments
> mail_location = mdbox:~/mdbox
>
2001 Mar 04
0
annyone interested in "ogg streaming" maillinglist
WHY?
because most of the Desktop users are intersted in ogg as replacment for
.mp3 and not as astreaming alternative to Real (which I think is very
important)!
because most of the discusion here is concetrated on
licencing/implementation and I would hate to add more to it
(for example I hate discussions over winamp topics ... since I don't
think it is very important to the ogg as format/soluti...
2004 Nov 20
0
ffmpeg2theora start and end time support
...rame_bottomBand=0;
this->frame_leftBand=0;
this->frame_rightBand=0;
this->start_time=0;
this->end_time=0; /* ZERO denotes no end time set */
}
return this;
}
void ff2theora_output(ff2theora this) {
int i;
AVCodecContext *aenc = NULL;
AVCodecContext *venc = NULL;
AVStream *astream = NULL;
AVStream *vstream = NULL;
AVCodec *acodec = NULL;
AVCodec *vcodec = NULL;
AVIndexEntry * index_entry;
float frame_aspect;
int frame_number=0;
double fps = 0.0;
for (i = 0; i < this->context->nb_streams; i++){
AVCodecContext *enc = &this->context->streams[i]->...
2000 Jun 20
5
Win32 DLL
I've put together a first cut for a Win32 DLL using the BladeEnc interface.
Right now, it's just a drop-in replacement for BladeEnc.dll that ignores all
encoding parameters passed to it and uses the info_A vorbis_info struct
(same as the encoder_example).
It's not particularly useful as of yet, but you can rename it to
BladeEnc.dll and use it with any number of rippers out there