[XviD-devel] Xvid-devel Digest, Vol 75, Issue 3
Marcio Adriano Hübner
matrix.ex at gmail.com
Sat Apr 4 14:09:18 CEST 2009
I developer only in c#. sory.
2009/4/4 <xvid-devel-request at xvid.org>
> Send Xvid-devel mailing list submissions to
> xvid-devel at xvid.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://list.xvid.org/mailman/listinfo/xvid-devel
> or, via email, send a message with subject or body 'help' to
> xvid-devel-request at xvid.org
>
> You can reach the person managing the list at
> xvid-devel-owner at xvid.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xvid-devel digest..."
>
>
> Today's Topics:
>
> 1. Re: Xvid-devel Digest, Vol 75, Issue 2 ( ?? )
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 3 Apr 2009 18:05:33 +0800
> From: " ?? " <bing.li at autosoft.com.cn>
> Subject: Re: [XviD-devel] Xvid-devel Digest, Vol 75, Issue 2
> To: "xvid-devel at xvid.org" <xvid-devel at xvid.org>
> Message-ID: <200904031805322969986 at autosoft.com.cn>
> Content-Type: text/plain; charset="gb2312"
>
> Of course, C !
>
>
>
>
> 2009-04-03
>
>
>
> ??
>
>
>
> ???? xvid-devel-request at xvid.org
> ????? 2009-04-03 18:00:10
> ???? xvid-devel at xvid.org
> ???
> ??? Xvid-devel Digest, Vol 75, Issue 2
>
> Send Xvid-devel mailing list submissions to
> xvid-devel at xvid.org
> To subscribe or unsubscribe via the World Wide Web, visit
> http://list.xvid.org/mailman/listinfo/xvid-devel
> or, via email, send a message with subject or body 'help' to
> xvid-devel-request at xvid.org
> You can reach the person managing the list at
> xvid-devel-owner at xvid.org
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xvid-devel digest..."
> Today's Topics:
> 1. Re: Xvid-devel Digest, Vol 75, Issue 1 (Marcio Adriano H?bner)
> ----------------------------------------------------------------------
> Message: 1
> Date: Thu, 2 Apr 2009 19:59:08 -0300
> From: Marcio Adriano H?bner <matrix.ex at gmail.com>
> Subject: Re: [XviD-devel] Xvid-devel Digest, Vol 75, Issue 1
> To: xvid-devel at xvid.org
> Message-ID:
> <30c0abf10904021559p7552cde7n1720afa48207b04f at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> language in which you work? c #?
> 2009/4/2 <xvid-devel-request at xvid.org>
> > Send Xvid-devel mailing list submissions to
> > xvid-devel at xvid.org
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://list.xvid.org/mailman/listinfo/xvid-devel
> > or, via email, send a message with subject or body 'help' to
> > xvid-devel-request at xvid.org
> >
> > You can reach the person managing the list at
> > xvid-devel-owner at xvid.org
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of Xvid-devel digest..."
> >
> >
> > Today's Topics:
> >
> > 1. MPEG4 raw streame broadcast ( ?? )
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Wed, 1 Apr 2009 21:54:24 +0800
> > From: " ?? " <bing.li at autosoft.com.cn>
> > Subject: [XviD-devel] MPEG4 raw streame broadcast
> > To: "xvid-devel at xvid.org" <xvid-devel at xvid.org>
> > Message-ID: <200904012154235624073 at autosoft.com.cn>
> > Content-Type: text/plain; charset="gb2312"
> >
> > Dear everyone:
> >
> > I am using xvid decore to make a player.
> >
> > In this project , the server will broadcast the encoded streames to
> > all
> >
> > the clients. The clients should play the streames whenever they
> connect
> > to
> >
> > the network. The video size is fixed to 720x576.
> >
> > I analyze the sample mpeg4 raw streames, and notice that before
> >
> > the first I/P frame data, there are some VISOBJ_START_CODE (0x000001b5 )
> >
> > VIDOBJ_START_CODE (0x00000100 ) VIDOBJLAY_START_CODE (0x00000120 )
> >
> > VISOBJSEQ_START_CODE (0x000001b0 ) .
> >
> > Since the video server will broadcast the mpeg4 streames
> continuesly,
> >
> > the client may not receive the first VISOBJSEQ_START_CODE
> > VIDOBJLAY_START_CODE
> >
> > and etc. So I want to know that if i jump over these infomation, may
> I
> >
> > play the I/P frames correctly? If so, how should I process?? That means,
> >
> > I want to use only those data after VOP_START_CODE to reconstruct
> >
> > the video, is it possible?
> >
> > I use the decraw.c to do the test, it does not work..... Please
> help
> > me....
> >
> > Ice
> >
> >
> > ------------------------------
> >
> > _______________________________________________
> > Xvid-devel mailing list
> > Xvid-devel at xvid.org
> > http://list.xvid.org/mailman/listinfo/xvid-devel
> >
> >
> > End of Xvid-devel Digest, Vol 75, Issue 1
> > *****************************************
> >
> --
> Marcio Adriano H?bner
> ------------------------------
> _______________________________________________
> Xvid-devel mailing list
> Xvid-devel at xvid.org
> http://list.xvid.org/mailman/listinfo/xvid-devel
> End of Xvid-devel Digest, Vol 75, Issue 2
> *****************************************
>
> ------------------------------
>
> _______________________________________________
> Xvid-devel mailing list
> Xvid-devel at xvid.org
> http://list.xvid.org/mailman/listinfo/xvid-devel
>
>
> End of Xvid-devel Digest, Vol 75, Issue 3
> *****************************************
>
--
Marcio Adriano Hübner
More information about the Xvid-devel
mailing list