Changes between Initial Version and Version 1 of Ticket #2275, comment 3
- Timestamp:
- 02/18/2013 03:26:01 PM (3 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2275, comment 3
initial v1 3 3 > ImageMagick decodes exactly the same (invisible) artefacts as FFmpeg. 4 4 5 Indeed it isn't. 5 Indeed there isn't. 6 7 Check with: 6 8 {{{ 7 9 ffplay -f lavfi "color=s=400x300:c=white[bg]; movie=ffmpeg-logo.png, [bg] overlay" … … 13 15 }}} 14 16 15 libswscale is stripping the alpha plane when converting from RGBA to YUV, and the display is the natural result of this operation, the only sane path would be to make the output devicesupport alpha, but this is unrelated to FFmpeg.17 libswscale is stripping the alpha plane when converting from RGBA to YUV, and the display is the natural result of this operation, the only sane path would be to make SDL support alpha, but this is unrelated to FFmpeg. 16 18 17 19 Sorry for the noise.


