rubeninmark / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

YUV to ARGB Converter causes every 2nd line of pixels to be offset by one #93

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This is actually an FFMPEG bug:
https://roundup.ffmpeg.org/roundup/ffmpeg/issue934

but that we're tracking here as well because it affects us.  We'll close
this when the downstream bug is fixed.

To work around, use the BGR24 converter type -- most videos don't support
Alpha channel video anyway, and you can still use all of Java's
transparency support when composing images for encoding anyway -- just
convert to a BGR24 at the end of your pipeline.

Original issue reported on code.google.com by art.cla...@gmail.com on 2 Apr 2009 at 1:59

GoogleCodeExporter commented 9 years ago
Issue 94 has been merged into this issue.

Original comment by art.cla...@gmail.com on 12 May 2009 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by art.cla...@gmail.com on 12 May 2009 at 6:22

GoogleCodeExporter commented 9 years ago
It looks like FFMPEG closed this issue in Jan 2010.  
Does this now work in Xuggler?

Original comment by daviddph...@gmail.com on 22 Mar 2011 at 10:07