Opened 13 years ago
Closed 13 years ago
#723 closed defect (fixed)
bmp: support 16bpp x4 r4 g4 b4
Reported by: | ami_stuff | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | avcodec |
Version: | git-master | Keywords: | bmp |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
ffmpeg -i 16bpp_x4_r4_g4_b4.bmp ffmpeg version 0.8.7.git-31a1342, Copyright (c) 2000-2011 the FFmpeg developers built on Nov 26 2011 14:05:22 with gcc 4.5.0 libavutil 51. 29. 1 / 51. 29. 1 libavcodec 53. 37. 1 / 53. 37. 1 libavformat 53. 21. 0 / 53. 21. 0 libavdevice 53. 4. 0 / 53. 4. 0 libavfilter 2. 49. 1 / 2. 49. 1 libswscale 2. 1. 0 / 2. 1. 0 libpostproc 51. 2. 0 / 51. 2. 0 [bmp @ 0x112042d0] Warning: not compiled with thread support, using thread emulation Input #0, image2, from '16bpp_x4_r4_g4_b4.bmp': Duration: 00:00:00.04, start: 0.000000, bitrate: N/A Codec 0x50 is not in the full list. Stream #0:0: Video: bmp, rgb555be, 1024x768, 25 tbr, 25 tbn, 25 tbc At least one output file must be specified
I will create tickets for
16bpp a4 r4 g4 b4
32bpp x8 r8 g8 b8
when this will be supported.
Attachments (1)
Change History (5)
by , 13 years ago
Attachment: | 16bpp_x4_r4_g4_b4.bmp added |
---|
comment:1 by , 13 years ago
Keywords: | bmp added |
---|---|
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 13 years ago
Component: | undetermined → avcodec |
---|
comment:3 by , 13 years ago
more info:
X4 R4 G4 B4—16 bits per pixel: 4 each for the RGB channels and 4 unused bits.
http://www.kxcad.net/autodesk/3ds_max/Autodesk_3ds_Max_9_Reference/dds_files.html
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Fixed by Paul B Mahol, there might still be a problem with the (non-existing) alpha channel, but that is impossible to test with this sample.
Note:
See TracTickets
for help on using tickets.
Output looks very broken, the original file works fine with GIMP.