View Issue Details

IDProjectCategoryView StatusLast Update
0000205JVT JM H.264/AVC reference softwareencoder and decoderpublic2010-03-30 20:58
Reporterxche2902 Assigned To 
PrioritynormalSeveritymajorReproducibilityhave not tried
Status newResolutionopen 
Product VersionJM 16.0 
Summary0000205: seems the lossless mode still doesn't work
DescriptionI have been trying to compress a RGB sequence with the lossless coding mode, supported by JM. The color depth is 14-bit.

I am modified the default encoder.cfg with the followings:

ProfileIDC = 244
PISlice = 0 # Quant. param for I Slices (0-51)
QPPSlice = 0 # Quant. param for P Slices (0-51)LosslessCoding = 1 # Enable lossless coding when qpprime_y is zero (0 Disabled, 1 Enabled)YUVFormat = 3 # YUV format (0=4:0:0, 1=4:2:0, 2=4:2:2, 3=4:4:4)
RGBInput = 1 # 1=RGB input, 0=GBR or YUV input
SeparateColourPlane = 1 # 4:4:4 coding: 0=Common mode, 1=Independent mode
SourceBitDepthLuma = 14 # Source Bit Depth for Luma color component (8...14 bits)
SourceBitDepthChroma = 14 # Source Bit Depth for Chroma color components (8...14 bits)
SourceBitDepthRescale = 0 # Rescale bit depth of source for output (0: Disable 1: Enable)
OutputBitDepthLuma = 14 # Output Bit Depth for Luma color component (8...14 bits)
OutputBitDepthChroma = 14 # Output Bit Depth for Chroma color components (8...14 bits)

However, I still got lossy compression results(I monitored and compared the pixel values of the original sequence and the decoded sequence, they are a bit different).

Could you please let me know if there is a problem with the encoder, or my configuration is incorrect? I have tried from JM14.2 to JM16.2, and still have not resolved the problem.

BTW, do I have to turn off the deblocking function for 100% lossless compression? I just removed the deblockFrame function, is it ok?

Thank you very much for viewing this issue!

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2010-03-30 20:58 xche2902 New Issue