FujiFilm Video Recording Mode

Started by greybeard, January 19, 2023, 12:06:53 PM

Previous topic - Next topic

greybeard

A new Video Recording mode for FujiFilm X series:

Current:
    0x3803 => { #forum10037
        Name => 'VideoRecordingMode',
        Groups => { 2 => 'Video' },
        Writable => 'int32u',
        PrintHex => 1,
        PrintConv => {
            0x00 => 'Normal',
            0x10 => 'F-log',
            0x20 => 'HLG',
        },
    },

New value:
0x30 F-log2

Phil Harvey

Great, thanks!  This will appear in ExifTool 12.56

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).