Displaying 13 results from an estimated 13 matches for "mpeg4ip".
Did you mean:
mpeg4
2006 Oct 11
1
mpeg4ip (from Dag) vs CentOS 4.4 64-bit?
...of the utilities. Perhaps, it's some 64-bit vs 32-bit-ism?
I'm not much of a programmer (actually, I'm a terrible programmer) so
any suggestions would be very much appreciated. :) The machine has
otherwise been bulletproof so I'm reasonably sure it's something fishy
with mpeg4ip.
Cheers,
2002 Sep 07
3
Website for Ogg/Vorbis support for MPEG4IP
Hi
I have created a small website trying to document my Ogg/Vorbis support for MPEG4IP.
You can find it here.
http://www.maersk-moller.net/mpeg4ip/index.html
Kind regards
Peter Maersk-Moller
--- >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 'vorbis-request@xiph.org'...
2002 Jun 30
4
bitrate peeling
Hi
I read in http://grahammitchell.net/writings/vorbis_intro.html
> Ogg Vorbis files support "bitrate peeling", which means you can produce
> a lower bitrate file from a higher bitrate file without re-encoding and
> at the same quality as if you'd encoded the file directly into the lower
> bitrate from the original file. No other lossy audio codec currently
> supports
2002 Nov 21
4
Rgenerating headers
...is there any reason why you shouldn't
be able to completely regenerate the header packets/frames
from what I have outlined ?
--PMM
-----------------------------------------------------------
Peter Maersk-Moller
-----------------------------------------------------------
Ogg/Vorbis support for MPEG4IP and YUV12, XviD, AVI and MP4
for libmpeg2. See http://www.maersk-moller.net/projects/
-----------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a messag...
2006 Jan 11
3
video development
Hi Fran, you could do it using Adobe/Macromedia Flash Media Server 2,
but I guess that's not the answer you are looking for.
If you manage to do this and release it under GPL I'll kick in $50 for a
bounty.
Regards,
Dean Collins
dean@collins.net.pr
+1-212-203-4357
+61-2-9016-5642 (Sydney in-dial).
-----Original Message-----
From: asterisk-users-bounces@lists.digium.com
2005 Jul 31
0
Support for rtsp:
...protocol), as used by RealPlayer, Apple
>>Quicktime etc.?
>>Alternatively - though I really like icecast and want to keep with it
>>perhaps someone can suggest an open-source streamer that can do this?
Arthur Wiebe wrote:
> Darwin Streaming Server can do it. Also I believe mpeg4ip can do it but I'm
> not 100% sure.
Looks like there's some connection between these two - I will check them
out, anyway. I have also discovered Videolan <http://www.videolan.org> -
may also be of use.
--
Richard
2007 Mar 21
0
install and setup app_mp4 application
Hi all,
according to
http://sip.fontventa.com/content/view/15/44/ i have
compiled the mpeg4ip libries without problem. After
copying the app_mp4.c file into de Asterisk apps
directory and changing the Makefile like.
[...]
app_sql_odbc.so: app_sql_odbc.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lodbc
app_mp4.so : app_mp4.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $&l...
2001 Sep 14
1
a few questions
>http://www.m4if.org/resources.html
>
See also
http://www.mpeg4ip.net/
which has a lot of open source and available MPEG-4
code available.
The licensing issue is still a mess, although they
hope to make it at least coherent "real soon now". Use
at your own risk.
BTW, there is no MP4. The equivalent audio codec is the
Dolby AAC.
Regards
Marshall Euba...
2004 Sep 10
2
Should FLAC join Xiph?
--- Joshua Haberman <joshua@haberman.com> wrote:
> * Josh Coalson (xflac@yahoo.com) wrote:
> > I'm kind of swamped today so I'll answer what I can get
> > away with until tonight:
> >
> > --- Joshua Haberman <joshua@haberman.com> wrote:
> > > The most interesting questions to me are ones you didn't address:
> > >
> > >
2002 Nov 21
3
Vorbis as a standard
...e one writing the code.
Anyway, have anyone else experienced the problem ? And
what does the Xiph people have to say about it ?
--PMM
-----------------------------------------------------------
Peter Maersk-Moller
-----------------------------------------------------------
Ogg/Vorbis support for MPEG4IP and YUV12, XviD, AVI and MP4
for libmpeg2. See http://www.maersk-moller.net/projects/
-----------------------------------------------------------
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a messag...
2002 Jun 30
3
Ogg/Icecast vs. Real
After reading through an older thread on this list (streaming ogg
audio), I was wondering if would be possible in the future to use
OggVorbis and Icecast as a replacement for RealAudio and RealServer. By
this I'm not talking about simple live http/tcp streaming, but on-demand
rtsp/udp streaming where a user could open a player and instantly jump
to a location in a file, or click a link in a
2004 Aug 06
3
Videoconferencing with speex and jabber
...more then two people. The audio could be merged
on the server and sent to each client.
- Single or double port usage for the connections. Not more.
- Firewall friendly.
My questions:
- I have readed that jabber supports streams . Is there a way to
transmit audio (www.speex.org) and video (mpeg4ip?) within the
jabber protocol.
- Are there any plans to doing so?
- What do you think about that. Is it posible. What's about the performance?
How can it be made?
Thanks a lot for any help.
Best Regards,
<p>Carsten Breuer
<p><p>--- >8 ----
List archives: http://...
2002 Mar 14
2
Ogg in MP4 file, Unexpected result from _vorbis_unpack_books
Hi.
I'm trying to implement Ogg/Vorbis support for the MPEG4IP project.
The goal is to support Ogg/Vorbis audio for MPEG-4 streaming.
So far I have managed to make the encoder save Ogg packets as an Audio
object in an .mp4 file. As a side effect, it can also save Ogg pages in
an .ogg file playable by xmms, but that's no big deal.
So what I'm doing is...