[FFmpeg-trac] #163(undetermined:open): png output creates artifacts or blank image with x11grab input

FFmpeg trac at avcodec.org
Sun Aug 28 22:33:41 CEST 2011


#163: png output creates artifacts or blank image with x11grab input
-------------------------+---------------------------
Reporter:  llogan        |       Owner:
    Type:  defect        |      Status:  open
Priority:  minor         |   Component:  undetermined
 Version:  git-master    |  Resolution:
Keywords:  x11grab, png  |  Blocked By:
Blocking:                |  Reproduced:  1
Analyzed:  0             |
-------------------------+---------------------------

Comment (by reimar):

 FFmpeg captures with alpha channel, though RGB32 for X does not usually
 include alpha but instead has a constant 0.
 That constant 0 ends up as "fully transparent" in the png.
 If you remove the alpha channel (e.g. in GIMP decompose as RGB and then
 compose again) you will see the image is there.
 -pix_fmt rgb24 is of course a better way to get the same effect.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/163#comment:3>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list