Category Archives: Guides

Browse Sub-Categories:

How to convert HDR video to SDR with ffmpeg

By | September 15, 2023

HDR vs SDR HDR (High Dynamic Range) is the newer and more advanced version of display technology that shows more colorful and brighter pictures on displays that support it. It is much superior to its predecessor SDR. Videos in HDR format use 10-bits for storing color information and use different color transfer functions compared to… Read More »

How to check Ram Rank and Bank details in Linux – decode-dimms

By | May 20, 2023

The decode-dimms program from i2c-tools package can be used to extract spd information from the ram modules which provides details about the module including the timings, clock speed, internal layout of the memory blocks including rank and bank count. The command can be installed with the following commands: sudo apt-get install i2c-tools sudo modprobe eeprom… Read More »