Misc string fixes

main
Miloš Komarčević 1 year ago committed by Miloš Komarčević
parent 6f42d99132
commit 3e30bb2840

@ -511,11 +511,11 @@ constexpr TagInfo CanonMakerNote::tagInfo_[] = {
SectionId::makerTags, unsignedLong, -1, EXV_PRINT_TAG(canonSerialNumberFormat)}, SectionId::makerTags, unsignedLong, -1, EXV_PRINT_TAG(canonSerialNumberFormat)},
{0x001a, "SuperMacro", N_("Super Macro"), N_("Super macro"), IfdId::canonId, SectionId::makerTags, signedShort, -1, {0x001a, "SuperMacro", N_("Super Macro"), N_("Super macro"), IfdId::canonId, SectionId::makerTags, signedShort, -1,
EXV_PRINT_TAG(canonSuperMacro)}, EXV_PRINT_TAG(canonSuperMacro)},
{0x001c, "DateStampMode", N_("DateStampMode"), N_("Data_Stamp_Mode"), IfdId::canonId, SectionId::makerTags, {0x001c, "DateStampMode", N_("DateStampMode"), N_("Date stamp mode"), IfdId::canonId, SectionId::makerTags,
unsignedShort, -1, EXV_PRINT_TAG(canonDateStampMode)}, unsignedShort, -1, EXV_PRINT_TAG(canonDateStampMode)},
{0x001d, "MyColors", N_("MyColors"), N_("My_Colors"), IfdId::canonId, SectionId::makerTags, unsignedShort, -1, {0x001d, "MyColors", N_("MyColors"), N_("My_Colors"), IfdId::canonId, SectionId::makerTags, unsignedShort, -1,
printValue}, printValue},
{0x001e, "FirmwareRevision", N_("FirmwareRevision"), N_("Firmware_Revision"), IfdId::canonId, SectionId::makerTags, {0x001e, "FirmwareRevision", N_("FirmwareRevision"), N_("Firmware revision"), IfdId::canonId, SectionId::makerTags,
unsignedLong, -1, printValue}, unsignedLong, -1, printValue},
// {0x0023, "Categories", N_("Categories"), N_("Categories"), IfdId::canonId, SectionId::makerTags, unsignedLong -1, // {0x0023, "Categories", N_("Categories"), N_("Categories"), IfdId::canonId, SectionId::makerTags, unsignedLong -1,
// EXV_PRINT_TAG(canonCategories)}, // EXV_PRINT_TAG(canonCategories)},
@ -1098,7 +1098,7 @@ constexpr TagInfo CanonMakerNote::tagInfoLe_[] = {
N_("Lens Serial Number. Convert each byte to hexadecimal to get two " N_("Lens Serial Number. Convert each byte to hexadecimal to get two "
"digits of the lens serial number."), "digits of the lens serial number."),
IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000}, IfdId::canonLeId, SectionId::makerTags, unsignedByte, -1, printLe0x0000},
{0xffff, "(UnkownCanonLensInfoTag)", "(UnkownCanonLensInfoTag)", N_("UnkownCanonLensInfoTag"), IfdId::canonLeId, {0xffff, "(UnknownCanonLensInfoTag)", "(UnknownCanonLensInfoTag)", N_("UnknownCanonLensInfoTag"), IfdId::canonLeId,
SectionId::makerTags, undefined, 1, printValue} // important to add end of tag SectionId::makerTags, undefined, 1, printValue} // important to add end of tag
}; };
@ -1325,11 +1325,11 @@ constexpr TagDetails canonInitialAFPointInServo[] = {
constexpr TagInfo CanonMakerNote::tagInfoAfC_[] = { constexpr TagInfo CanonMakerNote::tagInfoAfC_[] = {
{0x0001, "AFConfigTool", N_("AF Config Tool"), N_("AF Config Tool"), IfdId::canonAfCId, SectionId::makerTags, {0x0001, "AFConfigTool", N_("AF Config Tool"), N_("AF Config Tool"), IfdId::canonAfCId, SectionId::makerTags,
signedLong, -1, printValue}, signedLong, -1, printValue},
{0x0002, "AFTrackingSensitivity", N_("AF Tracking Sensitivity"), N_("AFTrackingSensitivity"), IfdId::canonAfCId, {0x0002, "AFTrackingSensitivity", N_("AF Tracking Sensitivity"), N_("AF Tracking Sensitivity"), IfdId::canonAfCId,
SectionId::makerTags, signedLong, -1, printValue}, SectionId::makerTags, signedLong, -1, printValue},
{0x0003, "AFAccelDecelTracking", N_("AF Accel Decel Tracking"), N_("AF Accel Decel Tracking"), IfdId::canonAfCId, {0x0003, "AFAccelDecelTracking", N_("AF Accel Decel Tracking"), N_("AF Accel Decel Tracking"), IfdId::canonAfCId,
SectionId::makerTags, signedLong, -1, printValue}, SectionId::makerTags, signedLong, -1, printValue},
{0x0004, "AFPointSwitching", N_("AF PointS witching"), N_("AF Point Switching"), IfdId::canonAfCId, {0x0004, "AFPointSwitching", N_("AF Point Switching"), N_("AF Point Switching"), IfdId::canonAfCId,
SectionId::makerTags, signedLong, -1, printValue}, SectionId::makerTags, signedLong, -1, printValue},
{0x0005, "AIServoFirstImage", N_("AI Servo First Image"), N_("AI Servo First Image"), IfdId::canonAfCId, {0x0005, "AIServoFirstImage", N_("AI Servo First Image"), N_("AI Servo First Image"), IfdId::canonAfCId,
SectionId::makerTags, signedLong, -1, EXV_PRINT_TAG(canonAIServoFirstImage)}, SectionId::makerTags, signedLong, -1, EXV_PRINT_TAG(canonAIServoFirstImage)},
@ -1391,7 +1391,7 @@ constexpr TagDetails canonCsMacro[] = {
//! Quality, tag 0x0003 //! Quality, tag 0x0003
constexpr TagDetails canonCsQuality[] = { constexpr TagDetails canonCsQuality[] = {
{-1, N_("n/a")}, {0, N_("unkown")}, {1, N_("Economy")}, {2, N_("Normal")}, {3, N_("Fine")}, {-1, N_("n/a")}, {0, N_("unknown")}, {1, N_("Economy")}, {2, N_("Normal")}, {3, N_("Fine")},
{4, N_("RAW")}, {5, N_("Superfine")}, {7, N_("CRAW")}, {130, N_("Normal Movie")}, {131, N_("Movie (2)")}, {4, N_("RAW")}, {5, N_("Superfine")}, {7, N_("CRAW")}, {130, N_("Normal Movie")}, {131, N_("Movie (2)")},
}; };

@ -102,7 +102,7 @@ constexpr TagDetails casioCCDSensitivity[] = {
// Casio MakerNote Tag Info // Casio MakerNote Tag Info
constexpr TagInfo CasioMakerNote::tagInfo_[] = { constexpr TagInfo CasioMakerNote::tagInfo_[] = {
{0x0001, "RecodingMode", N_("RecodingMode"), N_("Recording Mode"), IfdId::casioId, SectionId::makerTags, {0x0001, "RecordingMode", N_("Recording Mode"), N_("Recording Mode"), IfdId::casioId, SectionId::makerTags,
unsignedShort, -1, EXV_PRINT_TAG(casioRecordingMode)}, unsignedShort, -1, EXV_PRINT_TAG(casioRecordingMode)},
{0x0002, "Quality", N_("Quality"), N_("Quality"), IfdId::casioId, SectionId::makerTags, unsignedShort, -1, {0x0002, "Quality", N_("Quality"), N_("Quality"), IfdId::casioId, SectionId::makerTags, unsignedShort, -1,
EXV_PRINT_TAG(casioQuality)}, EXV_PRINT_TAG(casioQuality)},

@ -1130,7 +1130,7 @@ constexpr TagInfo MinoltaMakerNote::tagInfoCsA100_[] = {
SectionId::makerTags, unsignedShort, 1, printValue}, SectionId::makerTags, unsignedShort, 1, printValue},
{0x0035, "CustomWBGreenLevel", N_("Custom WB Green Level"), N_("Custom WB green level"), IfdId::sony1MltCsA100Id, {0x0035, "CustomWBGreenLevel", N_("Custom WB Green Level"), N_("Custom WB green level"), IfdId::sony1MltCsA100Id,
SectionId::makerTags, unsignedShort, 1, printValue}, SectionId::makerTags, unsignedShort, 1, printValue},
{0x0036, "CustomWBBlueLevel", N_("Custom WB Blue Level"), N_("CustomWB blue level"), IfdId::sony1MltCsA100Id, {0x0036, "CustomWBBlueLevel", N_("Custom WB Blue Level"), N_("Custom WB blue level"), IfdId::sony1MltCsA100Id,
SectionId::makerTags, unsignedShort, 1, printValue}, SectionId::makerTags, unsignedShort, 1, printValue},
{0x0037, "CustomWBError", N_("Custom WB Error"), N_("Custom WB Error"), IfdId::sony1MltCsA100Id, {0x0037, "CustomWBError", N_("Custom WB Error"), N_("Custom WB Error"), IfdId::sony1MltCsA100Id,
SectionId::makerTags, unsignedShort, 1, EXV_PRINT_TAG(sonyCustomWBErrorA100)}, SectionId::makerTags, unsignedShort, 1, EXV_PRINT_TAG(sonyCustomWBErrorA100)},

@ -701,7 +701,7 @@ constexpr TagInfo OlympusMakerNote::tagInfoEq_[] = {
SectionId::makerTags, asciiString, -1, printValue}, SectionId::makerTags, asciiString, -1, printValue},
{0x0303, "ExtenderModel", N_("Extender Model"), N_("Extender model"), IfdId::olympusEqId, SectionId::makerTags, {0x0303, "ExtenderModel", N_("Extender Model"), N_("Extender model"), IfdId::olympusEqId, SectionId::makerTags,
asciiString, -1, printValue}, asciiString, -1, printValue},
{0x0304, "ExtenderFirmwareVersion", N_("Extender Firmware Version"), N_("Extender firmwareversion"), {0x0304, "ExtenderFirmwareVersion", N_("Extender Firmware Version"), N_("Extender firmware version"),
IfdId::olympusEqId, SectionId::makerTags, unsignedLong, -1, printValue}, IfdId::olympusEqId, SectionId::makerTags, unsignedLong, -1, printValue},
{0x0403, "ConversionLens", N_("Conversion Lens"), N_("Conversion lens"), IfdId::olympusEqId, SectionId::makerTags, {0x0403, "ConversionLens", N_("Conversion Lens"), N_("Conversion lens"), IfdId::olympusEqId, SectionId::makerTags,
asciiString, -1, printValue}, asciiString, -1, printValue},

@ -575,7 +575,7 @@ std::ostream& PanasonicMakerNote::print0x000f(std::ostream& os, const Value& val
else if (l0 == 0 && l1 == 225) else if (l0 == 0 && l1 == 225)
os << _("225-area"); os << _("225-area");
else if (l0 == 1 && l1 == 0) else if (l0 == 1 && l1 == 0)
os << _("Spot focussing"); os << _("Spot focusing");
else if (l0 == 1 && l1 == 1) else if (l0 == 1 && l1 == 1)
os << _("5-area"); os << _("5-area");
else if (l0 == 16 && l1 == 0) else if (l0 == 16 && l1 == 0)

@ -527,7 +527,7 @@ const XmpPropertyInfo xmpXmpDMInfo[] = {
{"videoFrameSize", N_("Video Frame Size"), "Dimensions", xmpText, xmpInternal, {"videoFrameSize", N_("Video Frame Size"), "Dimensions", xmpText, xmpInternal,
N_("The frame size. For example: w:720, h: 480, unit:pixels")}, N_("The frame size. For example: w:720, h: 480, unit:pixels")},
{"videoModDate", N_("Video Modified Date"), "Date", xmpText, xmpInternal, {"videoModDate", N_("Video Modified Date"), "Date", xmpText, xmpInternal,
N_("(deprecated)The date and time when the video was last modified.")}, N_("(deprecated) The date and time when the video was last modified.")},
{"videoPixelDepth", N_("Video Pixel Depth"), "closed Choice of Text", xmpText, xmpInternal, {"videoPixelDepth", N_("Video Pixel Depth"), "closed Choice of Text", xmpText, xmpInternal,
N_("The size in bits of each color component of a pixel. Standard Windows 32-bit " N_("The size in bits of each color component of a pixel. Standard Windows 32-bit "
"pixels have 8 bits per component. One of: 8Int, 16Int, 32Int, 32Float.")}, "pixels have 8 bits per component. One of: 8Int, 16Int, 32Int, 32Float.")},
@ -3432,7 +3432,7 @@ const XmpPropertyInfo xmpVideoInfo[] = {
{"AspectRatio", N_("Video Aspect Ratio"), "Rational", xmpText, xmpExternal, {"AspectRatio", N_("Video Aspect Ratio"), "Rational", xmpText, xmpExternal,
N_("Ratio of Width:Height, helps to determine how a video would be displayed on a screen")}, N_("Ratio of Width:Height, helps to determine how a video would be displayed on a screen")},
{"AspectRatioType", N_("Video Aspect Ratio Type"), "Text", xmpText, xmpExternal, {"AspectRatioType", N_("Video Aspect Ratio Type"), "Text", xmpText, xmpExternal,
N_("Aspect Ratio Type. Eg - Free-Resizing or Fixed")}, N_("Aspect Ratio Type. E.g.: Free-Resizing or Fixed")},
{"AttachFileData", N_("Attached File Data"), "Text", xmpText, xmpExternal, N_("Attached File Data")}, {"AttachFileData", N_("Attached File Data"), "Text", xmpText, xmpExternal, N_("Attached File Data")},
{"AttachFileDesc", N_("Attached File Description"), "Text", xmpText, xmpExternal, N_("Attached File Description")}, {"AttachFileDesc", N_("Attached File Description"), "Text", xmpText, xmpExternal, N_("Attached File Description")},
{"AttachFileMIME", N_("Attached File MIME Type"), "Text", xmpText, xmpExternal, N_("Attached File MIME Type")}, {"AttachFileMIME", N_("Attached File MIME Type"), "Text", xmpText, xmpExternal, N_("Attached File MIME Type")},
@ -3483,15 +3483,15 @@ const XmpPropertyInfo xmpVideoInfo[] = {
N_("Information about the Compressor Version.")}, N_("Information about the Compressor Version.")},
{"Container", N_("Container Type"), "Text", xmpText, xmpExternal, N_("Primary Metadata Container")}, {"Container", N_("Container Type"), "Text", xmpText, xmpExternal, N_("Primary Metadata Container")},
{"ContentCompressAlgo", N_("Content Compression Algorithm"), "Text", xmpText, xmpExternal, {"ContentCompressAlgo", N_("Content Compression Algorithm"), "Text", xmpText, xmpExternal,
N_("Content Compression Algorithm. Eg: zlib")}, N_("Content Compression Algorithm. E.g.: zlib")},
{"ContentEncodingType", N_("Content Encoding Type"), "Text", xmpText, xmpExternal, {"ContentEncodingType", N_("Content Encoding Type"), "Text", xmpText, xmpExternal,
N_("Content Encoding Type. Eg: Encryption or Compression")}, N_("Content Encoding Type. E.g.: Encryption or Compression")},
{"ContentEncryptAlgo", N_("Content Encryption Algorithm"), "Text", xmpText, xmpExternal, {"ContentEncryptAlgo", N_("Content Encryption Algorithm"), "Text", xmpText, xmpExternal,
N_("Content Encryption Algorithm. Eg: Blowfish")}, N_("Content Encryption Algorithm. E.g.: Blowfish")},
{"ContentSignAlgo", N_("Content Signature Algorithm"), "Text", xmpText, xmpExternal, {"ContentSignAlgo", N_("Content Signature Algorithm"), "Text", xmpText, xmpExternal,
N_("Content Signature Algorithm. Eg: RSA")}, N_("Content Signature Algorithm. E.g.: RSA")},
{"ContentSignHashAlgo", N_("Content Sign Hash Algorithm"), "Text", xmpText, xmpExternal, {"ContentSignHashAlgo", N_("Content Sign Hash Algorithm"), "Text", xmpText, xmpExternal,
N_("Content Signature Hash Algorithm. Eg: SHA1-160 or MD5")}, N_("Content Signature Hash Algorithm. E.g.: SHA1-160 or MD5")},
{"Contrast", N_("Contrast"), "Closed Choice of Integer", xmpText, xmpInternal, {"Contrast", N_("Contrast"), "Closed Choice of Integer", xmpText, xmpInternal,
N_("Indicates the direction of contrast processing applied by the camera.")}, N_("Indicates the direction of contrast processing applied by the camera.")},
{"Copyright", N_("Copyright"), "Text", xmpText, xmpExternal, {"Copyright", N_("Copyright"), "Text", xmpText, xmpExternal,
@ -3530,7 +3530,7 @@ const XmpPropertyInfo xmpVideoInfo[] = {
N_("Information about the Dimensions of the video frame.")}, N_("Information about the Dimensions of the video frame.")},
{"Director", N_("Director"), "Text", xmpText, xmpExternal, N_("Information about the Director.")}, {"Director", N_("Director"), "Text", xmpText, xmpExternal, N_("Information about the Director.")},
{"DisplayUnit", N_("Video Display Unit"), "Text", xmpText, xmpExternal, {"DisplayUnit", N_("Video Display Unit"), "Text", xmpText, xmpExternal,
N_("Video display unit. Eg - cm, pixels, inch")}, N_("Video display unit. E.g.: cm, pixels, inch")},
{"DistributedBy", N_("Distributed By"), "Text", xmpText, xmpExternal, {"DistributedBy", N_("Distributed By"), "Text", xmpText, xmpExternal,
N_("Distributed By, i.e. name of person or organization.")}, N_("Distributed By, i.e. name of person or organization.")},
{"DocType", N_("Doc Type"), "Text", xmpText, xmpExternal, {"DocType", N_("Doc Type"), "Text", xmpText, xmpExternal,
@ -3598,7 +3598,8 @@ const XmpPropertyInfo xmpVideoInfo[] = {
{"FNumber", N_("F Number"), "Rational", xmpText, xmpInternal, N_("F number. Camera Lens specific data.")}, {"FNumber", N_("F Number"), "Rational", xmpText, xmpInternal, N_("F number. Camera Lens specific data.")},
{"FocalLength", N_("Focal Length"), "Rational", xmpText, xmpInternal, {"FocalLength", N_("Focal Length"), "Rational", xmpText, xmpInternal,
N_("Focal length of the lens, in millimeters.")}, N_("Focal length of the lens, in millimeters.")},
{"FocusMode", N_("Focus Mode"), "Text", xmpText, xmpExternal, N_("Focus Mode of the Lens. Eg - AF for Auto Focus")}, {"FocusMode", N_("Focus Mode"), "Text", xmpText, xmpExternal,
N_("Focus Mode of the Lens. E.g.: AF for Auto Focus")},
{"Format", N_("Format"), "Text", xmpText, xmpExternal, {"Format", N_("Format"), "Text", xmpText, xmpExternal,
N_("Indication of movie format (computer-generated, digitized, and so on).")}, N_("Indication of movie format (computer-generated, digitized, and so on).")},
{"FrameCount", N_("Frame Count"), "Integer", xmpText, xmpExternal, N_("Total number of frames in a video")}, {"FrameCount", N_("Frame Count"), "Integer", xmpText, xmpExternal, N_("Total number of frames in a video")},
@ -3802,7 +3803,7 @@ const XmpPropertyInfo xmpVideoInfo[] = {
N_("A reference to the project that created this file.")}, N_("A reference to the project that created this file.")},
{"Rate", N_("Rate"), "Integer", xmpText, xmpExternal, N_("Rate.")}, {"Rate", N_("Rate"), "Integer", xmpText, xmpExternal, N_("Rate.")},
{"Rated", N_("Rated"), "Text", xmpText, xmpExternal, N_("The age circle required for viewing the video.")}, {"Rated", N_("Rated"), "Text", xmpText, xmpExternal, N_("The age circle required for viewing the video.")},
{"Rating", N_("Rating"), "Text", xmpText, xmpExternal, N_("Rating, eg. 7 or 8 (generally out of 10).")}, {"Rating", N_("Rating"), "Text", xmpText, xmpExternal, N_("Rating, e.g. 7 or 8 (generally out of 10).")},
{"RecordLabelName", N_("Record Label Name"), "Text", xmpText, xmpExternal, {"RecordLabelName", N_("Record Label Name"), "Text", xmpText, xmpExternal,
N_("Record Label Name, or the name of the organization recording the video.")}, N_("Record Label Name, or the name of the organization recording the video.")},
{"RecordLabelURL", N_("Record Label URL"), "Text", xmpText, xmpExternal, N_("Record Label URL.")}, {"RecordLabelURL", N_("Record Label URL"), "Text", xmpText, xmpExternal, N_("Record Label URL.")},
@ -3813,7 +3814,7 @@ const XmpPropertyInfo xmpVideoInfo[] = {
{"RippedBy", N_("Ripped By"), "Text", xmpText, xmpExternal, N_("Ripped By, i.e. name of person or organization.")}, {"RippedBy", N_("Ripped By"), "Text", xmpText, xmpExternal, N_("Ripped By, i.e. name of person or organization.")},
{"Saturation", N_("Saturation"), "Closed Choice of Integer", xmpText, xmpInternal, {"Saturation", N_("Saturation"), "Closed Choice of Integer", xmpText, xmpInternal,
N_("Indicates the direction of saturation processing applied by the camera.")}, N_("Indicates the direction of saturation processing applied by the camera.")},
{"SecondaryGenre", N_("Secondary Genre"), "Text", xmpText, xmpExternal, N_("The name of the secondary genre..")}, {"SecondaryGenre", N_("Secondary Genre"), "Text", xmpText, xmpExternal, N_("The name of the secondary genre.")},
{"SelectionTime", N_("Selection Time"), "Integer", xmpText, xmpExternal, {"SelectionTime", N_("Selection Time"), "Integer", xmpText, xmpExternal,
N_("The time value for the start time of the current selection.")}, N_("The time value for the start time of the current selection.")},
{"SelectionDuration", N_("Selection Duration"), "Integer", xmpText, xmpExternal, {"SelectionDuration", N_("Selection Duration"), "Integer", xmpText, xmpExternal,
@ -3837,13 +3838,13 @@ const XmpPropertyInfo xmpVideoInfo[] = {
{"Statistics", N_("Statistics"), "Text", xmpText, xmpExternal, N_("Statistics.")}, {"Statistics", N_("Statistics"), "Text", xmpText, xmpExternal, N_("Statistics.")},
{"StreamCount", N_("Stream Count"), "Integer", xmpText, xmpExternal, N_("Total Number Of Streams")}, {"StreamCount", N_("Stream Count"), "Integer", xmpText, xmpExternal, N_("Total Number Of Streams")},
{"StreamName", N_("Stream Name"), "Text", xmpText, xmpExternal, {"StreamName", N_("Stream Name"), "Text", xmpText, xmpExternal,
N_("Describes the Stream Name. Eg - FUJIFILM AVI STREAM 0100")}, N_("Describes the Stream Name. E.g.: FUJIFILM AVI STREAM 0100")},
{"StreamQuality", N_("Stream Quality"), "Integer", xmpText, xmpExternal, N_("General Stream Quality")}, {"StreamQuality", N_("Stream Quality"), "Integer", xmpText, xmpExternal, N_("General Stream Quality")},
{"StreamSampleRate", N_("Stream Sample Rate"), "Rational", xmpText, xmpExternal, N_("Stream Sample Rate")}, {"StreamSampleRate", N_("Stream Sample Rate"), "Rational", xmpText, xmpExternal, N_("Stream Sample Rate")},
{"StreamSampleCount", N_("Stream Sample Count"), "Integer", xmpText, xmpExternal, N_("Stream Sample Count")}, {"StreamSampleCount", N_("Stream Sample Count"), "Integer", xmpText, xmpExternal, N_("Stream Sample Count")},
{"StreamSampleSize", N_("Stream Sample Size"), "Integer", xmpText, xmpExternal, N_("General Stream Sample Size")}, {"StreamSampleSize", N_("Stream Sample Size"), "Integer", xmpText, xmpExternal, N_("General Stream Sample Size")},
{"StreamType", N_("Stream Type"), "Text", xmpText, xmpExternal, {"StreamType", N_("Stream Type"), "Text", xmpText, xmpExternal,
N_("Describes the Stream Type. Eg - Video, Audio or Subtitles")}, N_("Describes the Stream Type. E.g.: Video, Audio or Subtitles")},
{"SubTCodec", N_("Subtitles Codec"), "Text", xmpText, xmpExternal, {"SubTCodec", N_("Subtitles Codec"), "Text", xmpText, xmpExternal,
N_("Subtitles stream codec, for general purpose")}, N_("Subtitles stream codec, for general purpose")},
{"SubTCodecDecodeAll", N_("Subtitle Codec Decode Info"), "Text", xmpText, xmpExternal, {"SubTCodecDecodeAll", N_("Subtitle Codec Decode Info"), "Text", xmpText, xmpExternal,
@ -3896,7 +3897,7 @@ const XmpPropertyInfo xmpVideoInfo[] = {
{"TotalFrameCount", N_("Total Frame Count"), "Integer", xmpText, xmpExternal, {"TotalFrameCount", N_("Total Frame Count"), "Integer", xmpText, xmpExternal,
N_("Total number of frames in a video")}, N_("Total number of frames in a video")},
{"TotalStream", N_("Number Of Streams"), "Integer", xmpText, xmpExternal, {"TotalStream", N_("Number Of Streams"), "Integer", xmpText, xmpExternal,
N_("Total number of streams present in a video. Eg - Video, Audio or Subtitles")}, N_("Total number of streams present in a video. E.g.: Video, Audio or Subtitles")},
{"Track", N_("Track"), "Text", xmpText, xmpExternal, N_("Information about the Track.")}, {"Track", N_("Track"), "Text", xmpText, xmpExternal, N_("Information about the Track.")},
{"TrackCreateDate", N_("Video Track Create Date"), "Integer", xmpText, xmpExternal, {"TrackCreateDate", N_("Video Track Create Date"), "Integer", xmpText, xmpExternal,
N_("A 32-bit integer that indicates (in seconds since midnight, January 1, 1904) when the track header was " N_("A 32-bit integer that indicates (in seconds since midnight, January 1, 1904) when the track header was "

@ -1858,7 +1858,7 @@ constexpr TagInfo SonyMakerNote::tagInfoCs_[] = {
{0x002B, "LongExposureNoiseReduction", N_("Long Exposure Noise Reduction"), N_("Long Exposure Noise Reduction"), {0x002B, "LongExposureNoiseReduction", N_("Long Exposure Noise Reduction"), N_("Long Exposure Noise Reduction"),
IfdId::sony1CsId, SectionId::makerTags, unsignedShort, 1, printMinoltaSonyBoolValue}, IfdId::sony1CsId, SectionId::makerTags, unsignedShort, 1, printMinoltaSonyBoolValue},
// NOTE: A700 only // NOTE: A700 only
{0x002C, "HighISONoiseReduction", N_("High ISO NoiseReduction"), N_("High ISO NoiseReduction"), IfdId::sony1CsId, {0x002C, "HighISONoiseReduction", N_("High ISO Noise Reduction"), N_("High ISO Noise Reduction"), IfdId::sony1CsId,
SectionId::makerTags, unsignedShort, 1, printValue}, SectionId::makerTags, unsignedShort, 1, printValue},
// NOTE: A700 only // NOTE: A700 only
{0x002D, "ImageStyle", N_("Image Style"), N_("Image Style"), IfdId::sony1CsId, SectionId::makerTags, unsignedShort, {0x002D, "ImageStyle", N_("Image Style"), N_("Image Style"), IfdId::sony1CsId, SectionId::makerTags, unsignedShort,

@ -2108,8 +2108,8 @@ constexpr TagInfo exifTagInfo[] = {
"for the lens that was used in photography. When the minimum F " "for the lens that was used in photography. When the minimum F "
"number is unknown, the notation is 0/0"), "number is unknown, the notation is 0/0"),
IfdId::exifId, SectionId::otherTags, unsignedRational, 4, printLensSpecification}, IfdId::exifId, SectionId::otherTags, unsignedRational, 4, printLensSpecification},
{0xa433, "LensMake", N_("Lens Make"), N_("This tag records the lens manufactor as an ASCII string."), IfdId::exifId, {0xa433, "LensMake", N_("Lens Make"), N_("This tag records the lens manufacturer as an ASCII string."),
SectionId::otherTags, asciiString, 0, printValue}, IfdId::exifId, SectionId::otherTags, asciiString, 0, printValue},
{0xa434, "LensModel", N_("Lens Model"), {0xa434, "LensModel", N_("Lens Model"),
N_("This tag records the lens's model name and model number as an " N_("This tag records the lens's model name and model number as an "
"ASCII string."), "ASCII string."),

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -114,7 +114,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.NoiseReduction SShort 1 4 Auto
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -117,7 +117,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 0 Off Exif.CanonFi.NoiseReduction SShort 1 0 Off
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -122,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.NoiseReduction SShort 1 4 Auto
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -124,7 +124,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -123,7 +123,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -121,7 +121,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -119,7 +119,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 1 AEB Exif.CanonFi.BracketMode SShort 1 1 AEB
Exif.CanonFi.BracketValue SShort 1 64 64 Exif.CanonFi.BracketValue SShort 1 64 64
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -122,7 +122,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.NoiseReduction SShort 1 4 Auto
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -92,7 +92,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -99,7 +99,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.NoiseReduction SShort 1 4 Auto
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -102,7 +102,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -114,7 +114,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 4 Auto Exif.CanonFi.NoiseReduction SShort 1 4 Auto
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -119,7 +119,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 3 On Exif.CanonFi.NoiseReduction SShort 1 3 On
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -125,7 +125,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -128,7 +128,7 @@ Exif.CanonFi.FileNumber Long 1 0 (0)
Exif.CanonFi.BracketMode SShort 1 0 Off Exif.CanonFi.BracketMode SShort 1 0 Off
Exif.CanonFi.BracketValue SShort 1 0 0 Exif.CanonFi.BracketValue SShort 1 0 0
Exif.CanonFi.BracketShotNumber SShort 1 0 0 Exif.CanonFi.BracketShotNumber SShort 1 0 0
Exif.CanonFi.RawJpgQuality SShort 1 0 unkown Exif.CanonFi.RawJpgQuality SShort 1 0 unknown
Exif.CanonFi.RawJpgSize SShort 1 0 Large Exif.CanonFi.RawJpgSize SShort 1 0 Large
Exif.CanonFi.NoiseReduction SShort 1 -1 (-1) Exif.CanonFi.NoiseReduction SShort 1 -1 (-1)
Exif.CanonFi.WBBracketMode SShort 1 0 Off Exif.CanonFi.WBBracketMode SShort 1 0 Off

@ -329,7 +329,7 @@ ImageUniqueID,42016,0xa420,Photo,Exif.Photo.ImageUniqueID,Ascii,"This tag indica
CameraOwnerName,42032,0xa430,Photo,Exif.Photo.CameraOwnerName,Ascii,"This tag records the owner of a camera used in photography as an ASCII string." CameraOwnerName,42032,0xa430,Photo,Exif.Photo.CameraOwnerName,Ascii,"This tag records the owner of a camera used in photography as an ASCII string."
BodySerialNumber,42033,0xa431,Photo,Exif.Photo.BodySerialNumber,Ascii,"This tag records the serial number of the body of the camera that was used in photography as an ASCII string." BodySerialNumber,42033,0xa431,Photo,Exif.Photo.BodySerialNumber,Ascii,"This tag records the serial number of the body of the camera that was used in photography as an ASCII string."
LensSpecification,42034,0xa432,Photo,Exif.Photo.LensSpecification,Rational,"This tag notes minimum focal length, maximum focal length, minimum F number in the minimum focal length, and minimum F number in the maximum focal length, which are specification information for the lens that was used in photography. When the minimum F number is unknown, the notation is 0/0" LensSpecification,42034,0xa432,Photo,Exif.Photo.LensSpecification,Rational,"This tag notes minimum focal length, maximum focal length, minimum F number in the minimum focal length, and minimum F number in the maximum focal length, which are specification information for the lens that was used in photography. When the minimum F number is unknown, the notation is 0/0"
LensMake,42035,0xa433,Photo,Exif.Photo.LensMake,Ascii,"This tag records the lens manufactor as an ASCII string." LensMake,42035,0xa433,Photo,Exif.Photo.LensMake,Ascii,"This tag records the lens manufacturer as an ASCII string."
LensModel,42036,0xa434,Photo,Exif.Photo.LensModel,Ascii,"This tag records the lens's model name and model number as an ASCII string." LensModel,42036,0xa434,Photo,Exif.Photo.LensModel,Ascii,"This tag records the lens's model name and model number as an ASCII string."
LensSerialNumber,42037,0xa435,Photo,Exif.Photo.LensSerialNumber,Ascii,"This tag records the serial number of the interchangeable lens that was used in photography as an ASCII string." LensSerialNumber,42037,0xa435,Photo,Exif.Photo.LensSerialNumber,Ascii,"This tag records the serial number of the interchangeable lens that was used in photography as an ASCII string."
ImageTitle,42038,0xa436,Photo,Exif.Photo.ImageTitle,Ascii,"This tag records the title of the image." ImageTitle,42038,0xa436,Photo,Exif.Photo.ImageTitle,Ascii,"This tag records the title of the image."

Loading…
Cancel
Save