artclarke / xuggle-xuggler

Xuggle's Xuggler Java API for Video -- DEPRECATED
GNU Lesser General Public License v3.0
360 stars 226 forks source link

Update ffmpeg to the latest version #16

Closed jkolobok closed 11 years ago

jkolobok commented 11 years ago

The latest version of ffmpeg is 1.2. xuggler is currently linked to 0.10.2.
For example 1.0 has fixed an issue with jpeg stream over rtp.

i30817 commented 11 years ago

Hope that when Atrac3+ is finally implemented in ffmpg, that the library is updated ;) (it's used by jpcsp which needs that codec for sound in most videos).

artclarke commented 11 years ago

I will not fix this in Xuggle -- the xuggle code-base requires significant rework to work with ffmpeg 2.x.

jkolobok commented 11 years ago

Even ffmpeg 1.2 would be good too.

He-Pin commented 11 years ago

thanks artclarke.i use xuggler once ~nice and cute project.

artclarke commented 11 years ago

i'm no longer working on the xuggle code-base period -- there are too many chances necessary to have it stay current. that includes 1.2. sorry.

He-Pin commented 11 years ago

@artclarke maybe you could update some document then some one could continue your work,and you could play an team manager ,merge and review.

artclarke commented 11 years ago

Tried that; no one took up the role. Instead, I am working on an alternate way to get to ffmpeg 2.0 using a different more updated code-base.

On Mon, Jul 22, 2013 at 7:24 AM, kerr notifications@github.com wrote:

@artclarke https://github.com/artclarke maybe you could update some document then some one could continue your work,and you could play an team manager ,merge and review.

— Reply to this email directly or view it on GitHubhttps://github.com/artclarke/xuggle-xuggler/issues/16#issuecomment-21347317 .

He-Pin commented 11 years ago

@artclarke yeah,just like netty,so many Chinese mobile game company use it,but no one commit one line code or even report some issue.

by the way,does the current code base contains all the code of xuggler?

I think how about you start an new project,and provide skeleton,then all the codec could just as an plugin?if you update the document,I believe will so many people contribute to it,cause github is better than google code.

all in all,it all up to you,thanks,cause i used you code in this https://github.com/sarxos/webcam-capture/tree/master/webcam-capture-examples/webcam-capture-live-streaming that's great!