Yannick Hausler
December 7th, 2010, 04:00 PM
Is it possible to see the settings you used to film a clip afterwards in the editing suite?
I cant always remember what F-Stop I had set, gain, shutter speed..ect.
Any software that will tell you this?
Kind Regards,
Yannick
Victor Wilcox
December 7th, 2010, 04:57 PM
Before you remove from the data card, the Data Code button will cause that data to display on play back. After it's off the camera, I think you're out of luck.
Yannick Hausler
December 20th, 2010, 05:15 PM
Thats a shame but I'm pretty sure that there must be some meta date recorded somewhere in the AVCHD Directory.
Any thoughts anyone?
Victor Wilcox
December 20th, 2010, 07:22 PM
The .cmuprops file is an XML structure:
<?xml version="1.0" encoding="utf-8"?>
<plist version="1.0">
<dict>
<key>MetaDataList</key>
<array>
<dict>
<key>AVCHDDivisionInfoList</key>
<array>
<dict>
<key>ClipInformationFile</key>
<data>.....
The data is a long hex encoded string which runs over 2K long. I haven't found and sources on how to read the data. It might be in there, but it appears to be a proprietory format.